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

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: Added comment 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 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 'accessibility/AccessibilityTableCell.h', 518 'accessibility/AccessibilityTableCell.h',
519 'accessibility/AccessibilityTableColumn.cpp', 519 'accessibility/AccessibilityTableColumn.cpp',
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/AnimatableColor.cpp', 526 'animation/AnimatableColor.cpp',
527 'animation/AnimatableColor.h', 527 'animation/AnimatableColor.h',
528 'animation/AnimatableDouble.cpp',
529 'animation/AnimatableDouble.h',
528 'animation/AnimatableImage.cpp', 530 'animation/AnimatableImage.cpp',
529 'animation/AnimatableImage.h', 531 'animation/AnimatableImage.h',
532 'animation/AnimatableLength.cpp',
533 'animation/AnimatableLength.h',
530 'animation/AnimatableLengthBox.cpp', 534 'animation/AnimatableLengthBox.cpp',
531 'animation/AnimatableLengthBox.h', 535 'animation/AnimatableLengthBox.h',
532 'animation/AnimatableLengthSize.cpp', 536 'animation/AnimatableLengthSize.cpp',
533 'animation/AnimatableLengthSize.h', 537 'animation/AnimatableLengthSize.h',
534 'animation/AnimatableNeutral.h', 538 'animation/AnimatableNeutral.h',
535 'animation/AnimatableNumber.cpp',
536 'animation/AnimatableNumber.h',
537 'animation/AnimatableTransform.cpp', 539 'animation/AnimatableTransform.cpp',
538 'animation/AnimatableTransform.h', 540 'animation/AnimatableTransform.h',
539 'animation/AnimatableUnknown.h', 541 'animation/AnimatableUnknown.h',
540 'animation/AnimatableValue.cpp', 542 'animation/AnimatableValue.cpp',
541 'animation/AnimatableValue.h', 543 'animation/AnimatableValue.h',
542 'animation/AnimatableVisibility.cpp', 544 'animation/AnimatableVisibility.cpp',
543 'animation/AnimatableVisibility.h', 545 'animation/AnimatableVisibility.h',
544 'animation/Animation.cpp', 546 'animation/Animation.cpp',
545 'animation/Animation.h', 547 'animation/Animation.h',
546 'animation/AnimationEffect.h', 548 'animation/AnimationEffect.h',
(...skipping 3242 matching lines...) Expand 10 before | Expand all | Expand 10 after
3789 'platform/chromium/support/WebURLError.cpp', 3791 'platform/chromium/support/WebURLError.cpp',
3790 'platform/chromium/support/WebURLRequest.cpp', 3792 'platform/chromium/support/WebURLRequest.cpp',
3791 'platform/chromium/support/WebURLRequestPrivate.h', 3793 'platform/chromium/support/WebURLRequestPrivate.h',
3792 'platform/chromium/support/WebURLResponse.cpp', 3794 'platform/chromium/support/WebURLResponse.cpp',
3793 'platform/chromium/support/WebURLResponsePrivate.h', 3795 'platform/chromium/support/WebURLResponsePrivate.h',
3794 'platform/chromium/support/WrappedResourceRequest.h', 3796 'platform/chromium/support/WrappedResourceRequest.h',
3795 'platform/chromium/support/WrappedResourceResponse.h', 3797 'platform/chromium/support/WrappedResourceResponse.h',
3796 ], 3798 ],
3797 'core_unittest_files': [ 3799 'core_unittest_files': [
3798 'animation/AnimatableColorTest.cpp', 3800 'animation/AnimatableColorTest.cpp',
3801 'animation/AnimatableDoubleTest.cpp',
3802 'animation/AnimatableLengthTest.cpp',
3799 'animation/AnimatableNeutralTest.cpp', 3803 'animation/AnimatableNeutralTest.cpp',
3800 'animation/AnimatableNumberTest.cpp',
3801 'animation/AnimatableUnknownTest.cpp', 3804 'animation/AnimatableUnknownTest.cpp',
3802 'animation/DocumentTimelineTest.cpp', 3805 'animation/DocumentTimelineTest.cpp',
3803 'animation/KeyframeAnimationEffectTest.cpp', 3806 'animation/KeyframeAnimationEffectTest.cpp',
3804 'animation/PlayerTest.cpp', 3807 'animation/PlayerTest.cpp',
3805 'animation/TimedItemCalculationsTest.cpp', 3808 'animation/TimedItemCalculationsTest.cpp',
3806 'animation/TimedItemTest.cpp', 3809 'animation/TimedItemTest.cpp',
3807 'css/CSSParserValuesTest.cpp', 3810 'css/CSSParserValuesTest.cpp',
3808 'css/CSSCalculationValueTest.cpp', 3811 'css/CSSCalculationValueTest.cpp',
3809 'fetch/ImageResourceTest.cpp', 3812 'fetch/ImageResourceTest.cpp',
3810 'fetch/MemoryCacheTest.cpp', 3813 'fetch/MemoryCacheTest.cpp',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
3874 'bison_exe': 'bison', 3877 'bison_exe': 'bison',
3875 # We specify a preprocess so it happens locally and won't get 3878 # We specify a preprocess so it happens locally and won't get
3876 # distributed to goma. 3879 # distributed to goma.
3877 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3880 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3878 # use /usr/bin/clang once we require Xcode 4.x. 3881 # use /usr/bin/clang once we require Xcode 4.x.
3879 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3882 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3880 }], 3883 }],
3881 ], 3884 ],
3882 } 3885 }
3883 } 3886 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698