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

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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 'animation/AnimatableImage.h', 533 'animation/AnimatableImage.h',
534 'animation/AnimatableLength.cpp', 534 'animation/AnimatableLength.cpp',
535 'animation/AnimatableLength.h', 535 'animation/AnimatableLength.h',
536 'animation/AnimatableLengthBox.cpp', 536 'animation/AnimatableLengthBox.cpp',
537 'animation/AnimatableLengthBox.h', 537 'animation/AnimatableLengthBox.h',
538 'animation/AnimatableLengthSize.cpp', 538 'animation/AnimatableLengthSize.cpp',
539 'animation/AnimatableLengthSize.h', 539 'animation/AnimatableLengthSize.h',
540 'animation/AnimatableNeutral.h', 540 'animation/AnimatableNeutral.h',
541 'animation/AnimatableSVGLength.cpp', 541 'animation/AnimatableSVGLength.cpp',
542 'animation/AnimatableSVGLength.h', 542 'animation/AnimatableSVGLength.h',
543 'animation/AnimatableSVGLengthVector.cpp',
544 'animation/AnimatableSVGLengthVector.h',
543 'animation/AnimatableShapeValue.cpp', 545 'animation/AnimatableShapeValue.cpp',
544 'animation/AnimatableShapeValue.h', 546 'animation/AnimatableShapeValue.h',
545 'animation/AnimatableSVGPaint.cpp', 547 'animation/AnimatableSVGPaint.cpp',
546 'animation/AnimatableSVGPaint.h', 548 'animation/AnimatableSVGPaint.h',
547 'animation/AnimatableTransform.cpp', 549 'animation/AnimatableTransform.cpp',
548 'animation/AnimatableTransform.h', 550 'animation/AnimatableTransform.h',
549 'animation/AnimatableUnknown.h', 551 'animation/AnimatableUnknown.h',
550 'animation/AnimatableValue.cpp', 552 'animation/AnimatableValue.cpp',
551 'animation/AnimatableValue.h', 553 'animation/AnimatableValue.h',
552 'animation/AnimatableVisibility.cpp', 554 'animation/AnimatableVisibility.cpp',
(...skipping 3100 matching lines...) Expand 10 before | Expand all | Expand 10 after
3653 'bison_exe': 'bison', 3655 'bison_exe': 'bison',
3654 # We specify a preprocess so it happens locally and won't get 3656 # We specify a preprocess so it happens locally and won't get
3655 # distributed to goma. 3657 # distributed to goma.
3656 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3658 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3657 # use /usr/bin/clang once we require Xcode 4.x. 3659 # use /usr/bin/clang once we require Xcode 4.x.
3658 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3660 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3659 }], 3661 }],
3660 ], 3662 ],
3661 } 3663 }
3662 } 3664 }
OLDNEW
« no previous file with comments | « Source/core/animation/css/CSSAnimatableValueFactory.cpp ('k') | Source/core/css/resolver/AnimatedStyleBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698