Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(353)

Unified Diff: BUILD.gn

Issue 1995003002: bring pdfium file in sync with chrome, fix mac build (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: update skia DEPS Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698