summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2015-10-22 15:01:15 -0400
committerDan Sinclair <dsinclair@chromium.org>2015-10-22 15:01:15 -0400
commitc6d8683dbdd922c86375fb0520d420de13d683ed (patch)
tree147e7139d79a2475bca9ff83c8c52349fe5c3560
parentde49cf173d12fe7a462168e2bf6c44971d7d28f8 (diff)
downloadpdfium-c6d8683dbdd922c86375fb0520d420de13d683ed.tar.xz
Sync build settings to XFA.
This matches some whitespace/ordering changes made to BUILD.gn on XFA branch. TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1410773007 .
-rw-r--r--BUILD.gn6
1 files changed, 2 insertions, 4 deletions
diff --git a/BUILD.gn b/BUILD.gn
index e563e87ae7..a2ddbadd55 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -554,9 +554,9 @@ static_library("fxge") {
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [
+ ":fxge_warnings",
":pdfium_config",
"//build/config/compiler:no_chromium_code",
- ":fxge_warnings",
]
if (pdf_use_skia) {
@@ -574,9 +574,7 @@ static_library("fxge") {
"//third_party/skia/include/utils",
"//third_party/skia/src/core",
]
- deps = [
- "//skia",
- ]
+ deps = [ "//skia" ]
}
if (is_win) {