| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 'StorageQuotaClientImpl.cpp', | 109 'StorageQuotaClientImpl.cpp', |
| 110 'StorageQuotaClientImpl.h', | 110 'StorageQuotaClientImpl.h', |
| 111 'SuspendableScriptExecutor.cpp', | 111 'SuspendableScriptExecutor.cpp', |
| 112 'SuspendableScriptExecutor.h', | 112 'SuspendableScriptExecutor.h', |
| 113 'TextFinder.cpp', | 113 'TextFinder.cpp', |
| 114 'TextFinder.h', | 114 'TextFinder.h', |
| 115 'UserMediaClientImpl.cpp', | 115 'UserMediaClientImpl.cpp', |
| 116 'UserMediaClientImpl.h', | 116 'UserMediaClientImpl.h', |
| 117 'ValidationMessageClientImpl.cpp', | 117 'ValidationMessageClientImpl.cpp', |
| 118 'ValidationMessageClientImpl.h', | 118 'ValidationMessageClientImpl.h', |
| 119 'ViewportAnchor.cpp', | |
| 120 'ViewportAnchor.h', | 119 'ViewportAnchor.h', |
| 121 'WebAXObject.cpp', | 120 'WebAXObject.cpp', |
| 122 'WebArrayBuffer.cpp', | 121 'WebArrayBuffer.cpp', |
| 123 'WebArrayBufferConverter.cpp', | 122 'WebArrayBufferConverter.cpp', |
| 124 'WebArrayBufferView.cpp', | 123 'WebArrayBufferView.cpp', |
| 125 'WebBindings.cpp', | 124 'WebBindings.cpp', |
| 126 'WebBlob.cpp', | 125 'WebBlob.cpp', |
| 127 'WebCache.cpp', | 126 'WebCache.cpp', |
| 128 'WebCachedURLRequest.cpp', | 127 'WebCachedURLRequest.cpp', |
| 129 'WebColorName.cpp', | 128 'WebColorName.cpp', |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 356 ['os_posix==1 and OS!="mac"', | 355 ['os_posix==1 and OS!="mac"', |
| 357 { | 356 { |
| 358 'web_unittest_files': [ | 357 'web_unittest_files': [ |
| 359 'tests/LocaleICUTest.cpp', | 358 'tests/LocaleICUTest.cpp', |
| 360 ], | 359 ], |
| 361 } | 360 } |
| 362 ], | 361 ], |
| 363 ], | 362 ], |
| 364 }, | 363 }, |
| 365 } | 364 } |
| OLD | NEW |