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

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

Issue 364253007: Revert of [screen-orientation] Expose orientation info in OrientationInformation interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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',
123 'serviceworkers/Client.idl', 122 'serviceworkers/Client.idl',
124 'serviceworkers/FetchEvent.idl', 123 'serviceworkers/FetchEvent.idl',
125 'serviceworkers/HeaderMap.idl', 124 'serviceworkers/HeaderMap.idl',
126 'serviceworkers/HeaderMapForEachCallback.idl', 125 'serviceworkers/HeaderMapForEachCallback.idl',
127 'serviceworkers/Headers.idl', 126 'serviceworkers/Headers.idl',
128 'serviceworkers/HeadersForEachCallback.idl', 127 'serviceworkers/HeadersForEachCallback.idl',
129 'serviceworkers/InstallEvent.idl', 128 'serviceworkers/InstallEvent.idl',
130 'serviceworkers/InstallPhaseEvent.idl', 129 'serviceworkers/InstallPhaseEvent.idl',
131 'serviceworkers/Request.idl', 130 'serviceworkers/Request.idl',
132 'serviceworkers/Response.idl', 131 'serviceworkers/Response.idl',
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 'quota/StorageQuotaCallback.h', 639 'quota/StorageQuotaCallback.h',
641 'quota/StorageQuotaCallbacksImpl.cpp', 640 'quota/StorageQuotaCallbacksImpl.cpp',
642 'quota/StorageQuotaCallbacksImpl.h', 641 'quota/StorageQuotaCallbacksImpl.h',
643 'quota/StorageQuotaClient.cpp', 642 'quota/StorageQuotaClient.cpp',
644 'quota/StorageQuotaClient.h', 643 'quota/StorageQuotaClient.h',
645 'quota/StorageUsageCallback.h', 644 'quota/StorageUsageCallback.h',
646 'quota/WorkerNavigatorStorageQuota.cpp', 645 'quota/WorkerNavigatorStorageQuota.cpp',
647 'quota/WorkerNavigatorStorageQuota.h', 646 'quota/WorkerNavigatorStorageQuota.h',
648 'screen_orientation/LockOrientationCallback.cpp', 647 'screen_orientation/LockOrientationCallback.cpp',
649 'screen_orientation/LockOrientationCallback.h', 648 'screen_orientation/LockOrientationCallback.h',
650 'screen_orientation/OrientationInformation.cpp',
651 'screen_orientation/OrientationInformation.h',
652 'screen_orientation/ScreenOrientation.cpp', 649 'screen_orientation/ScreenOrientation.cpp',
653 'screen_orientation/ScreenOrientation.h', 650 'screen_orientation/ScreenOrientation.h',
654 'screen_orientation/ScreenOrientationController.cpp', 651 'screen_orientation/ScreenOrientationController.cpp',
655 'screen_orientation/ScreenOrientationController.h', 652 'screen_orientation/ScreenOrientationController.h',
656 'serviceworkers/Client.cpp', 653 'serviceworkers/Client.cpp',
657 'serviceworkers/Client.h', 654 'serviceworkers/Client.h',
658 'serviceworkers/FetchEvent.cpp', 655 'serviceworkers/FetchEvent.cpp',
659 'serviceworkers/FetchEvent.h', 656 'serviceworkers/FetchEvent.h',
660 'serviceworkers/FetchHeaderList.cpp', 657 'serviceworkers/FetchHeaderList.cpp',
661 'serviceworkers/FetchHeaderList.h', 658 'serviceworkers/FetchHeaderList.h',
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 'indexeddb/IDBRequestTest.cpp', 984 'indexeddb/IDBRequestTest.cpp',
988 'indexeddb/IDBTransactionTest.cpp', 985 'indexeddb/IDBTransactionTest.cpp',
989 'websockets/WebSocketDeflaterTest.cpp', 986 'websockets/WebSocketDeflaterTest.cpp',
990 'websockets/WebSocketExtensionDispatcherTest.cpp', 987 'websockets/WebSocketExtensionDispatcherTest.cpp',
991 'websockets/WebSocketExtensionParserTest.cpp', 988 'websockets/WebSocketExtensionParserTest.cpp',
992 'websockets/WebSocketPerMessageDeflateTest.cpp', 989 'websockets/WebSocketPerMessageDeflateTest.cpp',
993 'websockets/WebSocketTest.cpp', 990 'websockets/WebSocketTest.cpp',
994 ], 991 ],
995 }, 992 },
996 } 993 }
OLDNEW
« no previous file with comments | « Source/core/frame/LocalFrame.cpp ('k') | Source/modules/screen_orientation/OrientationInformation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698