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

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

Issue 15969015: Reland again "Decode GIF image frames on demand". (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | 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 3642 matching lines...) Expand 10 before | Expand all | Expand 10 after
3653 ], 3653 ],
3654 'core_unittest_files': [ 3654 'core_unittest_files': [
3655 'animation/DocumentTimelineTest.cpp', 3655 'animation/DocumentTimelineTest.cpp',
3656 'animation/PlayerTest.cpp', 3656 'animation/PlayerTest.cpp',
3657 'animation/TimedItemCalculationsTest.cpp', 3657 'animation/TimedItemCalculationsTest.cpp',
3658 'animation/TimedItemTest.cpp', 3658 'animation/TimedItemTest.cpp',
3659 'platform/DecimalTest.cpp', 3659 'platform/DecimalTest.cpp',
3660 'platform/SharedBufferTest.cpp', 3660 'platform/SharedBufferTest.cpp',
3661 'platform/chromium/ClipboardChromiumTest.cpp', 3661 'platform/chromium/ClipboardChromiumTest.cpp',
3662 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp', 3662 'platform/graphics/chromium/AnimationTranslationUtilTest.cpp',
3663 'platform/image-decoders/ImageDecoderTest.cpp',
3664 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3663 'platform/text/DateTimeFormatTest.cpp', 3665 'platform/text/DateTimeFormatTest.cpp',
3664 'tests/CachedImageTest.cpp', 3666 'tests/CachedImageTest.cpp',
3665 'tests/HeapGraphSerializerTest.cpp', 3667 'tests/HeapGraphSerializerTest.cpp',
3666 'tests/LayoutUnit.cpp', 3668 'tests/LayoutUnit.cpp',
3667 'tests/LinkRelAttribute.cpp', 3669 'tests/LinkRelAttribute.cpp',
3668 ], 3670 ],
3669 'scripts_for_in_files': [ 3671 'scripts_for_in_files': [
3670 'scripts/in_file.py', 3672 'scripts/in_file.py',
3671 'scripts/in_generator.py', 3673 'scripts/in_generator.py',
3672 'scripts/license.py', 3674 'scripts/license.py',
(...skipping 17 matching lines...) Expand all
3690 'bison_exe': 'bison', 3692 'bison_exe': 'bison',
3691 # We specify a preprocess so it happens locally and won't get 3693 # We specify a preprocess so it happens locally and won't get
3692 # distributed to goma. 3694 # distributed to goma.
3693 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3695 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3694 # use /usr/bin/clang once we require Xcode 4.x. 3696 # use /usr/bin/clang once we require Xcode 4.x.
3695 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3697 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3696 }], 3698 }],
3697 ], 3699 ],
3698 } 3700 }
3699 } 3701 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698