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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 'tests/LinkHighlightTest.cpp', | 278 'tests/LinkHighlightTest.cpp', |
279 'tests/ListenerLeakTest.cpp', | 279 'tests/ListenerLeakTest.cpp', |
280 'tests/MHTMLTest.cpp', | 280 'tests/MHTMLTest.cpp', |
281 'tests/OpenTypeVerticalDataTest.cpp', | 281 'tests/OpenTypeVerticalDataTest.cpp', |
282 'tests/PageSerializerTest.cpp', | 282 'tests/PageSerializerTest.cpp', |
283 'tests/PaintAggregatorTest.cpp', | 283 'tests/PaintAggregatorTest.cpp', |
284 'tests/PinchViewportTest.cpp', | 284 'tests/PinchViewportTest.cpp', |
285 'tests/PrerenderingTest.cpp', | 285 'tests/PrerenderingTest.cpp', |
286 'tests/ProgrammaticScrollTest.cpp', | 286 'tests/ProgrammaticScrollTest.cpp', |
287 'tests/LayoutGeometryMapTest.cpp', | 287 'tests/LayoutGeometryMapTest.cpp', |
| 288 'tests/ScreenWakeLockTest.cpp', |
288 'tests/ScrollingCoordinatorTest.cpp', | 289 'tests/ScrollingCoordinatorTest.cpp', |
289 'tests/SpinLockTest.cpp', | 290 'tests/SpinLockTest.cpp', |
290 'tests/TextFinderTest.cpp', | 291 'tests/TextFinderTest.cpp', |
291 'tests/TopControlsTest.cpp', | 292 'tests/TopControlsTest.cpp', |
292 'tests/TouchActionTest.cpp', | 293 'tests/TouchActionTest.cpp', |
293 'tests/ViewportTest.cpp', | 294 'tests/ViewportTest.cpp', |
294 'tests/WebDocumentTest.cpp', | 295 'tests/WebDocumentTest.cpp', |
295 'tests/WebFrameTest.cpp', | 296 'tests/WebFrameTest.cpp', |
296 'tests/WebHelperPluginTest.cpp', | 297 'tests/WebHelperPluginTest.cpp', |
297 'tests/WebImageTest.cpp', | 298 'tests/WebImageTest.cpp', |
(...skipping 14 matching lines...) Expand all Loading... |
312 { | 313 { |
313 'web_unittest_files': [ | 314 'web_unittest_files': [ |
314 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. | 315 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. |
315 'tests/ScrollAnimatorNoneTest.cpp', | 316 'tests/ScrollAnimatorNoneTest.cpp', |
316 ], | 317 ], |
317 } | 318 } |
318 ], | 319 ], |
319 ], | 320 ], |
320 }, | 321 }, |
321 } | 322 } |
OLD | NEW |