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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 'WebLocalFrameImpl.h', | 178 'WebLocalFrameImpl.h', |
181 'WebMIDIClientMock.cpp', | 179 'WebMIDIClientMock.cpp', |
182 'WebMIDIPermissionRequest.cpp', | 180 'WebMIDIPermissionRequest.cpp', |
183 'WebMediaDevicesRequest.cpp', | 181 'WebMediaDevicesRequest.cpp', |
184 'WebMediaPlayerClientImpl.cpp', | 182 'WebMediaPlayerClientImpl.cpp', |
185 'WebMediaPlayerClientImpl.h', | 183 'WebMediaPlayerClientImpl.h', |
186 'WebMediaStreamRegistry.cpp', | 184 'WebMediaStreamRegistry.cpp', |
187 'WebNetworkStateNotifier.cpp', | 185 'WebNetworkStateNotifier.cpp', |
188 'WebNode.cpp', | 186 'WebNode.cpp', |
189 'WebNodeList.cpp', | 187 'WebNodeList.cpp', |
190 'WebNotification.cpp', | |
191 'WebOptionElement.cpp', | 188 'WebOptionElement.cpp', |
192 'WebPagePopupImpl.cpp', | 189 'WebPagePopupImpl.cpp', |
193 'WebPagePopupImpl.h', | 190 'WebPagePopupImpl.h', |
194 'WebPageSerializer.cpp', | 191 'WebPageSerializer.cpp', |
195 'WebPageSerializerImpl.cpp', | 192 'WebPageSerializerImpl.cpp', |
196 'WebPageSerializerImpl.h', | 193 'WebPageSerializerImpl.h', |
197 'WebPerformance.cpp', | 194 'WebPerformance.cpp', |
198 'WebPluginContainerImpl.cpp', | 195 'WebPluginContainerImpl.cpp', |
199 'WebPluginContainerImpl.h', | 196 'WebPluginContainerImpl.h', |
200 'WebPluginDocument.cpp', | 197 'WebPluginDocument.cpp', |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 ['os_posix==1 and OS!="mac"', | 336 ['os_posix==1 and OS!="mac"', |
340 { | 337 { |
341 'web_unittest_files': [ | 338 'web_unittest_files': [ |
342 'tests/LocaleICUTest.cpp', | 339 'tests/LocaleICUTest.cpp', |
343 ], | 340 ], |
344 } | 341 } |
345 ], | 342 ], |
346 ], | 343 ], |
347 }, | 344 }, |
348 } | 345 } |
OLD | NEW |