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

Unified Diff: Source/core/core.gyp

Issue 1102353008: Split ThemePainter out of LayoutTheme (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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') | Source/core/layout/LayoutTheme.cpp » ('J')
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 65e5f4e4adf58491e7da28ae4400c737ba4f3bd7..b071f825f9262de367b06957661b0ed9efe81ba7 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') | Source/core/layout/LayoutTheme.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698