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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 # crbug.com/353585 | 266 # crbug.com/353585 |
267 'tests/ActivityLoggerTest.cpp', | 267 'tests/ActivityLoggerTest.cpp', |
268 'tests/ChromeClientImplTest.cpp', | 268 'tests/ChromeClientImplTest.cpp', |
269 'tests/DocumentLoaderTest.cpp', | 269 'tests/DocumentLoaderTest.cpp', |
270 'tests/DocumentLoadingRenderingTest.cpp', | 270 'tests/DocumentLoadingRenderingTest.cpp', |
271 'tests/FakeWebPlugin.cpp', | 271 'tests/FakeWebPlugin.cpp', |
272 'tests/FakeWebPlugin.h', | 272 'tests/FakeWebPlugin.h', |
273 'tests/FrameLoaderClientImplTest.cpp', | 273 'tests/FrameLoaderClientImplTest.cpp', |
274 'tests/FrameTestHelpers.cpp', | 274 'tests/FrameTestHelpers.cpp', |
275 'tests/FrameTestHelpers.h', | 275 'tests/FrameTestHelpers.h', |
| 276 'tests/FrameThrottlingTest.cpp', |
276 'tests/ImeOnFocusTest.cpp', | 277 'tests/ImeOnFocusTest.cpp', |
277 'tests/KeyboardTest.cpp', | 278 'tests/KeyboardTest.cpp', |
278 'tests/ListenerLeakTest.cpp', | 279 'tests/ListenerLeakTest.cpp', |
279 'tests/MHTMLTest.cpp', | 280 'tests/MHTMLTest.cpp', |
280 'tests/OpenTypeVerticalDataTest.cpp', | 281 'tests/OpenTypeVerticalDataTest.cpp', |
281 'tests/PageSerializerTest.cpp', | 282 'tests/PageSerializerTest.cpp', |
282 'tests/PaintAggregatorTest.cpp', | 283 'tests/PaintAggregatorTest.cpp', |
283 'tests/PrerenderingTest.cpp', | 284 'tests/PrerenderingTest.cpp', |
284 'tests/ProgrammaticScrollTest.cpp', | 285 'tests/ProgrammaticScrollTest.cpp', |
285 'tests/LayoutGeometryMapTest.cpp', | 286 'tests/LayoutGeometryMapTest.cpp', |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 { | 334 { |
334 'web_unittest_files': [ | 335 'web_unittest_files': [ |
335 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. | 336 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. |
336 'tests/ScrollAnimatorNoneTest.cpp', | 337 'tests/ScrollAnimatorNoneTest.cpp', |
337 ], | 338 ], |
338 } | 339 } |
339 ], | 340 ], |
340 ], | 341 ], |
341 }, | 342 }, |
342 } | 343 } |
OLD | NEW |