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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 'NavigatorContentUtilsClientImpl.cpp', | 60 'NavigatorContentUtilsClientImpl.cpp', |
61 'NavigatorContentUtilsClientImpl.h', | 61 'NavigatorContentUtilsClientImpl.h', |
62 'NotificationPermissionClientImpl.cpp', | 62 'NotificationPermissionClientImpl.cpp', |
63 'NotificationPermissionClientImpl.h', | 63 'NotificationPermissionClientImpl.h', |
64 'OpenedFrameTracker.cpp', | 64 'OpenedFrameTracker.cpp', |
65 'OpenedFrameTracker.h', | 65 'OpenedFrameTracker.h', |
66 'PageOverlay.cpp', | 66 'PageOverlay.cpp', |
67 'PageOverlay.h', | 67 'PageOverlay.h', |
68 'PageWidgetDelegate.cpp', | 68 'PageWidgetDelegate.cpp', |
69 'PageWidgetDelegate.h', | 69 'PageWidgetDelegate.h', |
70 'PluginPlaceholderImpl.cpp', | |
71 'PluginPlaceholderImpl.h', | |
72 'PopupMenuImpl.cpp', | 70 'PopupMenuImpl.cpp', |
73 'PopupMenuImpl.h', | 71 'PopupMenuImpl.h', |
74 'PrerendererClientImpl.cpp', | 72 'PrerendererClientImpl.cpp', |
75 'PrerendererClientImpl.h', | 73 'PrerendererClientImpl.h', |
76 'RemoteBridgeFrameOwner.cpp', | 74 'RemoteBridgeFrameOwner.cpp', |
77 'RemoteBridgeFrameOwner.h', | 75 'RemoteBridgeFrameOwner.h', |
78 'RemoteFrameClientImpl.cpp', | 76 'RemoteFrameClientImpl.cpp', |
79 'RemoteFrameClientImpl.h', | 77 'RemoteFrameClientImpl.h', |
80 'ResizeViewportAnchor.cpp', | 78 'ResizeViewportAnchor.cpp', |
81 'ResizeViewportAnchor.h', | 79 'ResizeViewportAnchor.h', |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 'mac/WebSubstringUtil.mm', | 251 'mac/WebSubstringUtil.mm', |
254 'painting/PaintAggregator.cpp', | 252 'painting/PaintAggregator.cpp', |
255 'painting/PaintAggregator.h', | 253 'painting/PaintAggregator.h', |
256 'win/WebFontRendering.cpp', | 254 'win/WebFontRendering.cpp', |
257 ], | 255 ], |
258 'web_unittest_files': [ | 256 'web_unittest_files': [ |
259 'AssociatedURLLoaderTest.cpp', | 257 'AssociatedURLLoaderTest.cpp', |
260 'ExternalPopupMenuTest.cpp', | 258 'ExternalPopupMenuTest.cpp', |
261 'LinkHighlightImplTest.cpp', | 259 'LinkHighlightImplTest.cpp', |
262 'PageOverlayTest.cpp', | 260 'PageOverlayTest.cpp', |
263 'PluginPlaceholderImplTest.cpp', | |
264 'WebDragDataTest.cpp', | 261 'WebDragDataTest.cpp', |
265 'WebEmbeddedWorkerImplTest.cpp', | 262 'WebEmbeddedWorkerImplTest.cpp', |
266 'WebNodeTest.cpp', | 263 'WebNodeTest.cpp', |
267 'WebElementTest.cpp', | 264 'WebElementTest.cpp', |
268 # FIXME: Move the tests from web/tests/ to appropriate places. | 265 # FIXME: Move the tests from web/tests/ to appropriate places. |
269 # crbug.com/353585 | 266 # crbug.com/353585 |
270 'tests/ActivityLoggerTest.cpp', | 267 'tests/ActivityLoggerTest.cpp', |
271 'tests/ChromeClientImplTest.cpp', | 268 'tests/ChromeClientImplTest.cpp', |
272 'tests/CustomEventTest.cpp', | 269 'tests/CustomEventTest.cpp', |
273 'tests/DocumentLoaderTest.cpp', | 270 'tests/DocumentLoaderTest.cpp', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 { | 320 { |
324 'web_unittest_files': [ | 321 'web_unittest_files': [ |
325 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. | 322 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. |
326 'tests/ScrollAnimatorNoneTest.cpp', | 323 'tests/ScrollAnimatorNoneTest.cpp', |
327 ], | 324 ], |
328 } | 325 } |
329 ], | 326 ], |
330 ], | 327 ], |
331 }, | 328 }, |
332 } | 329 } |
OLD | NEW |