| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 'platform_generated.gypi', | 3 'platform_generated.gypi', |
| 4 ], | 4 ], |
| 5 'variables': { | 5 'variables': { |
| 6 'platform_files': [ | 6 'platform_files': [ |
| 7 'AsyncFileSystemCallbacks.h', | 7 'AsyncFileSystemCallbacks.h', |
| 8 'CalculationValue.h', | 8 'CalculationValue.h', |
| 9 'CheckedInt.h', | 9 'CheckedInt.h', |
| 10 'ContentDecryptionModuleResult.h', | 10 'ContentDecryptionModuleResult.h', |
| (...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 601 'graphics/GraphicsContext.cpp', | 601 'graphics/GraphicsContext.cpp', |
| 602 'graphics/GraphicsContext.h', | 602 'graphics/GraphicsContext.h', |
| 603 'graphics/GraphicsContextState.cpp', | 603 'graphics/GraphicsContextState.cpp', |
| 604 'graphics/GraphicsContextState.h', | 604 'graphics/GraphicsContextState.h', |
| 605 'graphics/GraphicsContextStateSaver.h', | 605 'graphics/GraphicsContextStateSaver.h', |
| 606 'graphics/GraphicsLayer.cpp', | 606 'graphics/GraphicsLayer.cpp', |
| 607 'graphics/GraphicsLayer.h', | 607 'graphics/GraphicsLayer.h', |
| 608 'graphics/GraphicsLayerClient.h', | 608 'graphics/GraphicsLayerClient.h', |
| 609 'graphics/GraphicsLayerDebugInfo.cpp', | 609 'graphics/GraphicsLayerDebugInfo.cpp', |
| 610 'graphics/GraphicsLayerDebugInfo.h', | 610 'graphics/GraphicsLayerDebugInfo.h', |
| 611 'graphics/GraphicsLayerFactory.h', | |
| 612 'graphics/GraphicsTypes.cpp', | 611 'graphics/GraphicsTypes.cpp', |
| 613 'graphics/GraphicsTypes.h', | 612 'graphics/GraphicsTypes.h', |
| 614 'graphics/GraphicsTypes3D.h', | 613 'graphics/GraphicsTypes3D.h', |
| 615 'graphics/Image.cpp', | 614 'graphics/Image.cpp', |
| 616 'graphics/Image.h', | 615 'graphics/Image.h', |
| 617 'graphics/ImageAnimationPolicy.h', | 616 'graphics/ImageAnimationPolicy.h', |
| 618 'graphics/ImageBuffer.cpp', | 617 'graphics/ImageBuffer.cpp', |
| 619 'graphics/ImageBuffer.h', | 618 'graphics/ImageBuffer.h', |
| 620 'graphics/ImageBufferClient.h', | 619 'graphics/ImageBufferClient.h', |
| 621 'graphics/ImageBufferSurface.cpp', | 620 'graphics/ImageBufferSurface.cpp', |
| (...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1228 'graphics/DeferredImageDecoderTest.cpp', | 1227 'graphics/DeferredImageDecoderTest.cpp', |
| 1229 'graphics/GraphicsLayerTest.cpp', | 1228 'graphics/GraphicsLayerTest.cpp', |
| 1230 'graphics/ImageDecodingStoreTest.cpp', | 1229 'graphics/ImageDecodingStoreTest.cpp', |
| 1231 'graphics/ImageFrameGeneratorTest.cpp', | 1230 'graphics/ImageFrameGeneratorTest.cpp', |
| 1232 'graphics/ImageLayerChromiumTest.cpp', | 1231 'graphics/ImageLayerChromiumTest.cpp', |
| 1233 'graphics/test/MockImageDecoder.h', | 1232 'graphics/test/MockImageDecoder.h', |
| 1234 'graphics/test/MockWebGraphicsContext3D.h', | 1233 'graphics/test/MockWebGraphicsContext3D.h', |
| 1235 'threading/BackgroundTaskRunnerTest.cpp', | 1234 'threading/BackgroundTaskRunnerTest.cpp', |
| 1236 ], | 1235 ], |
| 1237 'platform_test_support_files': [ | 1236 'platform_test_support_files': [ |
| 1238 'graphics/test/FakeGraphicsLayerFactory.cpp', | |
| 1239 'graphics/test/FakeGraphicsLayerFactory.h', | |
| 1240 'testing/FontTestHelpers.cpp', | 1237 'testing/FontTestHelpers.cpp', |
| 1241 'testing/FontTestHelpers.h', | 1238 'testing/FontTestHelpers.h', |
| 1242 'testing/GeometryPrinters.cpp', | 1239 'testing/GeometryPrinters.cpp', |
| 1243 'testing/GeometryPrinters.h', | 1240 'testing/GeometryPrinters.h', |
| 1244 'testing/MessageLoopForMojo.h', | 1241 'testing/MessageLoopForMojo.h', |
| 1245 'testing/PaintPrinters.cpp', | 1242 'testing/PaintPrinters.cpp', |
| 1246 'testing/PaintPrinters.h', | 1243 'testing/PaintPrinters.h', |
| 1247 'testing/PictureMatchers.cpp', | 1244 'testing/PictureMatchers.cpp', |
| 1248 'testing/PictureMatchers.h', | 1245 'testing/PictureMatchers.h', |
| 1249 'testing/PlatformTestPrinters.cpp', | 1246 'testing/PlatformTestPrinters.cpp', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1283 ['OS!="mac"', | 1280 ['OS!="mac"', |
| 1284 { | 1281 { |
| 1285 'platform_test_files': [ | 1282 'platform_test_files': [ |
| 1286 'scroll/ScrollAnimatorTest.cpp', | 1283 'scroll/ScrollAnimatorTest.cpp', |
| 1287 ], | 1284 ], |
| 1288 } | 1285 } |
| 1289 ], | 1286 ], |
| 1290 ], | 1287 ], |
| 1291 }, | 1288 }, |
| 1292 } | 1289 } |
| OLD | NEW |