| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'web_files': [ | 3 'web_files': [ |
| 4 'ApplicationCacheHost.cpp', | 4 'ApplicationCacheHost.cpp', |
| 5 'ApplicationCacheHostInternal.h', | 5 'ApplicationCacheHostInternal.h', |
| 6 'AssertMatchingEnums.cpp', | 6 'AssertMatchingEnums.cpp', |
| 7 'AssociatedURLLoader.cpp', | 7 'AssociatedURLLoader.cpp', |
| 8 'AssociatedURLLoader.h', | 8 'AssociatedURLLoader.h', |
| 9 'BackForwardClientImpl.cpp', | 9 'BackForwardClientImpl.cpp', |
| 10 'BackForwardClientImpl.h', | 10 'BackForwardClientImpl.h', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'PinchViewports.cpp', | 72 'PinchViewports.cpp', |
| 73 'PinchViewports.h', | 73 'PinchViewports.h', |
| 74 'PopupContainer.cpp', | 74 'PopupContainer.cpp', |
| 75 'PopupContainer.h', | 75 'PopupContainer.h', |
| 76 'PopupListBox.cpp', | 76 'PopupListBox.cpp', |
| 77 'PopupListBox.h', | 77 'PopupListBox.h', |
| 78 'PopupMenuChromium.cpp', | 78 'PopupMenuChromium.cpp', |
| 79 'PopupMenuChromium.h', | 79 'PopupMenuChromium.h', |
| 80 'PrerendererClientImpl.cpp', | 80 'PrerendererClientImpl.cpp', |
| 81 'PrerendererClientImpl.h', | 81 'PrerendererClientImpl.h', |
| 82 'ScreenOrientationClientProxy.cpp', |
| 83 'ScreenOrientationClientProxy.h', |
| 82 'ScrollbarGroup.cpp', | 84 'ScrollbarGroup.cpp', |
| 83 'ScrollbarGroup.h', | 85 'ScrollbarGroup.h', |
| 84 'ServiceWorkerGlobalScopeClientImpl.cpp', | 86 'ServiceWorkerGlobalScopeClientImpl.cpp', |
| 85 'ServiceWorkerGlobalScopeClientImpl.h', | 87 'ServiceWorkerGlobalScopeClientImpl.h', |
| 86 'ServiceWorkerGlobalScopeProxy.cpp', | 88 'ServiceWorkerGlobalScopeProxy.cpp', |
| 87 'ServiceWorkerGlobalScopeProxy.h', | 89 'ServiceWorkerGlobalScopeProxy.h', |
| 88 'SharedWorkerRepositoryClientImpl.cpp', | 90 'SharedWorkerRepositoryClientImpl.cpp', |
| 89 'SharedWorkerRepositoryClientImpl.h', | 91 'SharedWorkerRepositoryClientImpl.h', |
| 90 'SpeechInputClientImpl.cpp', | 92 'SpeechInputClientImpl.cpp', |
| 91 'SpeechInputClientImpl.h', | 93 'SpeechInputClientImpl.h', |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 'WebPluginContainerImpl.h', | 212 'WebPluginContainerImpl.h', |
| 211 'WebPluginDocument.cpp', | 213 'WebPluginDocument.cpp', |
| 212 'WebPluginLoadObserver.cpp', | 214 'WebPluginLoadObserver.cpp', |
| 213 'WebPluginLoadObserver.h', | 215 'WebPluginLoadObserver.h', |
| 214 'WebPluginScrollbarImpl.cpp', | 216 'WebPluginScrollbarImpl.cpp', |
| 215 'WebPluginScrollbarImpl.h', | 217 'WebPluginScrollbarImpl.h', |
| 216 'WebPopupMenuImpl.cpp', | 218 'WebPopupMenuImpl.cpp', |
| 217 'WebPopupMenuImpl.h', | 219 'WebPopupMenuImpl.h', |
| 218 'WebRange.cpp', | 220 'WebRange.cpp', |
| 219 'WebRuntimeFeatures.cpp', | 221 'WebRuntimeFeatures.cpp', |
| 222 'WebScreenOrientationController.cpp', |
| 220 'WebScopedMicrotaskSuppression.cpp', | 223 'WebScopedMicrotaskSuppression.cpp', |
| 221 'WebScopedUserGesture.cpp', | 224 'WebScopedUserGesture.cpp', |
| 222 'WebScopedUserGesture.cpp', | 225 'WebScopedUserGesture.cpp', |
| 223 'WebScopedWindowFocusAllowedIndicator.cpp', | 226 'WebScopedWindowFocusAllowedIndicator.cpp', |
| 224 'WebScriptBindings.cpp', | 227 'WebScriptBindings.cpp', |
| 225 'WebScriptController.cpp', | 228 'WebScriptController.cpp', |
| 226 'WebScrollbarThemePainter.cpp', | 229 'WebScrollbarThemePainter.cpp', |
| 227 'WebSearchableFormData.cpp', | 230 'WebSearchableFormData.cpp', |
| 228 'WebSecurityOrigin.cpp', | 231 'WebSecurityOrigin.cpp', |
| 229 'WebSecurityPolicy.cpp', | 232 'WebSecurityPolicy.cpp', |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 { | 374 { |
| 372 'web_unittest_files': [ | 375 'web_unittest_files': [ |
| 373 'tests/KeyCodeConversionTestGtk.cpp', | 376 'tests/KeyCodeConversionTestGtk.cpp', |
| 374 'tests/WebInputEventFactoryTestGtk.cpp', | 377 'tests/WebInputEventFactoryTestGtk.cpp', |
| 375 ], | 378 ], |
| 376 } | 379 } |
| 377 ], | 380 ], |
| 378 ], | 381 ], |
| 379 }, | 382 }, |
| 380 } | 383 } |
| OLD | NEW |