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

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

Issue 374623002: [screen-orientation] Update implementation to match recent spec changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 5 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
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'push_messaging/PushEvent.idl', 107 'push_messaging/PushEvent.idl',
108 'push_messaging/PushManager.idl', 108 'push_messaging/PushManager.idl',
109 'push_messaging/PushRegistration.idl', 109 'push_messaging/PushRegistration.idl',
110 'quota/DeprecatedStorageInfo.idl', 110 'quota/DeprecatedStorageInfo.idl',
111 'quota/DeprecatedStorageQuota.idl', 111 'quota/DeprecatedStorageQuota.idl',
112 'quota/StorageErrorCallback.idl', 112 'quota/StorageErrorCallback.idl',
113 'quota/StorageInfo.idl', 113 'quota/StorageInfo.idl',
114 'quota/StorageQuota.idl', 114 'quota/StorageQuota.idl',
115 'quota/StorageQuotaCallback.idl', 115 'quota/StorageQuotaCallback.idl',
116 'quota/StorageUsageCallback.idl', 116 'quota/StorageUsageCallback.idl',
117 'screen_orientation/ScreenOrientation.idl',
117 'serviceworkers/Client.idl', 118 'serviceworkers/Client.idl',
118 'serviceworkers/FetchEvent.idl', 119 'serviceworkers/FetchEvent.idl',
119 'serviceworkers/Headers.idl', 120 'serviceworkers/Headers.idl',
120 'serviceworkers/HeadersForEachCallback.idl', 121 'serviceworkers/HeadersForEachCallback.idl',
121 'serviceworkers/InstallEvent.idl', 122 'serviceworkers/InstallEvent.idl',
122 'serviceworkers/InstallPhaseEvent.idl', 123 'serviceworkers/InstallPhaseEvent.idl',
123 'serviceworkers/Request.idl', 124 'serviceworkers/Request.idl',
124 'serviceworkers/Response.idl', 125 'serviceworkers/Response.idl',
125 'serviceworkers/ServiceWorker.idl', 126 'serviceworkers/ServiceWorker.idl',
126 'serviceworkers/ServiceWorkerClients.idl', 127 'serviceworkers/ServiceWorkerClients.idl',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'navigatorcontentutils/NavigatorContentUtils.idl', 221 'navigatorcontentutils/NavigatorContentUtils.idl',
221 'netinfo/NavigatorNetworkInformation.idl', 222 'netinfo/NavigatorNetworkInformation.idl',
222 'netinfo/WorkerNavigatorNetworkInformation.idl', 223 'netinfo/WorkerNavigatorNetworkInformation.idl',
223 'performance/SharedWorkerPerformance.idl', 224 'performance/SharedWorkerPerformance.idl',
224 'performance/WorkerGlobalScopePerformance.idl', 225 'performance/WorkerGlobalScopePerformance.idl',
225 'push_messaging/NavigatorPushManager.idl', 226 'push_messaging/NavigatorPushManager.idl',
226 'push_messaging/ServiceWorkerGlobalScopePush.idl', 227 'push_messaging/ServiceWorkerGlobalScopePush.idl',
227 'quota/NavigatorStorageQuota.idl', 228 'quota/NavigatorStorageQuota.idl',
228 'quota/WindowQuota.idl', 229 'quota/WindowQuota.idl',
229 'quota/WorkerNavigatorStorageQuota.idl', 230 'quota/WorkerNavigatorStorageQuota.idl',
230 'screen_orientation/ScreenOrientation.idl', 231 'screen_orientation/ScreenScreenOrientation.idl',
231 'serviceworkers/NavigatorServiceWorker.idl', 232 'serviceworkers/NavigatorServiceWorker.idl',
232 'speech/WindowSpeech.idl', 233 'speech/WindowSpeech.idl',
233 'speech/WindowSpeechSynthesis.idl', 234 'speech/WindowSpeechSynthesis.idl',
234 'vibration/NavigatorVibration.idl', 235 'vibration/NavigatorVibration.idl',
235 'webaudio/WindowWebAudio.idl', 236 'webaudio/WindowWebAudio.idl',
236 'webdatabase/WindowWebDatabase.idl', 237 'webdatabase/WindowWebDatabase.idl',
237 'webdatabase/WorkerGlobalScopeWebDatabase.idl', 238 'webdatabase/WorkerGlobalScopeWebDatabase.idl',
238 'webmidi/NavigatorWebMIDI.idl', 239 'webmidi/NavigatorWebMIDI.idl',
239 ], 240 ],
240 # interfaces that inherit from Event 241 # interfaces that inherit from Event
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 'quota/StorageQuotaCallback.h', 625 'quota/StorageQuotaCallback.h',
625 'quota/StorageQuotaCallbacksImpl.cpp', 626 'quota/StorageQuotaCallbacksImpl.cpp',
626 'quota/StorageQuotaCallbacksImpl.h', 627 'quota/StorageQuotaCallbacksImpl.h',
627 'quota/StorageQuotaClient.cpp', 628 'quota/StorageQuotaClient.cpp',
628 'quota/StorageQuotaClient.h', 629 'quota/StorageQuotaClient.h',
629 'quota/StorageUsageCallback.h', 630 'quota/StorageUsageCallback.h',
630 'quota/WorkerNavigatorStorageQuota.cpp', 631 'quota/WorkerNavigatorStorageQuota.cpp',
631 'quota/WorkerNavigatorStorageQuota.h', 632 'quota/WorkerNavigatorStorageQuota.h',
632 'screen_orientation/LockOrientationCallback.cpp', 633 'screen_orientation/LockOrientationCallback.cpp',
633 'screen_orientation/LockOrientationCallback.h', 634 'screen_orientation/LockOrientationCallback.h',
635 'screen_orientation/ScreenScreenOrientation.cpp',
636 'screen_orientation/ScreenScreenOrientation.h',
634 'screen_orientation/ScreenOrientation.cpp', 637 'screen_orientation/ScreenOrientation.cpp',
635 'screen_orientation/ScreenOrientation.h', 638 'screen_orientation/ScreenOrientation.h',
636 'screen_orientation/ScreenOrientationController.cpp', 639 'screen_orientation/ScreenOrientationController.cpp',
637 'screen_orientation/ScreenOrientationController.h', 640 'screen_orientation/ScreenOrientationController.h',
638 'serviceworkers/Client.cpp', 641 'serviceworkers/Client.cpp',
639 'serviceworkers/Client.h', 642 'serviceworkers/Client.h',
640 'serviceworkers/FetchEvent.cpp', 643 'serviceworkers/FetchEvent.cpp',
641 'serviceworkers/FetchEvent.h', 644 'serviceworkers/FetchEvent.h',
642 'serviceworkers/FetchHeaderList.cpp', 645 'serviceworkers/FetchHeaderList.cpp',
643 'serviceworkers/FetchHeaderList.h', 646 'serviceworkers/FetchHeaderList.h',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 'indexeddb/IDBRequestTest.cpp', 973 'indexeddb/IDBRequestTest.cpp',
971 'indexeddb/IDBTransactionTest.cpp', 974 'indexeddb/IDBTransactionTest.cpp',
972 'websockets/WebSocketDeflaterTest.cpp', 975 'websockets/WebSocketDeflaterTest.cpp',
973 'websockets/WebSocketExtensionDispatcherTest.cpp', 976 'websockets/WebSocketExtensionDispatcherTest.cpp',
974 'websockets/WebSocketExtensionParserTest.cpp', 977 'websockets/WebSocketExtensionParserTest.cpp',
975 'websockets/WebSocketPerMessageDeflateTest.cpp', 978 'websockets/WebSocketPerMessageDeflateTest.cpp',
976 'websockets/WebSocketTest.cpp', 979 'websockets/WebSocketTest.cpp',
977 ], 980 ],
978 }, 981 },
979 } 982 }
OLDNEW
« no previous file with comments | « Source/modules/EventTargetModulesFactory.in ('k') | Source/modules/screen_orientation/ScreenOrientation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698