| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 562036ad23cf8a4d396f1a34279722fe44e4a22d..0ccc8ed20385e7b99e76b8d4a7392b261dffe329 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -659,7 +659,6 @@ static_library("fxge") {
|
| "core/fxge/android/fx_android_font.h",
|
| "core/fxge/android/fx_android_imp.cpp",
|
| "core/fxge/apple/apple_int.h",
|
| - "core/fxge/apple/fx_apple_platform.cpp",
|
| "core/fxge/apple/fx_mac_imp.cpp",
|
| "core/fxge/apple/fx_quartz_device.cpp",
|
| "core/fxge/dib/dib_int.h",
|
| @@ -718,6 +717,7 @@ static_library("fxge") {
|
| sources += [
|
| "core/fxge/agg/fx_agg_driver.cpp",
|
| "core/fxge/agg/fx_agg_driver.h",
|
| + "core/fxge/apple/fx_apple_platform.cpp",
|
| ]
|
| deps = [
|
| "third_party:fx_agg",
|
|
|