| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index afeb591ac3b1a02bcf0fc11663c5ded8bf800c4e..fc677c7265b21f23d2685e45fe1fa0ddce8da322 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -2724,13 +2724,10 @@
|
| 'platform/graphics/ContentDecryptionModule.h',
|
| 'platform/graphics/ContentDecryptionModuleSession.cpp',
|
| 'platform/graphics/ContentDecryptionModuleSession.h',
|
| - 'platform/graphics/Color.cpp',
|
| 'platform/graphics/CrossfadeGeneratedImage.cpp',
|
| 'platform/graphics/CrossfadeGeneratedImage.h',
|
| 'platform/graphics/GradientGeneratedImage.cpp',
|
| 'platform/graphics/GradientGeneratedImage.h',
|
| - 'platform/graphics/DrawLooper.cpp',
|
| - 'platform/graphics/DrawLooper.h',
|
| 'platform/graphics/Extensions3D.cpp',
|
| 'platform/graphics/Extensions3D.h',
|
| 'platform/graphics/Font.cpp',
|
| @@ -3585,26 +3582,5 @@
|
| 'platform/LifecycleContextTest.cpp',
|
| 'rendering/RenderOverflowTest.cpp',
|
| ],
|
| - 'conditions': [
|
| - ['OS=="win"', {
|
| - # Using native perl rather than cygwin perl cuts execution time
|
| - # of idl preprocessing rules by a bit more than 50%.
|
| - 'perl_exe': '<(DEPTH)/third_party/perl/perl/bin/perl.exe',
|
| - 'gperf_exe': '<(DEPTH)/third_party/gperf/bin/gperf.exe',
|
| - 'bison_exe': '<(DEPTH)/third_party/bison/bin/bison.exe',
|
| - # Using cl instead of cygwin gcc cuts the processing time from
|
| - # 1m58s to 0m52s.
|
| - 'preprocessor': '--preprocessor "cl.exe -nologo -EP -TP"',
|
| - },{
|
| - 'perl_exe': 'perl',
|
| - 'gperf_exe': 'gperf',
|
| - 'bison_exe': 'bison',
|
| - # We specify a preprocess so it happens locally and won't get
|
| - # distributed to goma.
|
| - # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
|
| - # use /usr/bin/clang once we require Xcode 4.x.
|
| - 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
|
| - }],
|
| - ],
|
| }
|
| }
|
|
|