summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUILD.gn6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 9a030724f5..2ddfbf70ae 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -913,10 +913,10 @@ static_library("fxge") {
"core/fxge/agg/fx_agg_driver.h",
]
deps += [ "third_party:fx_agg" ]
+ }
- if (is_mac) {
- sources += [ "core/fxge/apple/fx_apple_platform.cpp" ]
- }
+ if (is_mac) {
+ sources += [ "core/fxge/apple/fx_apple_platform.cpp" ]
}
if (is_win) {