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

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

Issue 21012002: Web Animations: Trigger and update CSS Animations backed by the Web Animations model (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix windows build. 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 | 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 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 'animation/DocumentTimeline.cpp', 548 'animation/DocumentTimeline.cpp',
549 'animation/DocumentTimeline.h', 549 'animation/DocumentTimeline.h',
550 'animation/KeyframeAnimationEffect.cpp', 550 'animation/KeyframeAnimationEffect.cpp',
551 'animation/KeyframeAnimationEffect.h', 551 'animation/KeyframeAnimationEffect.h',
552 'animation/Player.cpp', 552 'animation/Player.cpp',
553 'animation/Player.h', 553 'animation/Player.h',
554 'animation/TimedItem.cpp', 554 'animation/TimedItem.cpp',
555 'animation/TimedItem.h', 555 'animation/TimedItem.h',
556 'animation/TimedItemCalculations.h', 556 'animation/TimedItemCalculations.h',
557 'animation/Timing.h', 557 'animation/Timing.h',
558 'animation/css/CSSAnimations.cpp',
559 'animation/css/CSSAnimations.h',
558 'css/BasicShapeFunctions.cpp', 560 'css/BasicShapeFunctions.cpp',
559 'css/CSSArrayFunctionValue.cpp', 561 'css/CSSArrayFunctionValue.cpp',
560 'css/CSSArrayFunctionValue.h', 562 'css/CSSArrayFunctionValue.h',
561 'css/CSSAspectRatioValue.cpp', 563 'css/CSSAspectRatioValue.cpp',
562 'css/CSSAspectRatioValue.h', 564 'css/CSSAspectRatioValue.h',
563 'css/CSSBasicShapes.cpp', 565 'css/CSSBasicShapes.cpp',
564 'css/CSSBorderImage.cpp', 566 'css/CSSBorderImage.cpp',
565 'css/CSSBorderImage.h', 567 'css/CSSBorderImage.h',
566 'css/CSSBorderImageSliceValue.cpp', 568 'css/CSSBorderImageSliceValue.cpp',
567 'css/CSSBorderImageSliceValue.h', 569 'css/CSSBorderImageSliceValue.h',
(...skipping 3230 matching lines...) Expand 10 before | Expand all | Expand 10 after
3798 'bison_exe': 'bison', 3800 'bison_exe': 'bison',
3799 # We specify a preprocess so it happens locally and won't get 3801 # We specify a preprocess so it happens locally and won't get
3800 # distributed to goma. 3802 # distributed to goma.
3801 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3803 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3802 # use /usr/bin/clang once we require Xcode 4.x. 3804 # use /usr/bin/clang once we require Xcode 4.x.
3803 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3805 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3804 }], 3806 }],
3805 ], 3807 ],
3806 } 3808 }
3807 } 3809 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698