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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 'WebMIDIPermissionRequest.cpp', | 184 'WebMIDIPermissionRequest.cpp', |
185 'WebMediaDevicesRequest.cpp', | 185 'WebMediaDevicesRequest.cpp', |
186 'WebMediaStreamRegistry.cpp', | 186 'WebMediaStreamRegistry.cpp', |
187 'WebNetworkStateNotifier.cpp', | 187 'WebNetworkStateNotifier.cpp', |
188 'WebNode.cpp', | 188 'WebNode.cpp', |
189 'WebNodeList.cpp', | 189 'WebNodeList.cpp', |
190 'WebOptionElement.cpp', | 190 'WebOptionElement.cpp', |
191 'WebPagePopupImpl.cpp', | 191 'WebPagePopupImpl.cpp', |
192 'WebPagePopupImpl.h', | 192 'WebPagePopupImpl.h', |
193 'WebPageSerializer.cpp', | 193 'WebPageSerializer.cpp', |
| 194 'WebPageSerializerImpl.cpp', |
| 195 'WebPageSerializerImpl.h', |
194 'WebPerformance.cpp', | 196 'WebPerformance.cpp', |
195 'WebPluginContainerImpl.cpp', | 197 'WebPluginContainerImpl.cpp', |
196 'WebPluginContainerImpl.h', | 198 'WebPluginContainerImpl.h', |
197 'WebPluginDocument.cpp', | 199 'WebPluginDocument.cpp', |
198 'WebPluginLoadObserver.cpp', | 200 'WebPluginLoadObserver.cpp', |
199 'WebPluginLoadObserver.h', | 201 'WebPluginLoadObserver.h', |
200 'WebPluginScriptForbiddenScope.cpp', | 202 'WebPluginScriptForbiddenScope.cpp', |
201 'WebRange.cpp', | 203 'WebRange.cpp', |
202 'WebRemoteFrameImpl.cpp', | 204 'WebRemoteFrameImpl.cpp', |
203 'WebRemoteFrameImpl.h', | 205 'WebRemoteFrameImpl.h', |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 'tests/TopControlsTest.cpp', | 294 'tests/TopControlsTest.cpp', |
293 'tests/TouchActionTest.cpp', | 295 'tests/TouchActionTest.cpp', |
294 'tests/ViewportTest.cpp', | 296 'tests/ViewportTest.cpp', |
295 'tests/VisualViewportTest.cpp', | 297 'tests/VisualViewportTest.cpp', |
296 'tests/WebDocumentTest.cpp', | 298 'tests/WebDocumentTest.cpp', |
297 'tests/WebFrameTest.cpp', | 299 'tests/WebFrameTest.cpp', |
298 'tests/WebHelperPluginTest.cpp', | 300 'tests/WebHelperPluginTest.cpp', |
299 'tests/WebImageTest.cpp', | 301 'tests/WebImageTest.cpp', |
300 'tests/WebInputEventConversionTest.cpp', | 302 'tests/WebInputEventConversionTest.cpp', |
301 'tests/WebInputEventFactoryTestMac.mm', | 303 'tests/WebInputEventFactoryTestMac.mm', |
| 304 'tests/WebPageSerializerTest.cpp', |
302 'tests/WebPluginContainerTest.cpp', | 305 'tests/WebPluginContainerTest.cpp', |
303 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', | 306 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', |
304 'tests/WebSearchableFormDataTest.cpp', | 307 'tests/WebSearchableFormDataTest.cpp', |
305 'tests/WebSelectorTest.cpp', | 308 'tests/WebSelectorTest.cpp', |
306 'tests/WebURLRequestTest.cpp', | 309 'tests/WebURLRequestTest.cpp', |
307 'tests/WebURLResponseTest.cpp', | 310 'tests/WebURLResponseTest.cpp', |
308 'tests/WebUnitTests.cpp', | 311 'tests/WebUnitTests.cpp', |
309 'tests/WebUserGestureTokenTest.cpp', | 312 'tests/WebUserGestureTokenTest.cpp', |
310 'tests/WebViewTest.cpp', | 313 'tests/WebViewTest.cpp', |
311 ], | 314 ], |
312 'conditions': [ | 315 'conditions': [ |
| 316 ['OS=="win"', |
| 317 { |
| 318 'web_unittest_files': [ |
| 319 'tests/WebPageSerializerTest.cpp', |
| 320 ], |
| 321 } |
| 322 ], |
313 ['OS!="mac"', | 323 ['OS!="mac"', |
314 { | 324 { |
315 'web_unittest_files': [ | 325 'web_unittest_files': [ |
316 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. | 326 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. |
317 'tests/ScrollAnimatorNoneTest.cpp', | 327 'tests/ScrollAnimatorNoneTest.cpp', |
318 ], | 328 ], |
319 } | 329 } |
320 ], | 330 ], |
321 ], | 331 ], |
322 }, | 332 }, |
323 } | 333 } |
OLD | NEW |