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

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

Issue 26292004: Web Animations CSS: Support animation of stroke-dasharray property (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 2 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/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/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'animation/AnimatableLength.h', 536 'animation/AnimatableLength.h',
537 'animation/AnimatableLengthBox.cpp', 537 'animation/AnimatableLengthBox.cpp',
538 'animation/AnimatableLengthBox.h', 538 'animation/AnimatableLengthBox.h',
539 'animation/AnimatableLengthSize.cpp', 539 'animation/AnimatableLengthSize.cpp',
540 'animation/AnimatableLengthSize.h', 540 'animation/AnimatableLengthSize.h',
541 'animation/AnimatableNeutral.h', 541 'animation/AnimatableNeutral.h',
542 'animation/AnimatableRepeatable.cpp', 542 'animation/AnimatableRepeatable.cpp',
543 'animation/AnimatableRepeatable.h', 543 'animation/AnimatableRepeatable.h',
544 'animation/AnimatableSVGLength.cpp', 544 'animation/AnimatableSVGLength.cpp',
545 'animation/AnimatableSVGLength.h', 545 'animation/AnimatableSVGLength.h',
546 'animation/AnimatableSVGPaint.cpp',
547 'animation/AnimatableSVGPaint.h',
546 'animation/AnimatableShapeValue.cpp', 548 'animation/AnimatableShapeValue.cpp',
547 'animation/AnimatableShapeValue.h', 549 'animation/AnimatableShapeValue.h',
548 'animation/AnimatableSVGPaint.cpp', 550 'animation/AnimatableStrokeDasharrayList.cpp',
549 'animation/AnimatableSVGPaint.h', 551 'animation/AnimatableStrokeDasharrayList.h',
550 'animation/AnimatableTransform.cpp', 552 'animation/AnimatableTransform.cpp',
551 'animation/AnimatableTransform.h', 553 'animation/AnimatableTransform.h',
552 'animation/AnimatableUnknown.h', 554 'animation/AnimatableUnknown.h',
553 'animation/AnimatableValue.cpp', 555 'animation/AnimatableValue.cpp',
554 'animation/AnimatableValue.h', 556 'animation/AnimatableValue.h',
555 'animation/AnimatableVisibility.cpp', 557 'animation/AnimatableVisibility.cpp',
556 'animation/AnimatableVisibility.h', 558 'animation/AnimatableVisibility.h',
557 'animation/Animation.cpp', 559 'animation/Animation.cpp',
558 'animation/Animation.h', 560 'animation/Animation.h',
559 'animation/AnimationEffect.h', 561 'animation/AnimationEffect.h',
(...skipping 3107 matching lines...) Expand 10 before | Expand all | Expand 10 after
3667 'bison_exe': 'bison', 3669 'bison_exe': 'bison',
3668 # We specify a preprocess so it happens locally and won't get 3670 # We specify a preprocess so it happens locally and won't get
3669 # distributed to goma. 3671 # distributed to goma.
3670 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3672 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3671 # use /usr/bin/clang once we require Xcode 4.x. 3673 # use /usr/bin/clang once we require Xcode 4.x.
3672 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3674 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3673 }], 3675 }],
3674 ], 3676 ],
3675 } 3677 }
3676 } 3678 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698