Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(144)

Side by Side Diff: Source/web/web.gypi

Issue 169403006: Screen Orientation API: screen.orientation & orientationchange event (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'ScrollbarGroup.cpp', 82 'ScrollbarGroup.cpp',
83 'ScrollbarGroup.h', 83 'ScrollbarGroup.h',
84 'ScreenOrientationClientProxy.cpp',
85 'ScreenOrientationClientProxy.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',
92 'SpeechRecognitionClientProxy.cpp', 94 'SpeechRecognitionClientProxy.cpp',
93 'SpeechRecognitionClientProxy.h', 95 'SpeechRecognitionClientProxy.h',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'WebPluginScrollbarImpl.cpp', 213 'WebPluginScrollbarImpl.cpp',
212 'WebPluginScrollbarImpl.h', 214 'WebPluginScrollbarImpl.h',
213 'WebPopupMenuImpl.cpp', 215 'WebPopupMenuImpl.cpp',
214 'WebPopupMenuImpl.h', 216 'WebPopupMenuImpl.h',
215 'WebRange.cpp', 217 'WebRange.cpp',
216 'WebRuntimeFeatures.cpp', 218 'WebRuntimeFeatures.cpp',
217 'WebScopedMicrotaskSuppression.cpp', 219 'WebScopedMicrotaskSuppression.cpp',
218 'WebScopedUserGesture.cpp', 220 'WebScopedUserGesture.cpp',
219 'WebScopedUserGesture.cpp', 221 'WebScopedUserGesture.cpp',
220 'WebScopedWindowFocusAllowedIndicator.cpp', 222 'WebScopedWindowFocusAllowedIndicator.cpp',
223 'WebScreenOrientationController.cpp',
221 'WebScriptBindings.cpp', 224 'WebScriptBindings.cpp',
222 'WebScriptController.cpp', 225 'WebScriptController.cpp',
223 'WebScrollbarThemePainter.cpp', 226 'WebScrollbarThemePainter.cpp',
224 'WebSearchableFormData.cpp', 227 'WebSearchableFormData.cpp',
225 'WebSecurityOrigin.cpp', 228 'WebSecurityOrigin.cpp',
226 'WebSecurityPolicy.cpp', 229 'WebSecurityPolicy.cpp',
227 'WebSelectElement.cpp', 230 'WebSelectElement.cpp',
228 'WebSelector.cpp', 231 'WebSelector.cpp',
229 'WebSerializedScriptValue.cpp', 232 'WebSerializedScriptValue.cpp',
230 'WebSettingsImpl.cpp', 233 'WebSettingsImpl.cpp',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 { 371 {
369 'web_unittest_files': [ 372 'web_unittest_files': [
370 'tests/KeyCodeConversionTestGtk.cpp', 373 'tests/KeyCodeConversionTestGtk.cpp',
371 'tests/WebInputEventFactoryTestGtk.cpp', 374 'tests/WebInputEventFactoryTestGtk.cpp',
372 ], 375 ],
373 } 376 }
374 ], 377 ],
375 ], 378 ],
376 }, 379 },
377 } 380 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698