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

Unified Diff: skia/BUILD.gn

Issue 305993002: Update skia and ui GN builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gesture detection updates Created 6 years, 7 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 | « ppapi/BUILD.gn ('k') | skia/skia_gn_files.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 9bd47061ad1bc812c02c6af0cf9f36194bebc398..b154e20ed791c37867080aa13587b48bd1bd1bea 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -334,8 +334,8 @@ component("skia") {
"//third_party/skia/src/ports/SkFontHost_win_dw.cpp",
"//third_party/skia/src/ports/SkFontMgr_default_gdi.cpp",
"//third_party/skia/src/ports/SkOSFile_win.cpp",
+ "//third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp",
"//third_party/skia/src/ports/SkTLS_win.cpp",
- "//third_party/skia/src/utils/SkThreadUtils_win.cpp",
]
}
if (!is_android) {
@@ -347,38 +347,19 @@ component("skia") {
if (!is_mac) {
sources -= [
"//third_party/skia/src/ports/SkFontHost_mac.cpp",
- "//third_party/skia/src/utils/SkThreadUtils_pthread_mach.cpp",
]
}
+
if (!is_linux) {
sources -= [
"//third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp",
"//third_party/skia/src/ports/SkFontConfigInterface_direct.cpp",
- "//third_party/skia/src/ports/SkFontHost_FreeType.cpp",
- "//third_party/skia/src/ports/SkFontHost_FreeType_common.cpp",
"//third_party/skia/src/ports/SkFontHost_fontconfig.cpp",
- "//third_party/skia/src/ports/SkFontHost_linux.cpp",
- "//third_party/skia/src/utils/SkThreadUtils_pthread_linux.cpp",
- ]
- } else if (!is_android) {
- sources -= [
- "//third_party/skia/src/ports/SkFontConfigInterface_direct.cpp",
- "//third_party/skia/src/fonts/SkFontMgr_fontconfig.cpp",
- ]
- }
- if (!is_posix) {
- sources -= [
- "//third_party/skia/src/utils/SkThreadUtils_pthread.cpp",
+ "//third_party/skia/src/ports/SkFontHost_FreeType_common.cpp",
+ "//third_party/skia/src/ports/SkFontHost_FreeType.cpp",
]
}
- sources -= [
- # This file is a stub for systems that use pthreads but aren't covered by
- # one of the more specific pthread files. We don't support any such
- # systems.
- "//third_party/skia/src/utils/SkThreadUtils_pthread_other.cpp",
- ]
-
if (!use_cairo) {
sources -= [
"ext/bitmap_platform_device_cairo.cc",
« no previous file with comments | « ppapi/BUILD.gn ('k') | skia/skia_gn_files.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698