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