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

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

Issue 38823002: Web Animations CSS: Support animation of {text,box,-webkit-box}-shadow and fix blur clamping (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: use 0 instead of PassRefPtr<..>() 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
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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 'animation/AnimatableLengthPoint.h', 547 'animation/AnimatableLengthPoint.h',
548 'animation/AnimatableLengthSize.cpp', 548 'animation/AnimatableLengthSize.cpp',
549 'animation/AnimatableLengthSize.h', 549 'animation/AnimatableLengthSize.h',
550 'animation/AnimatableNeutral.h', 550 'animation/AnimatableNeutral.h',
551 'animation/AnimatableRepeatable.cpp', 551 'animation/AnimatableRepeatable.cpp',
552 'animation/AnimatableRepeatable.h', 552 'animation/AnimatableRepeatable.h',
553 'animation/AnimatableSVGLength.cpp', 553 'animation/AnimatableSVGLength.cpp',
554 'animation/AnimatableSVGLength.h', 554 'animation/AnimatableSVGLength.h',
555 'animation/AnimatableSVGPaint.cpp', 555 'animation/AnimatableSVGPaint.cpp',
556 'animation/AnimatableSVGPaint.h', 556 'animation/AnimatableSVGPaint.h',
557 'animation/AnimatableShadow.cpp',
558 'animation/AnimatableShadow.h',
557 'animation/AnimatableShapeValue.cpp', 559 'animation/AnimatableShapeValue.cpp',
558 'animation/AnimatableShapeValue.h', 560 'animation/AnimatableShapeValue.h',
559 'animation/AnimatableStrokeDasharrayList.cpp', 561 'animation/AnimatableStrokeDasharrayList.cpp',
560 'animation/AnimatableStrokeDasharrayList.h', 562 'animation/AnimatableStrokeDasharrayList.h',
561 'animation/AnimatableTransform.cpp', 563 'animation/AnimatableTransform.cpp',
562 'animation/AnimatableTransform.h', 564 'animation/AnimatableTransform.h',
563 'animation/AnimatableUnknown.h', 565 'animation/AnimatableUnknown.h',
564 'animation/AnimatableValue.cpp', 566 'animation/AnimatableValue.cpp',
565 'animation/AnimatableValue.h', 567 'animation/AnimatableValue.h',
566 'animation/AnimatableVisibility.cpp', 568 'animation/AnimatableVisibility.cpp',
(...skipping 3058 matching lines...) Expand 10 before | Expand all | Expand 10 after
3625 'bison_exe': 'bison', 3627 'bison_exe': 'bison',
3626 # We specify a preprocess so it happens locally and won't get 3628 # We specify a preprocess so it happens locally and won't get
3627 # distributed to goma. 3629 # distributed to goma.
3628 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3630 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3629 # use /usr/bin/clang once we require Xcode 4.x. 3631 # use /usr/bin/clang once we require Xcode 4.x.
3630 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3632 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3631 }], 3633 }],
3632 ], 3634 ],
3633 } 3635 }
3634 } 3636 }
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