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