OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'web_files': [ | 3 'web_files': [ |
4 'ApplicationCacheHost.cpp', | 4 'ApplicationCacheHost.cpp', |
5 'ApplicationCacheHostInternal.h', | 5 'ApplicationCacheHostInternal.h', |
6 'AssertMatchingEnums.cpp', | 6 'AssertMatchingEnums.cpp', |
7 'AssociatedURLLoader.cpp', | 7 'AssociatedURLLoader.cpp', |
8 'AssociatedURLLoader.h', | 8 'AssociatedURLLoader.h', |
9 'AutofillPopupMenuClient.cpp', | 9 'AutofillPopupMenuClient.cpp', |
10 'AutofillPopupMenuClient.h', | 10 'AutofillPopupMenuClient.h', |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 'tests/FakeWebPlugin.cpp', | 273 'tests/FakeWebPlugin.cpp', |
274 'tests/FakeWebPlugin.h', | 274 'tests/FakeWebPlugin.h', |
275 'tests/FilterOperationsTest.cpp', | 275 'tests/FilterOperationsTest.cpp', |
276 'tests/FrameLoaderClientImplTest.cpp', | 276 'tests/FrameLoaderClientImplTest.cpp', |
277 'tests/FrameTestHelpers.cpp', | 277 'tests/FrameTestHelpers.cpp', |
278 'tests/FrameTestHelpers.h', | 278 'tests/FrameTestHelpers.h', |
279 'tests/GraphicsLayerTest.cpp', | 279 'tests/GraphicsLayerTest.cpp', |
280 'tests/ImageFilterBuilderTest.cpp', | 280 'tests/ImageFilterBuilderTest.cpp', |
281 'tests/ImageLayerChromiumTest.cpp', | 281 'tests/ImageLayerChromiumTest.cpp', |
282 'tests/KeyboardTest.cpp', | 282 'tests/KeyboardTest.cpp', |
| 283 'tests/LegacyViewportTest.cpp', |
283 'tests/LinkHighlightTest.cpp', | 284 'tests/LinkHighlightTest.cpp', |
284 'tests/ListenerLeakTest.cpp', | 285 'tests/ListenerLeakTest.cpp', |
285 'tests/MemoryInfo.cpp', | 286 'tests/MemoryInfo.cpp', |
286 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp', | 287 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp', |
287 'tests/OpenTypeVerticalDataTest.cpp', | 288 'tests/OpenTypeVerticalDataTest.cpp', |
288 'tests/PageSerializerTest.cpp', | 289 'tests/PageSerializerTest.cpp', |
289 'tests/PaintAggregatorTest.cpp', | 290 'tests/PaintAggregatorTest.cpp', |
290 'tests/PopupContainerTest.cpp', | 291 'tests/PopupContainerTest.cpp', |
291 'tests/PrerenderingTest.cpp', | 292 'tests/PrerenderingTest.cpp', |
292 'tests/ProgrammaticScrollTest.cpp', | 293 'tests/ProgrammaticScrollTest.cpp', |
293 'tests/RenderTableCellTest.cpp', | 294 'tests/RenderTableCellTest.cpp', |
294 'tests/RenderTableRowTest.cpp', | 295 'tests/RenderTableRowTest.cpp', |
295 'tests/ScrollingCoordinatorChromiumTest.cpp', | 296 'tests/ScrollingCoordinatorChromiumTest.cpp', |
296 'tests/SpinLockTest.cpp', | 297 'tests/SpinLockTest.cpp', |
297 'tests/URLTestHelpers.cpp', | 298 'tests/URLTestHelpers.cpp', |
298 'tests/URLTestHelpers.h', | 299 'tests/URLTestHelpers.h', |
299 'tests/ViewportTest.cpp', | |
300 'tests/WebFrameTest.cpp', | 300 'tests/WebFrameTest.cpp', |
301 'tests/WebImageTest.cpp', | 301 'tests/WebImageTest.cpp', |
302 'tests/WebInputEventConversionTest.cpp', | 302 'tests/WebInputEventConversionTest.cpp', |
303 'tests/WebInputEventFactoryTestMac.mm', | 303 'tests/WebInputEventFactoryTestMac.mm', |
304 'tests/WebPageNewSerializerTest.cpp', | 304 'tests/WebPageNewSerializerTest.cpp', |
305 'tests/WebPageSerializerTest.cpp', | 305 'tests/WebPageSerializerTest.cpp', |
306 'tests/WebPluginContainerTest.cpp', | 306 'tests/WebPluginContainerTest.cpp', |
307 'tests/WebSelectorTest.cpp', | 307 'tests/WebSelectorTest.cpp', |
308 'tests/WebURLRequestTest.cpp', | 308 'tests/WebURLRequestTest.cpp', |
309 'tests/WebURLResponseTest.cpp', | 309 'tests/WebURLResponseTest.cpp', |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 { | 356 { |
357 'web_unittest_files': [ | 357 'web_unittest_files': [ |
358 'tests/KeyCodeConversionTestGtk.cpp', | 358 'tests/KeyCodeConversionTestGtk.cpp', |
359 'tests/WebInputEventFactoryTestGtk.cpp', | 359 'tests/WebInputEventFactoryTestGtk.cpp', |
360 ], | 360 ], |
361 } | 361 } |
362 ], | 362 ], |
363 ], | 363 ], |
364 }, | 364 }, |
365 } | 365 } |
OLD | NEW |