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

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

Issue 25082007: Web Animations CSS: Split AnimatableNumber into AnimatableDouble and AnimatableLength (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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 'accessibility/AccessibilityTableColumn.h', 520 'accessibility/AccessibilityTableColumn.h',
521 'accessibility/AccessibilityTableHeaderContainer.cpp', 521 'accessibility/AccessibilityTableHeaderContainer.cpp',
522 'accessibility/AccessibilityTableHeaderContainer.h', 522 'accessibility/AccessibilityTableHeaderContainer.h',
523 'accessibility/AccessibilityTableRow.cpp', 523 'accessibility/AccessibilityTableRow.cpp',
524 'accessibility/AccessibilityTableRow.h', 524 'accessibility/AccessibilityTableRow.h',
525 'animation/ActiveAnimations.h', 525 'animation/ActiveAnimations.h',
526 'animation/AnimatableClipPathOperation.cpp', 526 'animation/AnimatableClipPathOperation.cpp',
527 'animation/AnimatableClipPathOperation.h', 527 'animation/AnimatableClipPathOperation.h',
528 'animation/AnimatableColor.cpp', 528 'animation/AnimatableColor.cpp',
529 'animation/AnimatableColor.h', 529 'animation/AnimatableColor.h',
530 'animation/AnimatableDouble.cpp',
531 'animation/AnimatableDouble.h',
530 'animation/AnimatableImage.cpp', 532 'animation/AnimatableImage.cpp',
531 'animation/AnimatableImage.h', 533 'animation/AnimatableImage.h',
534 'animation/AnimatableLength.cpp',
535 'animation/AnimatableLength.h',
532 'animation/AnimatableLengthBox.cpp', 536 'animation/AnimatableLengthBox.cpp',
533 'animation/AnimatableLengthBox.h', 537 'animation/AnimatableLengthBox.h',
534 'animation/AnimatableLengthSize.cpp', 538 'animation/AnimatableLengthSize.cpp',
535 'animation/AnimatableLengthSize.h', 539 'animation/AnimatableLengthSize.h',
536 'animation/AnimatableNeutral.h', 540 'animation/AnimatableNeutral.h',
537 'animation/AnimatableNumber.cpp',
538 'animation/AnimatableNumber.h',
539 'animation/AnimatableShapeValue.cpp', 541 'animation/AnimatableShapeValue.cpp',
540 'animation/AnimatableShapeValue.h', 542 'animation/AnimatableShapeValue.h',
541 'animation/AnimatableTransform.cpp', 543 'animation/AnimatableTransform.cpp',
542 'animation/AnimatableTransform.h', 544 'animation/AnimatableTransform.h',
543 'animation/AnimatableUnknown.h', 545 'animation/AnimatableUnknown.h',
544 'animation/AnimatableValue.cpp', 546 'animation/AnimatableValue.cpp',
545 'animation/AnimatableValue.h', 547 'animation/AnimatableValue.h',
546 'animation/AnimatableVisibility.cpp', 548 'animation/AnimatableVisibility.cpp',
547 'animation/AnimatableVisibility.h', 549 'animation/AnimatableVisibility.h',
548 'animation/Animation.cpp', 550 'animation/Animation.cpp',
(...skipping 3212 matching lines...) Expand 10 before | Expand all | Expand 10 after
3761 'platform/chromium/support/WebURLError.cpp', 3763 'platform/chromium/support/WebURLError.cpp',
3762 'platform/chromium/support/WebURLRequest.cpp', 3764 'platform/chromium/support/WebURLRequest.cpp',
3763 'platform/chromium/support/WebURLRequestPrivate.h', 3765 'platform/chromium/support/WebURLRequestPrivate.h',
3764 'platform/chromium/support/WebURLResponse.cpp', 3766 'platform/chromium/support/WebURLResponse.cpp',
3765 'platform/chromium/support/WebURLResponsePrivate.h', 3767 'platform/chromium/support/WebURLResponsePrivate.h',
3766 'platform/chromium/support/WrappedResourceRequest.h', 3768 'platform/chromium/support/WrappedResourceRequest.h',
3767 'platform/chromium/support/WrappedResourceResponse.h', 3769 'platform/chromium/support/WrappedResourceResponse.h',
3768 ], 3770 ],
3769 'core_unittest_files': [ 3771 'core_unittest_files': [
3770 'animation/AnimatableColorTest.cpp', 3772 'animation/AnimatableColorTest.cpp',
3773 'animation/AnimatableDoubleTest.cpp',
3774 'animation/AnimatableLengthTest.cpp',
3771 'animation/AnimatableNeutralTest.cpp', 3775 'animation/AnimatableNeutralTest.cpp',
3772 'animation/AnimatableNumberTest.cpp',
3773 'animation/AnimatableUnknownTest.cpp', 3776 'animation/AnimatableUnknownTest.cpp',
3774 'animation/DocumentTimelineTest.cpp', 3777 'animation/DocumentTimelineTest.cpp',
3775 'animation/KeyframeAnimationEffectTest.cpp', 3778 'animation/KeyframeAnimationEffectTest.cpp',
3776 'animation/PlayerTest.cpp', 3779 'animation/PlayerTest.cpp',
3777 'animation/TimedItemCalculationsTest.cpp', 3780 'animation/TimedItemCalculationsTest.cpp',
3778 'animation/TimedItemTest.cpp', 3781 'animation/TimedItemTest.cpp',
3779 'css/CSSParserValuesTest.cpp', 3782 'css/CSSParserValuesTest.cpp',
3780 'css/CSSCalculationValueTest.cpp', 3783 'css/CSSCalculationValueTest.cpp',
3781 'fetch/ImageResourceTest.cpp', 3784 'fetch/ImageResourceTest.cpp',
3782 'fetch/MemoryCacheTest.cpp', 3785 'fetch/MemoryCacheTest.cpp',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
3844 'bison_exe': 'bison', 3847 'bison_exe': 'bison',
3845 # We specify a preprocess so it happens locally and won't get 3848 # We specify a preprocess so it happens locally and won't get
3846 # distributed to goma. 3849 # distributed to goma.
3847 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3850 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3848 # use /usr/bin/clang once we require Xcode 4.x. 3851 # use /usr/bin/clang once we require Xcode 4.x.
3849 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3852 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3850 }], 3853 }],
3851 ], 3854 ],
3852 } 3855 }
3853 } 3856 }
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