| 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"', {
|
|
|