| 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 ], | 233 ], |
| 234 'web_unittest_files': [ | 234 'web_unittest_files': [ |
| 235 'AssociatedURLLoaderTest.cpp', | 235 'AssociatedURLLoaderTest.cpp', |
| 236 'ExternalPopupMenuTest.cpp', | 236 'ExternalPopupMenuTest.cpp', |
| 237 'LinkHighlightImplTest.cpp', | 237 'LinkHighlightImplTest.cpp', |
| 238 'PageOverlayTest.cpp', | 238 'PageOverlayTest.cpp', |
| 239 'WebDragDataTest.cpp', | 239 'WebDragDataTest.cpp', |
| 240 'WebEmbeddedWorkerImplTest.cpp', | 240 'WebEmbeddedWorkerImplTest.cpp', |
| 241 'WebNodeTest.cpp', | 241 'WebNodeTest.cpp', |
| 242 'WebElementTest.cpp', | 242 'WebElementTest.cpp', |
| 243 'WebInputElementTest.cpp', |
| 243 'WebViewImplPaintArtifactCompositorTest.cpp', | 244 'WebViewImplPaintArtifactCompositorTest.cpp', |
| 244 # FIXME: Move the tests from web/tests/ to appropriate places. | 245 # FIXME: Move the tests from web/tests/ to appropriate places. |
| 245 # crbug.com/353585 | 246 # crbug.com/353585 |
| 246 'tests/ActivityLoggerTest.cpp', | 247 'tests/ActivityLoggerTest.cpp', |
| 247 'tests/ChromeClientImplTest.cpp', | 248 'tests/ChromeClientImplTest.cpp', |
| 248 'tests/CompositorWorkerTest.cpp', | 249 'tests/CompositorWorkerTest.cpp', |
| 249 'tests/DocumentLoaderTest.cpp', | 250 'tests/DocumentLoaderTest.cpp', |
| 250 'tests/DocumentLoadingRenderingTest.cpp', | 251 'tests/DocumentLoadingRenderingTest.cpp', |
| 251 'tests/FakeWebPlugin.cpp', | 252 'tests/FakeWebPlugin.cpp', |
| 252 'tests/FakeWebPlugin.h', | 253 'tests/FakeWebPlugin.h', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 'tests/sim/SimNetwork.h', | 302 'tests/sim/SimNetwork.h', |
| 302 'tests/sim/SimRequest.cpp', | 303 'tests/sim/SimRequest.cpp', |
| 303 'tests/sim/SimRequest.h', | 304 'tests/sim/SimRequest.h', |
| 304 'tests/sim/SimTest.cpp', | 305 'tests/sim/SimTest.cpp', |
| 305 'tests/sim/SimTest.h', | 306 'tests/sim/SimTest.h', |
| 306 'tests/sim/SimWebViewClient.cpp', | 307 'tests/sim/SimWebViewClient.cpp', |
| 307 'tests/sim/SimWebViewClient.h', | 308 'tests/sim/SimWebViewClient.h', |
| 308 ], | 309 ], |
| 309 }, | 310 }, |
| 310 } | 311 } |
| OLD | NEW |