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

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

Issue 16260002: Reland "Decode GIF image frames on demand". (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | Annotate | Revision Log
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/CSSFilterRule.idl', 6 'css/CSSFilterRule.idl',
7 'css/CSSFilterValue.idl', 7 'css/CSSFilterValue.idl',
8 'css/CSSFontFaceLoadEvent.idl', 8 'css/CSSFontFaceLoadEvent.idl',
9 'css/CSSFontFaceRule.idl', 9 'css/CSSFontFaceRule.idl',
10 'css/CSSHostRule.idl', 10 'css/CSSHostRule.idl',
(...skipping 3639 matching lines...) Expand 10 before | Expand all | Expand 10 after
3650 'platform/chromium/support/WrappedResourceResponse.h', 3650 'platform/chromium/support/WrappedResourceResponse.h',
3651 ], 3651 ],
3652 'core_unittest_files': [ 3652 'core_unittest_files': [
3653 'animation/DocumentTimelineTest.cpp', 3653 'animation/DocumentTimelineTest.cpp',
3654 'animation/PlayerTest.cpp', 3654 'animation/PlayerTest.cpp',
3655 'animation/TimedItemCalculationsTest.cpp', 3655 'animation/TimedItemCalculationsTest.cpp',
3656 'animation/TimedItemTest.cpp', 3656 'animation/TimedItemTest.cpp',
3657 'platform/DecimalTest.cpp', 3657 'platform/DecimalTest.cpp',
3658 'platform/chromium/ClipboardChromiumTest.cpp', 3658 'platform/chromium/ClipboardChromiumTest.cpp',
3659 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp', 3659 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp',
3660 'platform/image-decoders/ImageDecoderTest.cpp',
3661 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3660 'platform/text/DateTimeFormatTest.cpp', 3662 'platform/text/DateTimeFormatTest.cpp',
3661 'tests/CachedImageTest.cpp', 3663 'tests/CachedImageTest.cpp',
3662 'tests/HeapGraphSerializerTest.cpp', 3664 'tests/HeapGraphSerializerTest.cpp',
3663 'tests/LayoutUnit.cpp', 3665 'tests/LayoutUnit.cpp',
3664 'tests/LinkRelAttribute.cpp', 3666 'tests/LinkRelAttribute.cpp',
3665 ], 3667 ],
3666 'scripts_for_in_files': [ 3668 'scripts_for_in_files': [
3667 'scripts/in_file.py', 3669 'scripts/in_file.py',
3668 'scripts/in_generator.py', 3670 'scripts/in_generator.py',
3669 'scripts/license.py', 3671 'scripts/license.py',
(...skipping 17 matching lines...) Expand all
3687 'bison_exe': 'bison', 3689 'bison_exe': 'bison',
3688 # We specify a preprocess so it happens locally and won't get 3690 # We specify a preprocess so it happens locally and won't get
3689 # distributed to goma. 3691 # distributed to goma.
3690 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3692 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3691 # use /usr/bin/clang once we require Xcode 4.x. 3693 # use /usr/bin/clang once we require Xcode 4.x.
3692 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3694 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3693 }], 3695 }],
3694 ], 3696 ],
3695 } 3697 }
3696 } 3698 }
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/tests/ImageLayerChromiumTest.cpp ('k') | Source/core/platform/graphics/BitmapImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698