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

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

Issue 408443004: Web Animations: Remove confusing interpolation subdirectory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 'animation/css/CSSAnimationData.cpp', 673 'animation/css/CSSAnimationData.cpp',
674 'animation/css/CSSAnimationData.h', 674 'animation/css/CSSAnimationData.h',
675 'animation/css/CSSAnimations.cpp', 675 'animation/css/CSSAnimations.cpp',
676 'animation/css/CSSAnimations.h', 676 'animation/css/CSSAnimations.h',
677 'animation/css/CSSPropertyEquality.cpp', 677 'animation/css/CSSPropertyEquality.cpp',
678 'animation/css/CSSPropertyEquality.h', 678 'animation/css/CSSPropertyEquality.h',
679 'animation/css/CSSTimingData.cpp', 679 'animation/css/CSSTimingData.cpp',
680 'animation/css/CSSTimingData.h', 680 'animation/css/CSSTimingData.h',
681 'animation/css/CSSTransitionData.cpp', 681 'animation/css/CSSTransitionData.cpp',
682 'animation/css/CSSTransitionData.h', 682 'animation/css/CSSTransitionData.h',
683 'animation/interpolation/DefaultStyleInterpolation.h', 683 'animation/DefaultStyleInterpolation.h',
684 'animation/interpolation/DeferredLegacyStyleInterpolation.h', 684 'animation/DeferredLegacyStyleInterpolation.h',
685 'animation/interpolation/DeferredLegacyStyleInterpolation.cpp', 685 'animation/DeferredLegacyStyleInterpolation.cpp',
686 'animation/interpolation/Interpolation.cpp', 686 'animation/Interpolation.cpp',
687 'animation/interpolation/Interpolation.h', 687 'animation/Interpolation.h',
688 'animation/interpolation/LegacyStyleInterpolation.h', 688 'animation/LegacyStyleInterpolation.h',
689 'animation/interpolation/LengthStyleInterpolation.cpp', 689 'animation/LengthStyleInterpolation.cpp',
690 'animation/interpolation/LengthStyleInterpolation.h', 690 'animation/LengthStyleInterpolation.h',
691 'animation/interpolation/StyleInterpolation.h', 691 'animation/StyleInterpolation.h',
692 'clipboard/DataObject.cpp', 692 'clipboard/DataObject.cpp',
693 'clipboard/DataObject.h', 693 'clipboard/DataObject.h',
694 'clipboard/DataObjectItem.cpp', 694 'clipboard/DataObjectItem.cpp',
695 'clipboard/DataObjectItem.h', 695 'clipboard/DataObjectItem.h',
696 'clipboard/DataTransfer.cpp', 696 'clipboard/DataTransfer.cpp',
697 'clipboard/DataTransfer.h', 697 'clipboard/DataTransfer.h',
698 'clipboard/DataTransferItem.cpp', 698 'clipboard/DataTransferItem.cpp',
699 'clipboard/DataTransferItem.h', 699 'clipboard/DataTransferItem.h',
700 'clipboard/DataTransferItemList.cpp', 700 'clipboard/DataTransferItemList.cpp',
701 'clipboard/DataTransferItemList.h', 701 'clipboard/DataTransferItemList.h',
(...skipping 2657 matching lines...) Expand 10 before | Expand all | Expand 10 after
3359 'animation/AnimationTranslationUtilTest.cpp', 3359 'animation/AnimationTranslationUtilTest.cpp',
3360 'animation/CompositorAnimationsTest.cpp', 3360 'animation/CompositorAnimationsTest.cpp',
3361 'animation/CompositorAnimationsTestHelper.h', 3361 'animation/CompositorAnimationsTestHelper.h',
3362 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', 3362 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
3363 'animation/EffectInputTest.cpp', 3363 'animation/EffectInputTest.cpp',
3364 'animation/InterpolableValueTest.cpp', 3364 'animation/InterpolableValueTest.cpp',
3365 'animation/InterpolationEffectTest.cpp', 3365 'animation/InterpolationEffectTest.cpp',
3366 'animation/KeyframeEffectModelTest.cpp', 3366 'animation/KeyframeEffectModelTest.cpp',
3367 'animation/TimingCalculationsTest.cpp', 3367 'animation/TimingCalculationsTest.cpp',
3368 'animation/TimingInputTest.cpp', 3368 'animation/TimingInputTest.cpp',
3369 'animation/interpolation/DeferredLegacyStyleInterpolationTest.cpp', 3369 'animation/DeferredLegacyStyleInterpolationTest.cpp',
3370 'animation/interpolation/LengthStyleInterpolationTest.cpp', 3370 'animation/LengthStyleInterpolationTest.cpp',
3371 'css/AffectedByFocusTest.cpp', 3371 'css/AffectedByFocusTest.cpp',
3372 'css/CSSCalculationValueTest.cpp', 3372 'css/CSSCalculationValueTest.cpp',
3373 'css/CSSFontFaceTest.cpp', 3373 'css/CSSFontFaceTest.cpp',
3374 'css/CSSParserValuesTest.cpp', 3374 'css/CSSParserValuesTest.cpp',
3375 'css/CSSSelectorTest.cpp', 3375 'css/CSSSelectorTest.cpp',
3376 'css/CSSTestHelper.cpp', 3376 'css/CSSTestHelper.cpp',
3377 'css/CSSTestHelper.h', 3377 'css/CSSTestHelper.h',
3378 'css/CSSValueTestHelper.h', 3378 'css/CSSValueTestHelper.h',
3379 'css/DragUpdateTest.cpp', 3379 'css/DragUpdateTest.cpp',
3380 'css/MediaValuesTest.cpp', 3380 'css/MediaValuesTest.cpp',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
3421 'rendering/RenderOverflowTest.cpp', 3421 'rendering/RenderOverflowTest.cpp',
3422 'rendering/RenderTableCellTest.cpp', 3422 'rendering/RenderTableCellTest.cpp',
3423 'rendering/RenderTableRowTest.cpp', 3423 'rendering/RenderTableRowTest.cpp',
3424 'rendering/shapes/BoxShapeTest.cpp', 3424 'rendering/shapes/BoxShapeTest.cpp',
3425 'testing/UnitTestHelpers.cpp', 3425 'testing/UnitTestHelpers.cpp',
3426 'testing/UnitTestHelpers.h', 3426 'testing/UnitTestHelpers.h',
3427 'xml/parser/SharedBufferReaderTest.cpp', 3427 'xml/parser/SharedBufferReaderTest.cpp',
3428 ], 3428 ],
3429 } 3429 }
3430 } 3430 }
OLDNEW
« no previous file with comments | « Source/core/animation/interpolation/StyleInterpolation.h ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698