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 3728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3739 'animation/DocumentTimelineTest.cpp', | 3739 'animation/DocumentTimelineTest.cpp', |
3740 'animation/KeyframeAnimationEffectTest.cpp', | 3740 'animation/KeyframeAnimationEffectTest.cpp', |
3741 'animation/PlayerTest.cpp', | 3741 'animation/PlayerTest.cpp', |
3742 'animation/TimedItemCalculationsTest.cpp', | 3742 'animation/TimedItemCalculationsTest.cpp', |
3743 'animation/TimedItemTest.cpp', | 3743 'animation/TimedItemTest.cpp', |
3744 'css/CSSParserValuesTest.cpp', | 3744 'css/CSSParserValuesTest.cpp', |
3745 'html/TimeRangesTest.cpp', | 3745 'html/TimeRangesTest.cpp', |
3746 'loader/cache/CachedImageTest.cpp', | 3746 'loader/cache/CachedImageTest.cpp', |
3747 'loader/cache/MemoryCacheTest.cpp', | 3747 'loader/cache/MemoryCacheTest.cpp', |
3748 'loader/cache/ResourceFetcherTest.cpp', | 3748 'loader/cache/ResourceFetcherTest.cpp', |
| 3749 'page/ImageBitmapTest.cpp', |
3749 'platform/DecimalTest.cpp', | 3750 'platform/DecimalTest.cpp', |
3750 'platform/SharedBufferTest.cpp', | 3751 'platform/SharedBufferTest.cpp', |
3751 'platform/chromium/ClipboardChromiumTest.cpp', | 3752 'platform/chromium/ClipboardChromiumTest.cpp', |
3752 'platform/graphics/FontTest.cpp', | 3753 'platform/graphics/FontTest.cpp', |
3753 'platform/graphics/GraphicsContextTest.cpp', | 3754 'platform/graphics/GraphicsContextTest.cpp', |
3754 'platform/graphics/UnitBezierTest.cpp', | 3755 'platform/graphics/UnitBezierTest.cpp', |
3755 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp', | 3756 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp', |
3756 'platform/graphics/chromium/Canvas2DLayerBridgeTest.cpp', | 3757 'platform/graphics/chromium/Canvas2DLayerBridgeTest.cpp', |
3757 'platform/graphics/chromium/Canvas2DLayerManagerTest.cpp', | 3758 'platform/graphics/chromium/Canvas2DLayerManagerTest.cpp', |
3758 'platform/graphics/chromium/DeferredImageDecoderTest.cpp', | 3759 'platform/graphics/chromium/DeferredImageDecoderTest.cpp', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3802 'bison_exe': 'bison', | 3803 'bison_exe': 'bison', |
3803 # We specify a preprocess so it happens locally and won't get | 3804 # We specify a preprocess so it happens locally and won't get |
3804 # distributed to goma. | 3805 # distributed to goma. |
3805 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3806 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3806 # use /usr/bin/clang once we require Xcode 4.x. | 3807 # use /usr/bin/clang once we require Xcode 4.x. |
3807 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3808 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3808 }], | 3809 }], |
3809 ], | 3810 ], |
3810 } | 3811 } |
3811 } | 3812 } |
OLD | NEW |