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

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

Issue 65303006: Move TimingFunction.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase steveblock's patch Created 7 years 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/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSKeyframeRule.idl', 9 'css/CSSKeyframeRule.idl',
10 'css/CSSKeyframesRule.idl', 10 'css/CSSKeyframesRule.idl',
(...skipping 3512 matching lines...) Expand 10 before | Expand all | Expand 10 after
3523 'animation/AnimatableNeutralTest.cpp', 3523 'animation/AnimatableNeutralTest.cpp',
3524 'animation/AnimatableStrokeDasharrayListTest.cpp', 3524 'animation/AnimatableStrokeDasharrayListTest.cpp',
3525 'animation/AnimatableUnknownTest.cpp', 3525 'animation/AnimatableUnknownTest.cpp',
3526 'animation/AnimatableValueTestHelper.cpp', 3526 'animation/AnimatableValueTestHelper.cpp',
3527 'animation/AnimatableValueTestHelper.h', 3527 'animation/AnimatableValueTestHelper.h',
3528 'animation/AnimatableValueTestHelperTest.cpp', 3528 'animation/AnimatableValueTestHelperTest.cpp',
3529 'animation/AnimationClockTest.cpp', 3529 'animation/AnimationClockTest.cpp',
3530 'animation/CompositorAnimationsTest.cpp', 3530 'animation/CompositorAnimationsTest.cpp',
3531 'animation/CompositorAnimationsTestHelper.h', 3531 'animation/CompositorAnimationsTestHelper.h',
3532 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp', 3532 'animation/CompositorAnimationsTimingFunctionReverserTest.cpp',
3533 # This is almost certainly the wrong fix, but shows the problem.
3534 '../platform/animation/TimingFunctionTestHelper.h',
3535 '../platform/animation/TimingFunctionTestHelper.cpp',
abarth-chromium 2013/11/25 18:09:32 Is the problem that some code still uses these hel
3533 'animation/DocumentTimelineTest.cpp', 3536 'animation/DocumentTimelineTest.cpp',
3534 'animation/KeyframeAnimationEffectTest.cpp', 3537 'animation/KeyframeAnimationEffectTest.cpp',
3535 'animation/PlayerTest.cpp', 3538 'animation/PlayerTest.cpp',
3536 'animation/TimedItemCalculationsTest.cpp', 3539 'animation/TimedItemCalculationsTest.cpp',
3537 'animation/TimedItemTest.cpp', 3540 'animation/TimedItemTest.cpp',
3538 'css/CSSParserValuesTest.cpp', 3541 'css/CSSParserValuesTest.cpp',
3539 'css/CSSCalculationValueTest.cpp', 3542 'css/CSSCalculationValueTest.cpp',
3540 'css/CSSValueTestHelper.h', 3543 'css/CSSValueTestHelper.h',
3541 'editing/TextIteratorTest.cpp', 3544 'editing/TextIteratorTest.cpp',
3542 'dom/MainThreadTaskRunnerTest.cpp', 3545 'dom/MainThreadTaskRunnerTest.cpp',
3543 'fetch/ImageResourceTest.cpp', 3546 'fetch/ImageResourceTest.cpp',
3544 'fetch/MemoryCacheTest.cpp', 3547 'fetch/MemoryCacheTest.cpp',
3545 'fetch/ResourceFetcherTest.cpp', 3548 'fetch/ResourceFetcherTest.cpp',
3546 'html/HTMLDimensionTest.cpp', 3549 'html/HTMLDimensionTest.cpp',
3547 'html/LinkRelAttributeTest.cpp', 3550 'html/LinkRelAttributeTest.cpp',
3548 'html/TimeRangesTest.cpp', 3551 'html/TimeRangesTest.cpp',
3549 'html/track/vtt/BufferedLineReaderTest.cpp', 3552 'html/track/vtt/BufferedLineReaderTest.cpp',
3550 'frame/ImageBitmapTest.cpp', 3553 'frame/ImageBitmapTest.cpp',
3551 'platform/animation/AnimationTranslationUtilTest.cpp', 3554 'platform/animation/AnimationTranslationUtilTest.cpp',
3552 'platform/animation/TimingFunctionTestHelper.h',
3553 'platform/animation/TimingFunctionTestHelper.cpp',
3554 'platform/animation/TimingFunctionTestHelperTest.cpp',
3555 'platform/graphics/BitmapImageTest.cpp', 3555 'platform/graphics/BitmapImageTest.cpp',
3556 'platform/graphics/Canvas2DLayerBridgeTest.cpp', 3556 'platform/graphics/Canvas2DLayerBridgeTest.cpp',
3557 'platform/graphics/Canvas2DLayerManagerTest.cpp', 3557 'platform/graphics/Canvas2DLayerManagerTest.cpp',
3558 'platform/graphics/DeferredImageDecoderTest.cpp', 3558 'platform/graphics/DeferredImageDecoderTest.cpp',
3559 'platform/graphics/FontTest.cpp', 3559 'platform/graphics/FontTest.cpp',
3560 'platform/graphics/gpu/DrawingBufferTest.cpp', 3560 'platform/graphics/gpu/DrawingBufferTest.cpp',
3561 'platform/graphics/GraphicsContextTest.cpp', 3561 'platform/graphics/GraphicsContextTest.cpp',
3562 'platform/graphics/ImageDecodingStoreTest.cpp', 3562 'platform/graphics/ImageDecodingStoreTest.cpp',
3563 'platform/graphics/ImageFrameGeneratorTest.cpp', 3563 'platform/graphics/ImageFrameGeneratorTest.cpp',
3564 'platform/graphics/test/MockDiscardablePixelRef.h', 3564 'platform/graphics/test/MockDiscardablePixelRef.h',
3565 'platform/graphics/test/MockImageDecoder.h', 3565 'platform/graphics/test/MockImageDecoder.h',
3566 'platform/image-decoders/ImageDecoderTest.cpp', 3566 'platform/image-decoders/ImageDecoderTest.cpp',
3567 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3567 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3568 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3568 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3569 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3569 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3570 'platform/testing/FakeWebGraphicsContext3D.h', 3570 'platform/testing/FakeWebGraphicsContext3D.h',
3571 'rendering/RenderOverflowTest.cpp', 3571 'rendering/RenderOverflowTest.cpp',
3572 'testing/UnitTestHelpers.h', 3572 'testing/UnitTestHelpers.h',
3573 'testing/UnitTestHelpers.cpp', 3573 'testing/UnitTestHelpers.cpp',
3574 ], 3574 ],
3575 } 3575 }
3576 } 3576 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698