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

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: Created 7 years, 1 month 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 3498 matching lines...) Expand 10 before | Expand all | Expand 10 after
3509 'dom/MainThreadTaskRunnerTest.cpp', 3509 'dom/MainThreadTaskRunnerTest.cpp',
3510 'fetch/ImageResourceTest.cpp', 3510 'fetch/ImageResourceTest.cpp',
3511 'fetch/MemoryCacheTest.cpp', 3511 'fetch/MemoryCacheTest.cpp',
3512 'fetch/ResourceFetcherTest.cpp', 3512 'fetch/ResourceFetcherTest.cpp',
3513 'html/HTMLDimensionTest.cpp', 3513 'html/HTMLDimensionTest.cpp',
3514 'html/LinkRelAttributeTest.cpp', 3514 'html/LinkRelAttributeTest.cpp',
3515 'html/TimeRangesTest.cpp', 3515 'html/TimeRangesTest.cpp',
3516 'html/track/BufferedLineReaderTest.cpp', 3516 'html/track/BufferedLineReaderTest.cpp',
3517 'frame/ImageBitmapTest.cpp', 3517 'frame/ImageBitmapTest.cpp',
3518 'platform/animation/AnimationTranslationUtilTest.cpp', 3518 'platform/animation/AnimationTranslationUtilTest.cpp',
3519 'platform/animation/TimingFunctionTestHelper.h',
3520 'platform/animation/TimingFunctionTestHelper.cpp',
3521 'platform/animation/TimingFunctionTestHelperTest.cpp',
3522 'platform/graphics/BitmapImageTest.cpp', 3519 'platform/graphics/BitmapImageTest.cpp',
3523 'platform/graphics/FontTest.cpp', 3520 'platform/graphics/FontTest.cpp',
3524 'platform/graphics/GraphicsContextTest.cpp', 3521 'platform/graphics/GraphicsContextTest.cpp',
3525 'platform/graphics/chromium/Canvas2DLayerBridgeTest.cpp', 3522 'platform/graphics/chromium/Canvas2DLayerBridgeTest.cpp',
3526 'platform/graphics/chromium/Canvas2DLayerManagerTest.cpp', 3523 'platform/graphics/chromium/Canvas2DLayerManagerTest.cpp',
3527 'platform/graphics/chromium/DeferredImageDecoderTest.cpp', 3524 'platform/graphics/chromium/DeferredImageDecoderTest.cpp',
3528 'platform/graphics/chromium/ImageDecodingStoreTest.cpp', 3525 'platform/graphics/chromium/ImageDecodingStoreTest.cpp',
3529 'platform/graphics/chromium/ImageFrameGeneratorTest.cpp', 3526 'platform/graphics/chromium/ImageFrameGeneratorTest.cpp',
3530 'platform/graphics/chromium/test/MockDiscardablePixelRef.h', 3527 'platform/graphics/chromium/test/MockDiscardablePixelRef.h',
3531 'platform/graphics/chromium/test/MockImageDecoder.h', 3528 'platform/graphics/chromium/test/MockImageDecoder.h',
3532 'platform/graphics/gpu/DrawingBufferTest.cpp', 3529 'platform/graphics/gpu/DrawingBufferTest.cpp',
3533 'platform/image-decoders/ImageDecoderTest.cpp', 3530 'platform/image-decoders/ImageDecoderTest.cpp',
3534 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3531 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3535 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3532 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3536 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3533 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3537 'platform/testing/FakeWebGraphicsContext3D.h', 3534 'platform/testing/FakeWebGraphicsContext3D.h',
3538 'rendering/RenderOverflowTest.cpp', 3535 'rendering/RenderOverflowTest.cpp',
3539 'testing/UnitTestHelpers.h', 3536 'testing/UnitTestHelpers.h',
3540 'testing/UnitTestHelpers.cpp', 3537 'testing/UnitTestHelpers.cpp',
3541 ], 3538 ],
3542 } 3539 }
3543 } 3540 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698