Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Side by Side Diff: Source/core/core.gypi

Issue 16402019: Remove clips where we can show that they are unnecessary. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: NeedsRebaseline for Mac Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 3731 matching lines...) Expand 10 before | Expand all | Expand 10 after
3742 'css/CSSParserValuesTest.cpp', 3742 'css/CSSParserValuesTest.cpp',
3743 'html/TimeRangesTest.cpp', 3743 'html/TimeRangesTest.cpp',
3744 'loader/cache/CachedImageTest.cpp', 3744 'loader/cache/CachedImageTest.cpp',
3745 'loader/cache/MemoryCacheTest.cpp', 3745 'loader/cache/MemoryCacheTest.cpp',
3746 'loader/cache/ResourceFetcherTest.cpp', 3746 'loader/cache/ResourceFetcherTest.cpp',
3747 'platform/DecimalTest.cpp', 3747 'platform/DecimalTest.cpp',
3748 'platform/SharedBufferTest.cpp', 3748 'platform/SharedBufferTest.cpp',
3749 'platform/chromium/ClipboardChromiumTest.cpp', 3749 'platform/chromium/ClipboardChromiumTest.cpp',
3750 'platform/graphics/FontTest.cpp', 3750 'platform/graphics/FontTest.cpp',
3751 'platform/graphics/GraphicsContextTest.cpp', 3751 'platform/graphics/GraphicsContextTest.cpp',
3752 'platform/graphics/RoundedRectTest.cpp',
3752 'platform/graphics/UnitBezierTest.cpp', 3753 'platform/graphics/UnitBezierTest.cpp',
3753 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp', 3754 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp',
3754 'platform/graphics/chromium/Canvas2DLayerBridgeTest.cpp', 3755 'platform/graphics/chromium/Canvas2DLayerBridgeTest.cpp',
3755 'platform/graphics/chromium/Canvas2DLayerManagerTest.cpp', 3756 'platform/graphics/chromium/Canvas2DLayerManagerTest.cpp',
3756 'platform/graphics/chromium/DeferredImageDecoderTest.cpp', 3757 'platform/graphics/chromium/DeferredImageDecoderTest.cpp',
3757 'platform/graphics/chromium/ImageDecodingStoreTest.cpp', 3758 'platform/graphics/chromium/ImageDecodingStoreTest.cpp',
3758 'platform/graphics/chromium/ImageFrameGeneratorTest.cpp', 3759 'platform/graphics/chromium/ImageFrameGeneratorTest.cpp',
3759 'platform/graphics/chromium/ThreadSafeDataTransportTest.cpp', 3760 'platform/graphics/chromium/ThreadSafeDataTransportTest.cpp',
3760 'platform/graphics/chromium/test/MockDiscardablePixelRef.h', 3761 'platform/graphics/chromium/test/MockDiscardablePixelRef.h',
3761 'platform/graphics/chromium/test/MockImageDecoder.h', 3762 'platform/graphics/chromium/test/MockImageDecoder.h',
3762 'platform/graphics/gpu/DrawingBufferTest.cpp', 3763 'platform/graphics/gpu/DrawingBufferTest.cpp',
3763 'platform/image-decoders/ImageDecoderTest.cpp', 3764 'platform/image-decoders/ImageDecoderTest.cpp',
3764 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3765 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3765 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3766 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3766 'platform/text/DateTimeFormatTest.cpp', 3767 'platform/text/DateTimeFormatTest.cpp',
3768 'rendering/RenderOverflowTest.cpp',
3767 'tests/FakeWebGraphicsContext3D.h', 3769 'tests/FakeWebGraphicsContext3D.h',
3768 'tests/HTMLDimension.cpp', 3770 'tests/HTMLDimension.cpp',
3769 'tests/LayoutUnit.cpp', 3771 'tests/LayoutUnit.cpp',
3770 'tests/LinkRelAttribute.cpp', 3772 'tests/LinkRelAttribute.cpp',
3771 ], 3773 ],
3772 'scripts_for_in_files': [ 3774 'scripts_for_in_files': [
3773 'scripts/in_file.py', 3775 'scripts/in_file.py',
3774 'scripts/in_generator.py', 3776 'scripts/in_generator.py',
3775 'scripts/license.py', 3777 'scripts/license.py',
3776 'scripts/name_macros.py', 3778 'scripts/name_macros.py',
(...skipping 16 matching lines...) Expand all
3793 'bison_exe': 'bison', 3795 'bison_exe': 'bison',
3794 # We specify a preprocess so it happens locally and won't get 3796 # We specify a preprocess so it happens locally and won't get
3795 # distributed to goma. 3797 # distributed to goma.
3796 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3798 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3797 # use /usr/bin/clang once we require Xcode 4.x. 3799 # use /usr/bin/clang once we require Xcode 4.x.
3798 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3800 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3799 }], 3801 }],
3800 ], 3802 ],
3801 } 3803 }
3802 } 3804 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698