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