| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'web_files': [ | 3 'web_files': [ |
| 4 'AssertMatchingEnums.cpp', | 4 'AssertMatchingEnums.cpp', |
| 5 'AssociatedURLLoader.cpp', | 5 'AssociatedURLLoader.cpp', |
| 6 'AssociatedURLLoader.h', | 6 'AssociatedURLLoader.h', |
| 7 'AudioOutputDeviceClientImpl.cpp', | 7 'AudioOutputDeviceClientImpl.cpp', |
| 8 'AudioOutputDeviceClientImpl.h', | 8 'AudioOutputDeviceClientImpl.h', |
| 9 'ChromeClientImpl.cpp', | 9 'ChromeClientImpl.cpp', |
| 10 'ChromeClientImpl.h', | 10 'ChromeClientImpl.h', |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 'LinkHighlightImplTest.cpp', | 251 'LinkHighlightImplTest.cpp', |
| 252 'PageOverlayTest.cpp', | 252 'PageOverlayTest.cpp', |
| 253 'WebDragDataTest.cpp', | 253 'WebDragDataTest.cpp', |
| 254 'WebEmbeddedWorkerImplTest.cpp', | 254 'WebEmbeddedWorkerImplTest.cpp', |
| 255 'WebNodeTest.cpp', | 255 'WebNodeTest.cpp', |
| 256 'WebElementTest.cpp', | 256 'WebElementTest.cpp', |
| 257 # FIXME: Move the tests from web/tests/ to appropriate places. | 257 # FIXME: Move the tests from web/tests/ to appropriate places. |
| 258 # crbug.com/353585 | 258 # crbug.com/353585 |
| 259 'tests/ActivityLoggerTest.cpp', | 259 'tests/ActivityLoggerTest.cpp', |
| 260 'tests/ChromeClientImplTest.cpp', | 260 'tests/ChromeClientImplTest.cpp', |
| 261 'tests/CompositorWorkerTest.cpp', |
| 261 'tests/DocumentLoaderTest.cpp', | 262 'tests/DocumentLoaderTest.cpp', |
| 262 'tests/DocumentLoadingRenderingTest.cpp', | 263 'tests/DocumentLoadingRenderingTest.cpp', |
| 263 'tests/FakeWebPlugin.cpp', | 264 'tests/FakeWebPlugin.cpp', |
| 264 'tests/FakeWebPlugin.h', | 265 'tests/FakeWebPlugin.h', |
| 265 'tests/FrameLoaderClientImplTest.cpp', | 266 'tests/FrameLoaderClientImplTest.cpp', |
| 266 'tests/FrameTestHelpers.cpp', | 267 'tests/FrameTestHelpers.cpp', |
| 267 'tests/FrameTestHelpers.h', | 268 'tests/FrameTestHelpers.h', |
| 268 'tests/FrameThrottlingTest.cpp', | 269 'tests/FrameThrottlingTest.cpp', |
| 269 'tests/ImeOnFocusTest.cpp', | 270 'tests/ImeOnFocusTest.cpp', |
| 270 'tests/KeyboardTest.cpp', | 271 'tests/KeyboardTest.cpp', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 'tests/sim/SimNetwork.h', | 310 'tests/sim/SimNetwork.h', |
| 310 'tests/sim/SimRequest.cpp', | 311 'tests/sim/SimRequest.cpp', |
| 311 'tests/sim/SimRequest.h', | 312 'tests/sim/SimRequest.h', |
| 312 'tests/sim/SimTest.cpp', | 313 'tests/sim/SimTest.cpp', |
| 313 'tests/sim/SimTest.h', | 314 'tests/sim/SimTest.h', |
| 314 'tests/sim/SimWebViewClient.cpp', | 315 'tests/sim/SimWebViewClient.cpp', |
| 315 'tests/sim/SimWebViewClient.h', | 316 'tests/sim/SimWebViewClient.h', |
| 316 ], | 317 ], |
| 317 }, | 318 }, |
| 318 } | 319 } |
| OLD | NEW |