From c6d8683dbdd922c86375fb0520d420de13d683ed Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 22 Oct 2015 15:01:15 -0400 Subject: 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 . --- BUILD.gn | 6 ++---- 1 file 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) { -- cgit v1.2.3