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

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

Issue 26247003: Web Animations CSS: Support animation of background-position and background-image (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review changes 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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 'animation/AnimatableDouble.h', 531 'animation/AnimatableDouble.h',
532 'animation/AnimatableImage.cpp', 532 'animation/AnimatableImage.cpp',
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/AnimatableRepeatable.cpp',
542 'animation/AnimatableRepeatable.h',
541 'animation/AnimatableSVGLength.cpp', 543 'animation/AnimatableSVGLength.cpp',
542 'animation/AnimatableSVGLength.h', 544 'animation/AnimatableSVGLength.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',
(...skipping 3099 matching lines...) Expand 10 before | Expand all | Expand 10 after
3650 'bison_exe': 'bison', 3652 'bison_exe': 'bison',
3651 # We specify a preprocess so it happens locally and won't get 3653 # We specify a preprocess so it happens locally and won't get
3652 # distributed to goma. 3654 # distributed to goma.
3653 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3655 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3654 # use /usr/bin/clang once we require Xcode 4.x. 3656 # use /usr/bin/clang once we require Xcode 4.x.
3655 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3657 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3656 }], 3658 }],
3657 ], 3659 ],
3658 } 3660 }
3659 } 3661 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698