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/ProgrammaticScrollTest.cpp', | 285 'tests/ProgrammaticScrollTest.cpp', |
286 'tests/RenderTableCellTest.cpp', | 286 'tests/RenderTableCellTest.cpp', |
287 'tests/RenderTableRowTest.cpp', | 287 'tests/RenderTableRowTest.cpp', |
288 'tests/ScrollingCoordinatorChromiumTest.cpp', | 288 'tests/ScrollingCoordinatorChromiumTest.cpp', |
289 'tests/SpinLockTest.cpp', | 289 'tests/SpinLockTest.cpp', |
290 'tests/TextFinderTest.cpp', | 290 'tests/TextFinderTest.cpp', |
291 'tests/TouchActionTest.cpp', | 291 'tests/TouchActionTest.cpp', |
292 'tests/URLTestHelpers.cpp', | 292 'tests/URLTestHelpers.cpp', |
293 'tests/URLTestHelpers.h', | 293 'tests/URLTestHelpers.h', |
294 'tests/ViewportTest.cpp', | 294 'tests/ViewportTest.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', |
298 'tests/WebInputEventConversionTest.cpp', | 299 'tests/WebInputEventConversionTest.cpp', |
299 'tests/WebInputEventFactoryTestMac.mm', | 300 'tests/WebInputEventFactoryTestMac.mm', |
300 'tests/WebPageNewSerializerTest.cpp', | 301 'tests/WebPageNewSerializerTest.cpp', |
301 'tests/WebPageSerializerTest.cpp', | 302 'tests/WebPageSerializerTest.cpp', |
302 'tests/WebPluginContainerTest.cpp', | 303 'tests/WebPluginContainerTest.cpp', |
303 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', | 304 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', |
304 'tests/WebSearchableFormDataTest.cpp', | 305 'tests/WebSearchableFormDataTest.cpp', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
336 ['os_posix==1 and OS!="mac"', | 337 ['os_posix==1 and OS!="mac"', |
337 { | 338 { |
338 'web_unittest_files': [ | 339 'web_unittest_files': [ |
339 'tests/LocaleICUTest.cpp', | 340 'tests/LocaleICUTest.cpp', |
340 ], | 341 ], |
341 } | 342 } |
342 ], | 343 ], |
343 ], | 344 ], |
344 }, | 345 }, |
345 } | 346 } |
OLD | NEW |