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

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

Issue 366853008: [screen-orientation] Expose orientation info in OrientationInformation interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review comments 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 'push_messaging/PushEvent.idl', 112 'push_messaging/PushEvent.idl',
113 'push_messaging/PushManager.idl', 113 'push_messaging/PushManager.idl',
114 'push_messaging/PushRegistration.idl', 114 'push_messaging/PushRegistration.idl',
115 'quota/DeprecatedStorageInfo.idl', 115 'quota/DeprecatedStorageInfo.idl',
116 'quota/DeprecatedStorageQuota.idl', 116 'quota/DeprecatedStorageQuota.idl',
117 'quota/StorageErrorCallback.idl', 117 'quota/StorageErrorCallback.idl',
118 'quota/StorageInfo.idl', 118 'quota/StorageInfo.idl',
119 'quota/StorageQuota.idl', 119 'quota/StorageQuota.idl',
120 'quota/StorageQuotaCallback.idl', 120 'quota/StorageQuotaCallback.idl',
121 'quota/StorageUsageCallback.idl', 121 'quota/StorageUsageCallback.idl',
122 'screen_orientation/OrientationInformation.idl',
122 'serviceworkers/Client.idl', 123 'serviceworkers/Client.idl',
123 'serviceworkers/FetchEvent.idl', 124 'serviceworkers/FetchEvent.idl',
124 'serviceworkers/HeaderMap.idl', 125 'serviceworkers/HeaderMap.idl',
125 'serviceworkers/HeaderMapForEachCallback.idl', 126 'serviceworkers/HeaderMapForEachCallback.idl',
126 'serviceworkers/Headers.idl', 127 'serviceworkers/Headers.idl',
127 'serviceworkers/HeadersForEachCallback.idl', 128 'serviceworkers/HeadersForEachCallback.idl',
128 'serviceworkers/InstallEvent.idl', 129 'serviceworkers/InstallEvent.idl',
129 'serviceworkers/InstallPhaseEvent.idl', 130 'serviceworkers/InstallPhaseEvent.idl',
130 'serviceworkers/Request.idl', 131 'serviceworkers/Request.idl',
131 'serviceworkers/Response.idl', 132 'serviceworkers/Response.idl',
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 'quota/StorageQuotaCallback.h', 640 'quota/StorageQuotaCallback.h',
640 'quota/StorageQuotaCallbacksImpl.cpp', 641 'quota/StorageQuotaCallbacksImpl.cpp',
641 'quota/StorageQuotaCallbacksImpl.h', 642 'quota/StorageQuotaCallbacksImpl.h',
642 'quota/StorageQuotaClient.cpp', 643 'quota/StorageQuotaClient.cpp',
643 'quota/StorageQuotaClient.h', 644 'quota/StorageQuotaClient.h',
644 'quota/StorageUsageCallback.h', 645 'quota/StorageUsageCallback.h',
645 'quota/WorkerNavigatorStorageQuota.cpp', 646 'quota/WorkerNavigatorStorageQuota.cpp',
646 'quota/WorkerNavigatorStorageQuota.h', 647 'quota/WorkerNavigatorStorageQuota.h',
647 'screen_orientation/LockOrientationCallback.cpp', 648 'screen_orientation/LockOrientationCallback.cpp',
648 'screen_orientation/LockOrientationCallback.h', 649 'screen_orientation/LockOrientationCallback.h',
650 'screen_orientation/OrientationInformation.cpp',
651 'screen_orientation/OrientationInformation.h',
649 'screen_orientation/ScreenOrientation.cpp', 652 'screen_orientation/ScreenOrientation.cpp',
650 'screen_orientation/ScreenOrientation.h', 653 'screen_orientation/ScreenOrientation.h',
651 'screen_orientation/ScreenOrientationController.cpp', 654 'screen_orientation/ScreenOrientationController.cpp',
652 'screen_orientation/ScreenOrientationController.h', 655 'screen_orientation/ScreenOrientationController.h',
653 'serviceworkers/Client.cpp', 656 'serviceworkers/Client.cpp',
654 'serviceworkers/Client.h', 657 'serviceworkers/Client.h',
655 'serviceworkers/FetchEvent.cpp', 658 'serviceworkers/FetchEvent.cpp',
656 'serviceworkers/FetchEvent.h', 659 'serviceworkers/FetchEvent.h',
657 'serviceworkers/FetchHeaderList.cpp', 660 'serviceworkers/FetchHeaderList.cpp',
658 'serviceworkers/FetchHeaderList.h', 661 'serviceworkers/FetchHeaderList.h',
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 'indexeddb/IDBRequestTest.cpp', 987 'indexeddb/IDBRequestTest.cpp',
985 'indexeddb/IDBTransactionTest.cpp', 988 'indexeddb/IDBTransactionTest.cpp',
986 'websockets/WebSocketDeflaterTest.cpp', 989 'websockets/WebSocketDeflaterTest.cpp',
987 'websockets/WebSocketExtensionDispatcherTest.cpp', 990 'websockets/WebSocketExtensionDispatcherTest.cpp',
988 'websockets/WebSocketExtensionParserTest.cpp', 991 'websockets/WebSocketExtensionParserTest.cpp',
989 'websockets/WebSocketPerMessageDeflateTest.cpp', 992 'websockets/WebSocketPerMessageDeflateTest.cpp',
990 'websockets/WebSocketTest.cpp', 993 'websockets/WebSocketTest.cpp',
991 ], 994 ],
992 }, 995 },
993 } 996 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698