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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 'WebPluginContainerImpl.h', | 211 'WebPluginContainerImpl.h', |
210 'WebPluginDocument.cpp', | 212 'WebPluginDocument.cpp', |
211 'WebPluginLoadObserver.cpp', | 213 'WebPluginLoadObserver.cpp', |
212 'WebPluginLoadObserver.h', | 214 'WebPluginLoadObserver.h', |
213 'WebPluginScrollbarImpl.cpp', | 215 'WebPluginScrollbarImpl.cpp', |
214 'WebPluginScrollbarImpl.h', | 216 'WebPluginScrollbarImpl.h', |
215 'WebPopupMenuImpl.cpp', | 217 'WebPopupMenuImpl.cpp', |
216 'WebPopupMenuImpl.h', | 218 'WebPopupMenuImpl.h', |
217 'WebRange.cpp', | 219 'WebRange.cpp', |
218 'WebRuntimeFeatures.cpp', | 220 'WebRuntimeFeatures.cpp', |
| 221 'WebScreenOrientationController.cpp', |
219 'WebScopedMicrotaskSuppression.cpp', | 222 'WebScopedMicrotaskSuppression.cpp', |
220 'WebScopedUserGesture.cpp', | 223 'WebScopedUserGesture.cpp', |
221 'WebScopedUserGesture.cpp', | 224 'WebScopedUserGesture.cpp', |
222 'WebScopedWindowFocusAllowedIndicator.cpp', | 225 'WebScopedWindowFocusAllowedIndicator.cpp', |
223 'WebScriptBindings.cpp', | 226 'WebScriptBindings.cpp', |
224 'WebScriptController.cpp', | 227 'WebScriptController.cpp', |
225 'WebScrollbarThemePainter.cpp', | 228 'WebScrollbarThemePainter.cpp', |
226 'WebSearchableFormData.cpp', | 229 'WebSearchableFormData.cpp', |
227 'WebSecurityOrigin.cpp', | 230 'WebSecurityOrigin.cpp', |
228 'WebSecurityPolicy.cpp', | 231 'WebSecurityPolicy.cpp', |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 { | 373 { |
371 'web_unittest_files': [ | 374 'web_unittest_files': [ |
372 'tests/KeyCodeConversionTestGtk.cpp', | 375 'tests/KeyCodeConversionTestGtk.cpp', |
373 'tests/WebInputEventFactoryTestGtk.cpp', | 376 'tests/WebInputEventFactoryTestGtk.cpp', |
374 ], | 377 ], |
375 } | 378 } |
376 ], | 379 ], |
377 ], | 380 ], |
378 }, | 381 }, |
379 } | 382 } |
OLD | NEW |