| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 'SpellCheckerClientImpl.cpp', | 95 'SpellCheckerClientImpl.cpp', |
| 96 'SpellCheckerClientImpl.h', | 96 'SpellCheckerClientImpl.h', |
| 97 'StorageClientImpl.cpp', | 97 'StorageClientImpl.cpp', |
| 98 'StorageClientImpl.h', | 98 'StorageClientImpl.h', |
| 99 'StorageQuotaClientImpl.cpp', | 99 'StorageQuotaClientImpl.cpp', |
| 100 'StorageQuotaClientImpl.h', | 100 'StorageQuotaClientImpl.h', |
| 101 'SuspendableScriptExecutor.cpp', | 101 'SuspendableScriptExecutor.cpp', |
| 102 'SuspendableScriptExecutor.h', | 102 'SuspendableScriptExecutor.h', |
| 103 'TextFinder.cpp', | 103 'TextFinder.cpp', |
| 104 'TextFinder.h', | 104 'TextFinder.h', |
| 105 'TopControls.cpp', |
| 106 'TopControls.h', |
| 105 'UserMediaClientImpl.cpp', | 107 'UserMediaClientImpl.cpp', |
| 106 'UserMediaClientImpl.h', | 108 'UserMediaClientImpl.h', |
| 107 'ValidationMessageClientImpl.cpp', | 109 'ValidationMessageClientImpl.cpp', |
| 108 'ValidationMessageClientImpl.h', | 110 'ValidationMessageClientImpl.h', |
| 109 'ViewportAnchor.cpp', | 111 'ViewportAnchor.cpp', |
| 110 'ViewportAnchor.h', | 112 'ViewportAnchor.h', |
| 111 'WebAXObject.cpp', | 113 'WebAXObject.cpp', |
| 112 'WebArrayBuffer.cpp', | 114 'WebArrayBuffer.cpp', |
| 113 'WebArrayBufferConverter.cpp', | 115 'WebArrayBufferConverter.cpp', |
| 114 'WebArrayBufferView.cpp', | 116 'WebArrayBufferView.cpp', |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 'tests/OpenTypeVerticalDataTest.cpp', | 302 'tests/OpenTypeVerticalDataTest.cpp', |
| 301 'tests/PageSerializerTest.cpp', | 303 'tests/PageSerializerTest.cpp', |
| 302 'tests/PaintAggregatorTest.cpp', | 304 'tests/PaintAggregatorTest.cpp', |
| 303 'tests/PinchViewportTest.cpp', | 305 'tests/PinchViewportTest.cpp', |
| 304 'tests/PrerenderingTest.cpp', | 306 'tests/PrerenderingTest.cpp', |
| 305 'tests/ProgrammaticScrollTest.cpp', | 307 'tests/ProgrammaticScrollTest.cpp', |
| 306 'tests/LayoutGeometryMapTest.cpp', | 308 'tests/LayoutGeometryMapTest.cpp', |
| 307 'tests/ScrollingCoordinatorTest.cpp', | 309 'tests/ScrollingCoordinatorTest.cpp', |
| 308 'tests/SpinLockTest.cpp', | 310 'tests/SpinLockTest.cpp', |
| 309 'tests/TextFinderTest.cpp', | 311 'tests/TextFinderTest.cpp', |
| 312 'tests/TopControlsTest.cpp', |
| 310 'tests/TouchActionTest.cpp', | 313 'tests/TouchActionTest.cpp', |
| 311 'tests/ViewportTest.cpp', | 314 'tests/ViewportTest.cpp', |
| 312 'tests/WebDocumentTest.cpp', | 315 'tests/WebDocumentTest.cpp', |
| 313 'tests/WebFrameTest.cpp', | 316 'tests/WebFrameTest.cpp', |
| 314 'tests/WebHelperPluginTest.cpp', | 317 'tests/WebHelperPluginTest.cpp', |
| 315 'tests/WebImageTest.cpp', | 318 'tests/WebImageTest.cpp', |
| 316 'tests/WebInputEventConversionTest.cpp', | 319 'tests/WebInputEventConversionTest.cpp', |
| 317 'tests/WebInputEventFactoryTestMac.mm', | 320 'tests/WebInputEventFactoryTestMac.mm', |
| 318 'tests/WebPageNewSerializerTest.cpp', | 321 'tests/WebPageNewSerializerTest.cpp', |
| 319 'tests/WebPageSerializerTest.cpp', | 322 'tests/WebPageSerializerTest.cpp', |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 ['os_posix==1 and OS!="mac"', | 358 ['os_posix==1 and OS!="mac"', |
| 356 { | 359 { |
| 357 'web_unittest_files': [ | 360 'web_unittest_files': [ |
| 358 'tests/LocaleICUTest.cpp', | 361 'tests/LocaleICUTest.cpp', |
| 359 ], | 362 ], |
| 360 } | 363 } |
| 361 ], | 364 ], |
| 362 ], | 365 ], |
| 363 }, | 366 }, |
| 364 } | 367 } |
| OLD | NEW |