| 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 'WebRuntimeFeatures.cpp', | 224 'WebRuntimeFeatures.cpp', |
| 225 'WebScopedMicrotaskSuppression.cpp', | 225 'WebScopedMicrotaskSuppression.cpp', |
| 226 'WebScopedUserGesture.cpp', | 226 'WebScopedUserGesture.cpp', |
| 227 'WebScopedWindowFocusAllowedIndicator.cpp', | 227 'WebScopedWindowFocusAllowedIndicator.cpp', |
| 228 'WebScriptBindings.cpp', | 228 'WebScriptBindings.cpp', |
| 229 'WebScriptController.cpp', | 229 'WebScriptController.cpp', |
| 230 'WebScriptSource.cpp', | 230 'WebScriptSource.cpp', |
| 231 'WebSearchableFormData.cpp', | 231 'WebSearchableFormData.cpp', |
| 232 'WebSecurityPolicy.cpp', | 232 'WebSecurityPolicy.cpp', |
| 233 'WebSelectElement.cpp', | 233 'WebSelectElement.cpp', |
| 234 'WebSelection.cpp', |
| 234 'WebSelector.cpp', | 235 'WebSelector.cpp', |
| 235 'WebSerializedScriptValue.cpp', | 236 'WebSerializedScriptValue.cpp', |
| 236 'WebSettingsImpl.cpp', | 237 'WebSettingsImpl.cpp', |
| 237 'WebSettingsImpl.h', | 238 'WebSettingsImpl.h', |
| 238 'WebSharedWorkerImpl.cpp', | 239 'WebSharedWorkerImpl.cpp', |
| 239 'WebSharedWorkerImpl.h', | 240 'WebSharedWorkerImpl.h', |
| 240 'WebSocket.cpp', | 241 'WebSocket.cpp', |
| 241 'WebSocketChannelClientProxy.h', | 242 'WebSocketChannelClientProxy.h', |
| 242 'WebSocketImpl.cpp', | 243 'WebSocketImpl.cpp', |
| 243 'WebSocketImpl.h', | 244 'WebSocketImpl.h', |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 ['os_posix==1 and OS!="mac"', | 356 ['os_posix==1 and OS!="mac"', |
| 356 { | 357 { |
| 357 'web_unittest_files': [ | 358 'web_unittest_files': [ |
| 358 'tests/LocaleICUTest.cpp', | 359 'tests/LocaleICUTest.cpp', |
| 359 ], | 360 ], |
| 360 } | 361 } |
| 361 ], | 362 ], |
| 362 ], | 363 ], |
| 363 }, | 364 }, |
| 364 } | 365 } |
| OLD | NEW |