diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2015-10-22 15:01:15 -0400 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2015-10-22 15:01:15 -0400 |
commit | c6d8683dbdd922c86375fb0520d420de13d683ed (patch) | |
tree | 147e7139d79a2475bca9ff83c8c52349fe5c3560 /BUILD.gn | |
parent | de49cf173d12fe7a462168e2bf6c44971d7d28f8 (diff) | |
download | pdfium-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 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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) { |