| OLD | NEW | 
|---|
| 1 { | 1 { | 
| 2     'variables': { | 2     'variables': { | 
| 3         'deprecated_perl_core_idl_files': [ | 3         'deprecated_perl_core_idl_files': [ | 
| 4             'css/CSS.idl', | 4             'css/CSS.idl', | 
| 5             'css/CSSCharsetRule.idl', | 5             'css/CSSCharsetRule.idl', | 
| 6             'css/CSSFontFaceLoadEvent.idl', | 6             'css/CSSFontFaceLoadEvent.idl', | 
| 7             'css/CSSFontFaceRule.idl', | 7             'css/CSSFontFaceRule.idl', | 
| 8             'css/CSSHostRule.idl', | 8             'css/CSSHostRule.idl', | 
| 9             'css/CSSImportRule.idl', | 9             'css/CSSImportRule.idl', | 
| 10             'css/CSSMediaRule.idl', | 10             'css/CSSMediaRule.idl', | 
| (...skipping 3725 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 3736         ], | 3736         ], | 
| 3737         'core_unittest_files': [ | 3737         'core_unittest_files': [ | 
| 3738             'animation/AnimatableNeutralTest.cpp', | 3738             'animation/AnimatableNeutralTest.cpp', | 
| 3739             'animation/AnimatableNumberTest.cpp', | 3739             'animation/AnimatableNumberTest.cpp', | 
| 3740             'animation/AnimatableUnknownTest.cpp', | 3740             'animation/AnimatableUnknownTest.cpp', | 
| 3741             'animation/DocumentTimelineTest.cpp', | 3741             'animation/DocumentTimelineTest.cpp', | 
| 3742             'animation/KeyframeAnimationEffectTest.cpp', | 3742             'animation/KeyframeAnimationEffectTest.cpp', | 
| 3743             'animation/PlayerTest.cpp', | 3743             'animation/PlayerTest.cpp', | 
| 3744             'animation/TimedItemCalculationsTest.cpp', | 3744             'animation/TimedItemCalculationsTest.cpp', | 
| 3745             'animation/TimedItemTest.cpp', | 3745             'animation/TimedItemTest.cpp', | 
|  | 3746             'animation/css/CSSAnimatableValueFactory.cpp', | 
|  | 3747             'animation/css/CSSAnimatableValueFactory.h', | 
| 3746             'css/CSSParserValuesTest.cpp', | 3748             'css/CSSParserValuesTest.cpp', | 
| 3747             'html/TimeRangesTest.cpp', | 3749             'html/TimeRangesTest.cpp', | 
| 3748             'loader/cache/CachedImageTest.cpp', | 3750             'loader/cache/CachedImageTest.cpp', | 
| 3749             'loader/cache/MemoryCacheTest.cpp', | 3751             'loader/cache/MemoryCacheTest.cpp', | 
| 3750             'loader/cache/ResourceFetcherTest.cpp', | 3752             'loader/cache/ResourceFetcherTest.cpp', | 
| 3751             'platform/DecimalTest.cpp', | 3753             'platform/DecimalTest.cpp', | 
| 3752             'platform/SharedBufferTest.cpp', | 3754             'platform/SharedBufferTest.cpp', | 
| 3753             'platform/chromium/ClipboardChromiumTest.cpp', | 3755             'platform/chromium/ClipboardChromiumTest.cpp', | 
| 3754             'platform/graphics/FontTest.cpp', | 3756             'platform/graphics/FontTest.cpp', | 
| 3755             'platform/graphics/GraphicsContextTest.cpp', | 3757             'platform/graphics/GraphicsContextTest.cpp', | 
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 3797                 'bison_exe': 'bison', | 3799                 'bison_exe': 'bison', | 
| 3798                 # We specify a preprocess so it happens locally and won't get | 3800                 # We specify a preprocess so it happens locally and won't get | 
| 3799                 # distributed to goma. | 3801                 # distributed to goma. | 
| 3800                 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3802                 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 
| 3801                 # use /usr/bin/clang once we require Xcode 4.x. | 3803                 # use /usr/bin/clang once we require Xcode 4.x. | 
| 3802                 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3804                 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 
| 3803               }], | 3805               }], | 
| 3804          ], | 3806          ], | 
| 3805     } | 3807     } | 
| 3806 } | 3808 } | 
| OLD | NEW | 
|---|