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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 'LocalFileSystemClient.cpp', | 50 'LocalFileSystemClient.cpp', |
51 'LocalFileSystemClient.h', | 51 'LocalFileSystemClient.h', |
52 'MediaKeysClientImpl.cpp', | 52 'MediaKeysClientImpl.cpp', |
53 'MediaKeysClientImpl.h', | 53 'MediaKeysClientImpl.h', |
54 'MIDIClientProxy.cpp', | 54 'MIDIClientProxy.cpp', |
55 'MIDIClientProxy.h', | 55 'MIDIClientProxy.h', |
56 'NavigatorContentUtilsClientImpl.cpp', | 56 'NavigatorContentUtilsClientImpl.cpp', |
57 'NavigatorContentUtilsClientImpl.h', | 57 'NavigatorContentUtilsClientImpl.h', |
58 'NotificationPermissionClientImpl.cpp', | 58 'NotificationPermissionClientImpl.cpp', |
59 'NotificationPermissionClientImpl.h', | 59 'NotificationPermissionClientImpl.h', |
60 'NotificationPresenterImpl.cpp', | |
61 'NotificationPresenterImpl.h', | |
62 'OpenedFrameTracker.cpp', | 60 'OpenedFrameTracker.cpp', |
63 'OpenedFrameTracker.h', | 61 'OpenedFrameTracker.h', |
64 'PageOverlay.cpp', | 62 'PageOverlay.cpp', |
65 'PageOverlay.h', | 63 'PageOverlay.h', |
66 'PageOverlayList.cpp', | 64 'PageOverlayList.cpp', |
67 'PageOverlayList.h', | 65 'PageOverlayList.h', |
68 'PageScaleConstraintsSet.cpp', | 66 'PageScaleConstraintsSet.cpp', |
69 'PageScaleConstraintsSet.h', | 67 'PageScaleConstraintsSet.h', |
70 'PageWidgetDelegate.cpp', | 68 'PageWidgetDelegate.cpp', |
71 'PageWidgetDelegate.h', | 69 'PageWidgetDelegate.h', |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 'WebLocalFrameImpl.h', | 182 'WebLocalFrameImpl.h', |
185 'WebMIDIClientMock.cpp', | 183 'WebMIDIClientMock.cpp', |
186 'WebMIDIPermissionRequest.cpp', | 184 'WebMIDIPermissionRequest.cpp', |
187 'WebMediaDevicesRequest.cpp', | 185 'WebMediaDevicesRequest.cpp', |
188 'WebMediaPlayerClientImpl.cpp', | 186 'WebMediaPlayerClientImpl.cpp', |
189 'WebMediaPlayerClientImpl.h', | 187 'WebMediaPlayerClientImpl.h', |
190 'WebMediaStreamRegistry.cpp', | 188 'WebMediaStreamRegistry.cpp', |
191 'WebNetworkStateNotifier.cpp', | 189 'WebNetworkStateNotifier.cpp', |
192 'WebNode.cpp', | 190 'WebNode.cpp', |
193 'WebNodeList.cpp', | 191 'WebNodeList.cpp', |
194 'WebNotification.cpp', | |
195 'WebOptionElement.cpp', | 192 'WebOptionElement.cpp', |
196 'WebPagePopupImpl.cpp', | 193 'WebPagePopupImpl.cpp', |
197 'WebPagePopupImpl.h', | 194 'WebPagePopupImpl.h', |
198 'WebPageSerializer.cpp', | 195 'WebPageSerializer.cpp', |
199 'WebPageSerializerImpl.cpp', | 196 'WebPageSerializerImpl.cpp', |
200 'WebPageSerializerImpl.h', | 197 'WebPageSerializerImpl.h', |
201 'WebPerformance.cpp', | 198 'WebPerformance.cpp', |
202 'WebPluginContainerImpl.cpp', | 199 'WebPluginContainerImpl.cpp', |
203 'WebPluginContainerImpl.h', | 200 'WebPluginContainerImpl.h', |
204 'WebPluginDocument.cpp', | 201 'WebPluginDocument.cpp', |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
345 ['os_posix==1 and OS!="mac"', | 342 ['os_posix==1 and OS!="mac"', |
346 { | 343 { |
347 'web_unittest_files': [ | 344 'web_unittest_files': [ |
348 'tests/LocaleICUTest.cpp', | 345 'tests/LocaleICUTest.cpp', |
349 ], | 346 ], |
350 } | 347 } |
351 ], | 348 ], |
352 ], | 349 ], |
353 }, | 350 }, |
354 } | 351 } |
OLD | NEW |