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

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

Issue 19367002: Implement DeferredAnimatableValue (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename class Created 7 years, 5 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 '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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 'animation/AnimatableNeutral.h', 537 'animation/AnimatableNeutral.h',
538 'animation/AnimatableNumber.cpp', 538 'animation/AnimatableNumber.cpp',
539 'animation/AnimatableNumber.h', 539 'animation/AnimatableNumber.h',
540 'animation/AnimatableUnknown.h', 540 'animation/AnimatableUnknown.h',
541 'animation/AnimatableValue.cpp', 541 'animation/AnimatableValue.cpp',
542 'animation/AnimatableValue.h', 542 'animation/AnimatableValue.h',
543 'animation/Animation.cpp', 543 'animation/Animation.cpp',
544 'animation/Animation.h', 544 'animation/Animation.h',
545 'animation/AnimationEffect.h', 545 'animation/AnimationEffect.h',
546 'animation/AnimationStack.h', 546 'animation/AnimationStack.h',
547 'animation/DeferredAnimatableValue.h',
547 'animation/DocumentTimeline.cpp', 548 'animation/DocumentTimeline.cpp',
548 'animation/DocumentTimeline.h', 549 'animation/DocumentTimeline.h',
549 'animation/KeyframeAnimationEffect.cpp', 550 'animation/KeyframeAnimationEffect.cpp',
550 'animation/KeyframeAnimationEffect.h', 551 'animation/KeyframeAnimationEffect.h',
551 'animation/Player.cpp', 552 'animation/Player.cpp',
552 'animation/Player.h', 553 'animation/Player.h',
553 'animation/TimedItem.cpp', 554 'animation/TimedItem.cpp',
554 'animation/TimedItem.h', 555 'animation/TimedItem.h',
555 'animation/TimedItemCalculations.h', 556 'animation/TimedItemCalculations.h',
556 'animation/Timing.h', 557 'animation/Timing.h',
(...skipping 3234 matching lines...) Expand 10 before | Expand all | Expand 10 after
3791 'bison_exe': 'bison', 3792 'bison_exe': 'bison',
3792 # We specify a preprocess so it happens locally and won't get 3793 # We specify a preprocess so it happens locally and won't get
3793 # distributed to goma. 3794 # distributed to goma.
3794 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3795 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3795 # use /usr/bin/clang once we require Xcode 4.x. 3796 # use /usr/bin/clang once we require Xcode 4.x.
3796 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3797 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3797 }], 3798 }],
3798 ], 3799 ],
3799 } 3800 }
3800 } 3801 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698