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 'ChromeClientImpl.cpp', | 7 'ChromeClientImpl.cpp', |
8 'ChromeClientImpl.h', | 8 'ChromeClientImpl.h', |
9 'ColorChooserPopupUIController.cpp', | 9 'ColorChooserPopupUIController.cpp', |
10 'ColorChooserPopupUIController.h', | 10 'ColorChooserPopupUIController.h', |
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 'LinkHighlightImplTest.cpp', | 253 'LinkHighlightImplTest.cpp', |
254 'PageOverlayTest.cpp', | 254 'PageOverlayTest.cpp', |
255 'WebDragDataTest.cpp', | 255 'WebDragDataTest.cpp', |
256 'WebEmbeddedWorkerImplTest.cpp', | 256 'WebEmbeddedWorkerImplTest.cpp', |
257 'WebNodeTest.cpp', | 257 'WebNodeTest.cpp', |
258 'WebElementTest.cpp', | 258 'WebElementTest.cpp', |
259 # FIXME: Move the tests from web/tests/ to appropriate places. | 259 # FIXME: Move the tests from web/tests/ to appropriate places. |
260 # crbug.com/353585 | 260 # crbug.com/353585 |
261 'tests/ActivityLoggerTest.cpp', | 261 'tests/ActivityLoggerTest.cpp', |
262 'tests/ChromeClientImplTest.cpp', | 262 'tests/ChromeClientImplTest.cpp', |
| 263 'tests/CompositorWorkerTest.cpp', |
263 'tests/DocumentLoaderTest.cpp', | 264 'tests/DocumentLoaderTest.cpp', |
264 'tests/DocumentLoadingRenderingTest.cpp', | 265 'tests/DocumentLoadingRenderingTest.cpp', |
265 'tests/FakeWebPlugin.cpp', | 266 'tests/FakeWebPlugin.cpp', |
266 'tests/FakeWebPlugin.h', | 267 'tests/FakeWebPlugin.h', |
267 'tests/FrameLoaderClientImplTest.cpp', | 268 'tests/FrameLoaderClientImplTest.cpp', |
268 'tests/FrameTestHelpers.cpp', | 269 'tests/FrameTestHelpers.cpp', |
269 'tests/FrameTestHelpers.h', | 270 'tests/FrameTestHelpers.h', |
270 'tests/FrameThrottlingTest.cpp', | 271 'tests/FrameThrottlingTest.cpp', |
271 'tests/ImeOnFocusTest.cpp', | 272 'tests/ImeOnFocusTest.cpp', |
272 'tests/KeyboardTest.cpp', | 273 'tests/KeyboardTest.cpp', |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 { | 322 { |
322 'web_unittest_files': [ | 323 'web_unittest_files': [ |
323 # Mac uses ScrollAnimatorMac instead of ScrollAnimator. | 324 # Mac uses ScrollAnimatorMac instead of ScrollAnimator. |
324 'tests/ScrollAnimatorTest.cpp', | 325 'tests/ScrollAnimatorTest.cpp', |
325 ], | 326 ], |
326 } | 327 } |
327 ], | 328 ], |
328 ], | 329 ], |
329 }, | 330 }, |
330 } | 331 } |
OLD | NEW |