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

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

Issue 189413008: Move DeviceOrientation / DeviceMotion event handlers to device_orientation module (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « Source/modules/device_orientation/WindowDeviceOrientation.idl ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 # Files for which bindings (.cpp and .h files) will be generated 10 # Files for which bindings (.cpp and .h files) will be generated
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'webmidi/MIDIPort.idl', 182 'webmidi/MIDIPort.idl',
183 'webmidi/MIDISuccessCallback.idl', 183 'webmidi/MIDISuccessCallback.idl',
184 'websockets/CloseEvent.idl', 184 'websockets/CloseEvent.idl',
185 'websockets/WebSocket.idl', 185 'websockets/WebSocket.idl',
186 ], 186 ],
187 # 'partial interface' or target (right side of) 'implements' 187 # 'partial interface' or target (right side of) 'implements'
188 'modules_dependency_idl_files': [ 188 'modules_dependency_idl_files': [
189 'battery/NavigatorBattery.idl', 189 'battery/NavigatorBattery.idl',
190 'crypto/WindowCrypto.idl', 190 'crypto/WindowCrypto.idl',
191 'crypto/WorkerGlobalScopeCrypto.idl', 191 'crypto/WorkerGlobalScopeCrypto.idl',
192 'device_orientation/WindowDeviceMotion.idl',
193 'device_orientation/WindowDeviceOrientation.idl',
192 'donottrack/NavigatorDoNotTrack.idl', 194 'donottrack/NavigatorDoNotTrack.idl',
193 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', 195 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl',
194 'filesystem/DataTransferItemFileSystem.idl', 196 'filesystem/DataTransferItemFileSystem.idl',
195 'filesystem/HTMLInputElementFileSystem.idl', 197 'filesystem/HTMLInputElementFileSystem.idl',
196 'filesystem/InspectorFrontendHostFileSystem.idl', 198 'filesystem/InspectorFrontendHostFileSystem.idl',
197 'filesystem/WindowFileSystem.idl', 199 'filesystem/WindowFileSystem.idl',
198 'filesystem/WorkerGlobalScopeFileSystem.idl', 200 'filesystem/WorkerGlobalScopeFileSystem.idl',
199 'gamepad/NavigatorGamepad.idl', 201 'gamepad/NavigatorGamepad.idl',
200 'geolocation/NavigatorGeolocation.idl', 202 'geolocation/NavigatorGeolocation.idl',
201 'imagebitmap/ImageBitmapFactories.idl', 203 'imagebitmap/ImageBitmapFactories.idl',
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 'indexeddb/IDBKeyPathTest.cpp', 881 'indexeddb/IDBKeyPathTest.cpp',
880 'indexeddb/IDBRequestTest.cpp', 882 'indexeddb/IDBRequestTest.cpp',
881 'indexeddb/IDBTransactionTest.cpp', 883 'indexeddb/IDBTransactionTest.cpp',
882 'websockets/WebSocketDeflaterTest.cpp', 884 'websockets/WebSocketDeflaterTest.cpp',
883 'websockets/WebSocketExtensionDispatcherTest.cpp', 885 'websockets/WebSocketExtensionDispatcherTest.cpp',
884 'websockets/WebSocketExtensionParserTest.cpp', 886 'websockets/WebSocketExtensionParserTest.cpp',
885 'websockets/WebSocketPerMessageDeflateTest.cpp', 887 'websockets/WebSocketPerMessageDeflateTest.cpp',
886 ], 888 ],
887 }, 889 },
888 } 890 }
OLDNEW
« no previous file with comments | « Source/modules/device_orientation/WindowDeviceOrientation.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698