| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 { | 320 { |
| 320 'web_unittest_files': [ | 321 'web_unittest_files': [ |
| 321 # Mac uses ScrollAnimatorMac instead of ScrollAnimator. | 322 # Mac uses ScrollAnimatorMac instead of ScrollAnimator. |
| 322 'tests/ScrollAnimatorTest.cpp', | 323 'tests/ScrollAnimatorTest.cpp', |
| 323 ], | 324 ], |
| 324 } | 325 } |
| 325 ], | 326 ], |
| 326 ], | 327 ], |
| 327 }, | 328 }, |
| 328 } | 329 } |
| OLD | NEW |