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

Unified Diff: Source/core/core.gyp

Issue 1102353008: Split ThemePainter out of LayoutTheme (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: themePainter() -> theme().painter() Created 5 years, 8 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 | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 3520b7e32de41f956ef4eefee837179ce9a01f6a..0f6ccecef71bb91fbad3a20c85d9695da5a47b54 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -576,6 +576,12 @@
['include', '<(DEPTH)/third_party/WebKit/Source/build/win/Precompile.cpp'],
],
}],
+ ['use_default_render_theme==0 and OS != "android"', {
+ 'sources!': [
+ 'paint/ThemePainterDefault.cpp',
+ 'paint/ThemePainterDefault.h',
+ ],
+ }],
],
# Disable c4267 warnings until we fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, 4334, ],
@@ -759,6 +765,8 @@
'sources!': [
'layout/LayoutThemeDefault.cpp',
'layout/LayoutThemeDefault.h',
+ 'paint/ThemePainterDefault.cpp',
+ 'paint/ThemePainterDefault.h',
],
}],
['OS=="win"', {
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698