| 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 3732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3743 'css/CSSParserValuesTest.cpp', | 3743 'css/CSSParserValuesTest.cpp', |
| 3744 'html/TimeRangesTest.cpp', | 3744 'html/TimeRangesTest.cpp', |
| 3745 'loader/cache/CachedImageTest.cpp', | 3745 'loader/cache/CachedImageTest.cpp', |
| 3746 'loader/cache/MemoryCacheTest.cpp', | 3746 'loader/cache/MemoryCacheTest.cpp', |
| 3747 'loader/cache/ResourceFetcherTest.cpp', | 3747 'loader/cache/ResourceFetcherTest.cpp', |
| 3748 'platform/DecimalTest.cpp', | 3748 'platform/DecimalTest.cpp', |
| 3749 'platform/SharedBufferTest.cpp', | 3749 'platform/SharedBufferTest.cpp', |
| 3750 'platform/chromium/ClipboardChromiumTest.cpp', | 3750 'platform/chromium/ClipboardChromiumTest.cpp', |
| 3751 'platform/graphics/FontTest.cpp', | 3751 'platform/graphics/FontTest.cpp', |
| 3752 'platform/graphics/GraphicsContextTest.cpp', | 3752 'platform/graphics/GraphicsContextTest.cpp', |
| 3753 'platform/graphics/RoundedRectTest.cpp', |
| 3753 'platform/graphics/UnitBezierTest.cpp', | 3754 'platform/graphics/UnitBezierTest.cpp', |
| 3754 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp', | 3755 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp', |
| 3755 'platform/graphics/chromium/Canvas2DLayerBridgeTest.cpp', | 3756 'platform/graphics/chromium/Canvas2DLayerBridgeTest.cpp', |
| 3756 'platform/graphics/chromium/Canvas2DLayerManagerTest.cpp', | 3757 'platform/graphics/chromium/Canvas2DLayerManagerTest.cpp', |
| 3757 'platform/graphics/chromium/DeferredImageDecoderTest.cpp', | 3758 'platform/graphics/chromium/DeferredImageDecoderTest.cpp', |
| 3758 'platform/graphics/chromium/ImageDecodingStoreTest.cpp', | 3759 'platform/graphics/chromium/ImageDecodingStoreTest.cpp', |
| 3759 'platform/graphics/chromium/ImageFrameGeneratorTest.cpp', | 3760 'platform/graphics/chromium/ImageFrameGeneratorTest.cpp', |
| 3760 'platform/graphics/chromium/ThreadSafeDataTransportTest.cpp', | 3761 'platform/graphics/chromium/ThreadSafeDataTransportTest.cpp', |
| 3761 'platform/graphics/chromium/test/MockDiscardablePixelRef.h', | 3762 'platform/graphics/chromium/test/MockDiscardablePixelRef.h', |
| 3762 'platform/graphics/chromium/test/MockImageDecoder.h', | 3763 'platform/graphics/chromium/test/MockImageDecoder.h', |
| 3763 'platform/graphics/gpu/DrawingBufferTest.cpp', | 3764 'platform/graphics/gpu/DrawingBufferTest.cpp', |
| 3764 'platform/image-decoders/ImageDecoderTest.cpp', | 3765 'platform/image-decoders/ImageDecoderTest.cpp', |
| 3765 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', | 3766 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', |
| 3766 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', | 3767 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', |
| 3767 'platform/text/DateTimeFormatTest.cpp', | 3768 'platform/text/DateTimeFormatTest.cpp', |
| 3769 'rendering/RenderOverflowTest.cpp', |
| 3768 'tests/ArenaTestHelpers.h', | 3770 'tests/ArenaTestHelpers.h', |
| 3769 'tests/FakeWebGraphicsContext3D.h', | 3771 'tests/FakeWebGraphicsContext3D.h', |
| 3770 'tests/HTMLDimension.cpp', | 3772 'tests/HTMLDimension.cpp', |
| 3771 'tests/LayoutUnit.cpp', | 3773 'tests/LayoutUnit.cpp', |
| 3772 'tests/LinkRelAttribute.cpp', | 3774 'tests/LinkRelAttribute.cpp', |
| 3773 'tests/PODArenaTest.cpp', | 3775 'tests/PODArenaTest.cpp', |
| 3774 'tests/PODFreeListArenaTest.cpp', | 3776 'tests/PODFreeListArenaTest.cpp', |
| 3775 'tests/PODIntervalTreeTest.cpp', | 3777 'tests/PODIntervalTreeTest.cpp', |
| 3776 'tests/PODRedBlackTreeTest.cpp', | 3778 'tests/PODRedBlackTreeTest.cpp', |
| 3777 'tests/TreeTestHelpers.cpp', | 3779 'tests/TreeTestHelpers.cpp', |
| (...skipping 23 matching lines...) Expand all Loading... |
| 3801 'bison_exe': 'bison', | 3803 'bison_exe': 'bison', |
| 3802 # 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 |
| 3803 # distributed to goma. | 3805 # distributed to goma. |
| 3804 # 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 |
| 3805 # use /usr/bin/clang once we require Xcode 4.x. | 3807 # use /usr/bin/clang once we require Xcode 4.x. |
| 3806 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3808 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3807 }], | 3809 }], |
| 3808 ], | 3810 ], |
| 3809 } | 3811 } |
| 3810 } | 3812 } |
| OLD | NEW |