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

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: gyp changes 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 3543 matching lines...) Expand 10 before | Expand all | Expand 10 after
3554 'fetch/ImageResourceTest.cpp', 3554 'fetch/ImageResourceTest.cpp',
3555 'fetch/MemoryCacheTest.cpp', 3555 'fetch/MemoryCacheTest.cpp',
3556 'fetch/RawResourceTest.cpp', 3556 'fetch/RawResourceTest.cpp',
3557 'fetch/ResourceFetcherTest.cpp', 3557 'fetch/ResourceFetcherTest.cpp',
3558 'html/HTMLDimensionTest.cpp', 3558 'html/HTMLDimensionTest.cpp',
3559 'html/LinkRelAttributeTest.cpp', 3559 'html/LinkRelAttributeTest.cpp',
3560 'html/TimeRangesTest.cpp', 3560 'html/TimeRangesTest.cpp',
3561 'html/track/vtt/BufferedLineReaderTest.cpp', 3561 'html/track/vtt/BufferedLineReaderTest.cpp',
3562 'frame/ImageBitmapTest.cpp', 3562 'frame/ImageBitmapTest.cpp',
3563 'platform/animation/AnimationTranslationUtilTest.cpp', 3563 'platform/animation/AnimationTranslationUtilTest.cpp',
3564 'platform/animation/TimingFunctionTestHelper.h',
3565 'platform/animation/TimingFunctionTestHelper.cpp',
3566 'platform/animation/TimingFunctionTestHelperTest.cpp',
3567 'platform/graphics/BitmapImageTest.cpp', 3564 'platform/graphics/BitmapImageTest.cpp',
3568 'platform/graphics/Canvas2DLayerBridgeTest.cpp', 3565 'platform/graphics/Canvas2DLayerBridgeTest.cpp',
3569 'platform/graphics/Canvas2DLayerManagerTest.cpp', 3566 'platform/graphics/Canvas2DLayerManagerTest.cpp',
3570 'platform/graphics/DeferredImageDecoderTest.cpp', 3567 'platform/graphics/DeferredImageDecoderTest.cpp',
3571 'platform/graphics/FontTest.cpp', 3568 'platform/graphics/FontTest.cpp',
3572 'platform/graphics/gpu/DrawingBufferTest.cpp', 3569 'platform/graphics/gpu/DrawingBufferTest.cpp',
3573 'platform/graphics/GraphicsContextTest.cpp', 3570 'platform/graphics/GraphicsContextTest.cpp',
3574 'platform/graphics/ImageDecodingStoreTest.cpp', 3571 'platform/graphics/ImageDecodingStoreTest.cpp',
3575 'platform/graphics/ImageFrameGeneratorTest.cpp', 3572 'platform/graphics/ImageFrameGeneratorTest.cpp',
3576 'platform/graphics/test/MockDiscardablePixelRef.h', 3573 'platform/graphics/test/MockDiscardablePixelRef.h',
3577 'platform/graphics/test/MockImageDecoder.h', 3574 'platform/graphics/test/MockImageDecoder.h',
3578 'platform/image-decoders/ImageDecoderTest.cpp', 3575 'platform/image-decoders/ImageDecoderTest.cpp',
3579 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3576 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3580 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3577 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3581 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3578 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3582 'platform/testing/FakeWebGraphicsContext3D.h', 3579 'platform/testing/FakeWebGraphicsContext3D.h',
3583 'rendering/RenderOverflowTest.cpp', 3580 'rendering/RenderOverflowTest.cpp',
3584 'testing/UnitTestHelpers.h', 3581 'testing/UnitTestHelpers.h',
3585 'testing/UnitTestHelpers.cpp', 3582 'testing/UnitTestHelpers.cpp',
3586 ], 3583 ],
3587 } 3584 }
3588 } 3585 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698