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

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

Issue 132113006: Add initial Blink-side support for the Screen Orientation API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update compile-time assertion for matching enum 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'WebPluginContainerImpl.h', 209 'WebPluginContainerImpl.h',
208 'WebPluginDocument.cpp', 210 'WebPluginDocument.cpp',
209 'WebPluginLoadObserver.cpp', 211 'WebPluginLoadObserver.cpp',
210 'WebPluginLoadObserver.h', 212 'WebPluginLoadObserver.h',
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',
219 'WebScreenOrientationController.cpp',
217 'WebScopedMicrotaskSuppression.cpp', 220 'WebScopedMicrotaskSuppression.cpp',
218 'WebScopedUserGesture.cpp', 221 'WebScopedUserGesture.cpp',
219 'WebScopedUserGesture.cpp', 222 'WebScopedUserGesture.cpp',
220 'WebScopedWindowFocusAllowedIndicator.cpp', 223 'WebScopedWindowFocusAllowedIndicator.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',
(...skipping 141 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