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

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

Issue 13980003: Add animation support for WebP images (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 7 years, 6 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 'core_idl_files': [ 3 '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 3648 matching lines...) Expand 10 before | Expand all | Expand 10 after
3659 'platform/graphics/UnitBezierTest.cpp', 3659 'platform/graphics/UnitBezierTest.cpp',
3660 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp', 3660 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp',
3661 'platform/graphics/chromium/DeferredImageDecoderTest.cpp', 3661 'platform/graphics/chromium/DeferredImageDecoderTest.cpp',
3662 'platform/graphics/chromium/ImageDecodingStoreTest.cpp', 3662 'platform/graphics/chromium/ImageDecodingStoreTest.cpp',
3663 'platform/graphics/chromium/ImageFrameGeneratorTest.cpp', 3663 'platform/graphics/chromium/ImageFrameGeneratorTest.cpp',
3664 'platform/graphics/chromium/ThreadSafeDataTransportTest.cpp', 3664 'platform/graphics/chromium/ThreadSafeDataTransportTest.cpp',
3665 'platform/graphics/chromium/test/MockDiscardablePixelRef.h', 3665 'platform/graphics/chromium/test/MockDiscardablePixelRef.h',
3666 'platform/graphics/chromium/test/MockImageDecoder.h', 3666 'platform/graphics/chromium/test/MockImageDecoder.h',
3667 'platform/image-decoders/ImageDecoderTest.cpp', 3667 'platform/image-decoders/ImageDecoderTest.cpp',
3668 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3668 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3669 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3669 'platform/text/DateTimeFormatTest.cpp', 3670 'platform/text/DateTimeFormatTest.cpp',
3670 'tests/HeapGraphSerializerTest.cpp', 3671 'tests/HeapGraphSerializerTest.cpp',
3671 'tests/LayoutUnit.cpp', 3672 'tests/LayoutUnit.cpp',
3672 'tests/LinkRelAttribute.cpp', 3673 'tests/LinkRelAttribute.cpp',
3673 ], 3674 ],
3674 'scripts_for_in_files': [ 3675 'scripts_for_in_files': [
3675 'scripts/in_file.py', 3676 'scripts/in_file.py',
3676 'scripts/in_generator.py', 3677 'scripts/in_generator.py',
3677 'scripts/license.py', 3678 'scripts/license.py',
3678 'scripts/name_macros.py', 3679 'scripts/name_macros.py',
(...skipping 16 matching lines...) Expand all
3695 'bison_exe': 'bison', 3696 'bison_exe': 'bison',
3696 # We specify a preprocess so it happens locally and won't get 3697 # We specify a preprocess so it happens locally and won't get
3697 # distributed to goma. 3698 # distributed to goma.
3698 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3699 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3699 # use /usr/bin/clang once we require Xcode 4.x. 3700 # use /usr/bin/clang once we require Xcode 4.x.
3700 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3701 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3701 }], 3702 }],
3702 ], 3703 ],
3703 } 3704 }
3704 } 3705 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698