| 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 'WebHitTestResult.cpp', | 165 'WebHitTestResult.cpp', |
| 166 'WebIDBKey.cpp', | 166 'WebIDBKey.cpp', |
| 167 'WebIDBKeyRange.cpp', | 167 'WebIDBKeyRange.cpp', |
| 168 'WebImageCache.cpp', | 168 'WebImageCache.cpp', |
| 169 'WebImageDecoder.cpp', | 169 'WebImageDecoder.cpp', |
| 170 'WebImageGenerator.cpp', | 170 'WebImageGenerator.cpp', |
| 171 'WebInputElement.cpp', | 171 'WebInputElement.cpp', |
| 172 'WebInputEvent.cpp', | 172 'WebInputEvent.cpp', |
| 173 'WebInputEventConversion.cpp', | 173 'WebInputEventConversion.cpp', |
| 174 'WebInputEventConversion.h', | 174 'WebInputEventConversion.h', |
| 175 'WebInputEventFactoryMac.mm', | |
| 176 'WebKit.cpp', | 175 'WebKit.cpp', |
| 177 'WebLabelElement.cpp', | 176 'WebLabelElement.cpp', |
| 178 'WebLeakDetector.cpp', | 177 'WebLeakDetector.cpp', |
| 179 'WebLocalFrameImpl.cpp', | 178 'WebLocalFrameImpl.cpp', |
| 180 'WebLocalFrameImpl.h', | 179 'WebLocalFrameImpl.h', |
| 181 'WebMIDIPermissionRequest.cpp', | 180 'WebMIDIPermissionRequest.cpp', |
| 182 'WebMediaDevicesRequest.cpp', | 181 'WebMediaDevicesRequest.cpp', |
| 183 'WebMediaStreamRegistry.cpp', | 182 'WebMediaStreamRegistry.cpp', |
| 184 'WebNetworkStateNotifier.cpp', | 183 'WebNetworkStateNotifier.cpp', |
| 185 'WebNode.cpp', | 184 'WebNode.cpp', |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 'tests/TextFinderTest.cpp', | 288 'tests/TextFinderTest.cpp', |
| 290 'tests/TopControlsTest.cpp', | 289 'tests/TopControlsTest.cpp', |
| 291 'tests/TouchActionTest.cpp', | 290 'tests/TouchActionTest.cpp', |
| 292 'tests/ViewportTest.cpp', | 291 'tests/ViewportTest.cpp', |
| 293 'tests/VisualViewportTest.cpp', | 292 'tests/VisualViewportTest.cpp', |
| 294 'tests/WebDocumentTest.cpp', | 293 'tests/WebDocumentTest.cpp', |
| 295 'tests/WebFrameTest.cpp', | 294 'tests/WebFrameTest.cpp', |
| 296 'tests/WebHelperPluginTest.cpp', | 295 'tests/WebHelperPluginTest.cpp', |
| 297 'tests/WebImageTest.cpp', | 296 'tests/WebImageTest.cpp', |
| 298 'tests/WebInputEventConversionTest.cpp', | 297 'tests/WebInputEventConversionTest.cpp', |
| 299 'tests/WebInputEventFactoryTestMac.mm', | |
| 300 'tests/WebPageSerializerTest.cpp', | 298 'tests/WebPageSerializerTest.cpp', |
| 301 'tests/WebPluginContainerTest.cpp', | 299 'tests/WebPluginContainerTest.cpp', |
| 302 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', | 300 'tests/WebScopedWindowFocusAllowedIndicatorTest.cpp', |
| 303 'tests/WebSearchableFormDataTest.cpp', | 301 'tests/WebSearchableFormDataTest.cpp', |
| 304 'tests/WebSelectorTest.cpp', | 302 'tests/WebSelectorTest.cpp', |
| 305 'tests/WebURLRequestTest.cpp', | 303 'tests/WebURLRequestTest.cpp', |
| 306 'tests/WebURLResponseTest.cpp', | 304 'tests/WebURLResponseTest.cpp', |
| 307 'tests/WebUnitTests.cpp', | 305 'tests/WebUnitTests.cpp', |
| 308 'tests/WebUserGestureTokenTest.cpp', | 306 'tests/WebUserGestureTokenTest.cpp', |
| 309 'tests/WebViewTest.cpp', | 307 'tests/WebViewTest.cpp', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 334 { | 332 { |
| 335 'web_unittest_files': [ | 333 'web_unittest_files': [ |
| 336 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. | 334 # Mac uses ScrollAnimatorMac instead of ScrollAnimatorNone. |
| 337 'tests/ScrollAnimatorNoneTest.cpp', | 335 'tests/ScrollAnimatorNoneTest.cpp', |
| 338 ], | 336 ], |
| 339 } | 337 } |
| 340 ], | 338 ], |
| 341 ], | 339 ], |
| 342 }, | 340 }, |
| 343 } | 341 } |
| OLD | NEW |