summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {