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

Unified Diff: Source/core/BUILD.gn

Issue 556143002: GN fixes to make webkit_unit_tests link on android (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/BUILD.gn
diff --git a/Source/core/BUILD.gn b/Source/core/BUILD.gn
index b911bee9bc57ebfb6efac0afb7e7d44f32ed046d..5eddca6809cee34f9ecc27cb288c88304442ae0e 100644
--- a/Source/core/BUILD.gn
+++ b/Source/core/BUILD.gn
@@ -240,7 +240,7 @@ source_set("remaining") {
"rendering/RenderThemeChromiumFontProviderWin.cpp",
]
}
- if (!is_linux) {
+ if (!is_linux && !is_android) {
sources -= [
"rendering/RenderThemeChromiumFontProviderLinux.cpp",
]
@@ -277,13 +277,6 @@ source_set("remaining") {
"editing/SmartReplaceCF.cpp",
]
}
-
- if (!use_default_render_theme) {
- sources -= [
- "rendering/RenderThemeChromiumDefault.cpp",
- "rendering/RenderThemeChromiumDefault.h",
- ]
- }
}
# GYP version: //third_party/WebKit/Source/core/core.gyp:webcore_rendering
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698