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 'BackForwardClientImpl.cpp', | 7 'BackForwardClientImpl.cpp', |
8 'BackForwardClientImpl.h', | 8 'BackForwardClientImpl.h', |
9 'ChromeClientImpl.cpp', | 9 'ChromeClientImpl.cpp', |
10 'ChromeClientImpl.h', | 10 'ChromeClientImpl.h', |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 'tests/OpenTypeVerticalDataTest.cpp', | 285 'tests/OpenTypeVerticalDataTest.cpp', |
286 'tests/PageSerializerTest.cpp', | 286 'tests/PageSerializerTest.cpp', |
287 'tests/PaintAggregatorTest.cpp', | 287 'tests/PaintAggregatorTest.cpp', |
288 'tests/PinchViewportTest.cpp', | 288 'tests/PinchViewportTest.cpp', |
289 'tests/PopupContainerTest.cpp', | 289 'tests/PopupContainerTest.cpp', |
290 'tests/PopupMenuTest.cpp', | 290 'tests/PopupMenuTest.cpp', |
291 'tests/PrerenderingTest.cpp', | 291 'tests/PrerenderingTest.cpp', |
292 'tests/ProgrammaticScrollTest.cpp', | 292 'tests/ProgrammaticScrollTest.cpp', |
293 'tests/RenderGeometryMapTest.cpp', | 293 'tests/RenderGeometryMapTest.cpp', |
294 'tests/ScrollingCoordinatorChromiumTest.cpp', | 294 'tests/ScrollingCoordinatorChromiumTest.cpp', |
| 295 'tests/ServiceWorkerGlobalScopeProxyTest.cpp', |
295 'tests/SpinLockTest.cpp', | 296 'tests/SpinLockTest.cpp', |
296 'tests/TextFinderTest.cpp', | 297 'tests/TextFinderTest.cpp', |
297 'tests/TouchActionTest.cpp', | 298 'tests/TouchActionTest.cpp', |
298 'tests/URLTestHelpers.cpp', | 299 'tests/URLTestHelpers.cpp', |
299 'tests/URLTestHelpers.h', | 300 'tests/URLTestHelpers.h', |
300 'tests/ViewportTest.cpp', | 301 'tests/ViewportTest.cpp', |
301 'tests/WebDocumentTest.cpp', | 302 'tests/WebDocumentTest.cpp', |
302 'tests/WebFrameTest.cpp', | 303 'tests/WebFrameTest.cpp', |
303 'tests/WebHelperPluginTest.cpp', | 304 'tests/WebHelperPluginTest.cpp', |
304 'tests/WebImageTest.cpp', | 305 'tests/WebImageTest.cpp', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 ['os_posix==1 and OS!="mac"', | 344 ['os_posix==1 and OS!="mac"', |
344 { | 345 { |
345 'web_unittest_files': [ | 346 'web_unittest_files': [ |
346 'tests/LocaleICUTest.cpp', | 347 'tests/LocaleICUTest.cpp', |
347 ], | 348 ], |
348 } | 349 } |
349 ], | 350 ], |
350 ], | 351 ], |
351 }, | 352 }, |
352 } | 353 } |
OLD | NEW |