| 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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 'graphics/BitmapImageMetrics.h', | 552 'graphics/BitmapImageMetrics.h', |
| 553 'graphics/BoxReflection.cpp', | 553 'graphics/BoxReflection.cpp', |
| 554 'graphics/BoxReflection.h', | 554 'graphics/BoxReflection.h', |
| 555 'graphics/Canvas2DImageBufferSurface.h', | 555 'graphics/Canvas2DImageBufferSurface.h', |
| 556 'graphics/Canvas2DLayerBridge.cpp', | 556 'graphics/Canvas2DLayerBridge.cpp', |
| 557 'graphics/Canvas2DLayerBridge.h', | 557 'graphics/Canvas2DLayerBridge.h', |
| 558 'graphics/CanvasMetrics.cpp', | 558 'graphics/CanvasMetrics.cpp', |
| 559 'graphics/CanvasMetrics.h', | 559 'graphics/CanvasMetrics.h', |
| 560 'graphics/CanvasSurfaceLayerBridge.cpp', | 560 'graphics/CanvasSurfaceLayerBridge.cpp', |
| 561 'graphics/CanvasSurfaceLayerBridge.h', | 561 'graphics/CanvasSurfaceLayerBridge.h', |
| 562 'graphics/CanvasSurfaceLayerBridgeClient.h', |
| 563 'graphics/CanvasSurfaceLayerBridgeClientImpl.cpp', |
| 564 'graphics/CanvasSurfaceLayerBridgeClientImpl.h', |
| 562 'graphics/Color.cpp', | 565 'graphics/Color.cpp', |
| 563 'graphics/Color.h', | 566 'graphics/Color.h', |
| 564 'graphics/ColorSpace.cpp', | 567 'graphics/ColorSpace.cpp', |
| 565 'graphics/ColorSpace.h', | 568 'graphics/ColorSpace.h', |
| 566 'graphics/ColorSpaceProfileData.cpp', | 569 'graphics/ColorSpaceProfileData.cpp', |
| 567 'graphics/ColorSpaceProfileData.h', | 570 'graphics/ColorSpaceProfileData.h', |
| 568 'graphics/CompositingReasons.cpp', | 571 'graphics/CompositingReasons.cpp', |
| 569 'graphics/CompositingReasons.h', | 572 'graphics/CompositingReasons.h', |
| 570 'graphics/CompositorFilterOperations.cpp', | 573 'graphics/CompositorFilterOperations.cpp', |
| 571 'graphics/CompositorFilterOperations.h', | 574 'graphics/CompositorFilterOperations.h', |
| (...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1251 'weborigin/SchemeRegistryTest.cpp', | 1254 'weborigin/SchemeRegistryTest.cpp', |
| 1252 'weborigin/SecurityOriginTest.cpp', | 1255 'weborigin/SecurityOriginTest.cpp', |
| 1253 'weborigin/SecurityPolicyTest.cpp', | 1256 'weborigin/SecurityPolicyTest.cpp', |
| 1254 'weborigin/SuboriginTest.cpp', | 1257 'weborigin/SuboriginTest.cpp', |
| 1255 ], | 1258 ], |
| 1256 # NOTE: These are legacy unit tests and tests that require a Platform | 1259 # NOTE: These are legacy unit tests and tests that require a Platform |
| 1257 # object. Do not add more unless the test requires a Platform object. | 1260 # object. Do not add more unless the test requires a Platform object. |
| 1258 # These tests are a part of the web:webkit_unit_tests binary. | 1261 # These tests are a part of the web:webkit_unit_tests binary. |
| 1259 'platform_web_unittest_files': [ | 1262 'platform_web_unittest_files': [ |
| 1260 'graphics/Canvas2DLayerBridgeTest.cpp', | 1263 'graphics/Canvas2DLayerBridgeTest.cpp', |
| 1264 'graphics/CanvasSurfaceLayerBridgeTest.cpp', |
| 1261 'graphics/DeferredImageDecoderTest.cpp', | 1265 'graphics/DeferredImageDecoderTest.cpp', |
| 1262 'graphics/GraphicsLayerTest.cpp', | 1266 'graphics/GraphicsLayerTest.cpp', |
| 1263 'graphics/ImageDecodingStoreTest.cpp', | 1267 'graphics/ImageDecodingStoreTest.cpp', |
| 1264 'graphics/ImageFrameGeneratorTest.cpp', | 1268 'graphics/ImageFrameGeneratorTest.cpp', |
| 1265 'graphics/ImageLayerChromiumTest.cpp', | 1269 'graphics/ImageLayerChromiumTest.cpp', |
| 1266 'graphics/test/FakeGLES2Interface.h', | 1270 'graphics/test/FakeGLES2Interface.h', |
| 1267 'graphics/test/MockImageDecoder.h', | 1271 'graphics/test/MockImageDecoder.h', |
| 1268 ], | 1272 ], |
| 1269 'platform_test_support_files': [ | 1273 'platform_test_support_files': [ |
| 1270 'scroll/ScrollbarTestSuite.h', | 1274 'scroll/ScrollbarTestSuite.h', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1334 ['use_default_render_theme==1', | 1338 ['use_default_render_theme==1', |
| 1335 { | 1339 { |
| 1336 'platform_test_files': [ | 1340 'platform_test_files': [ |
| 1337 'scroll/ScrollbarThemeAuraTest.cpp', | 1341 'scroll/ScrollbarThemeAuraTest.cpp', |
| 1338 ], | 1342 ], |
| 1339 } | 1343 } |
| 1340 ], | 1344 ], |
| 1341 ], | 1345 ], |
| 1342 }, | 1346 }, |
| 1343 } | 1347 } |
| OLD | NEW |