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

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

Issue 14472006: Move DeviceMotion related classes from core/dom to modules/device_orientation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase retry Created 7 years, 7 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
« no previous file with comments | « Source/modules/device_orientation/DeviceRotationRate.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 'modules_include_dirs': [ 3 'modules_include_dirs': [
4 'battery', 4 'battery',
5 'device_orientation',
5 'donottrack', 6 'donottrack',
6 'filesystem', 7 'filesystem',
7 'gamepad', 8 'gamepad',
8 'geolocation', 9 'geolocation',
9 'indexeddb', 10 'indexeddb',
10 'indexeddb/chromium', 11 'indexeddb/chromium',
11 'inputmethod', 12 'inputmethod',
12 'mediasource', 13 'mediasource',
13 'mediastream', 14 'mediastream',
14 'navigatorcontentutils', 15 'navigatorcontentutils',
15 'notifications', 16 'notifications',
16 'quota', 17 'quota',
17 'speech', 18 'speech',
18 'webaudio', 19 'webaudio',
19 'webdatabase', 20 'webdatabase',
20 'webdatabase/chromium', 21 'webdatabase/chromium',
21 'webmidi', 22 'webmidi',
22 'websockets', 23 'websockets',
23 ], 24 ],
24 'modules_idl_files': [ 25 'modules_idl_files': [
25 'battery/BatteryManager.idl', 26 'battery/BatteryManager.idl',
26 'battery/NavigatorBattery.idl', 27 'battery/NavigatorBattery.idl',
28 'device_orientation/DeviceAcceleration.idl',
29 'device_orientation/DeviceMotionEvent.idl',
30 'device_orientation/DeviceRotationRate.idl',
27 'donottrack/NavigatorDoNotTrack.idl', 31 'donottrack/NavigatorDoNotTrack.idl',
28 'filesystem/DOMFileSystem.idl', 32 'filesystem/DOMFileSystem.idl',
29 'filesystem/DOMFileSystemSync.idl', 33 'filesystem/DOMFileSystemSync.idl',
30 'filesystem/DOMWindowFileSystem.idl', 34 'filesystem/DOMWindowFileSystem.idl',
31 'filesystem/DataTransferItemFileSystem.idl', 35 'filesystem/DataTransferItemFileSystem.idl',
32 'filesystem/DirectoryEntry.idl', 36 'filesystem/DirectoryEntry.idl',
33 'filesystem/DirectoryEntrySync.idl', 37 'filesystem/DirectoryEntrySync.idl',
34 'filesystem/DirectoryReader.idl', 38 'filesystem/DirectoryReader.idl',
35 'filesystem/DirectoryReaderSync.idl', 39 'filesystem/DirectoryReaderSync.idl',
36 'filesystem/EntriesCallback.idl', 40 'filesystem/EntriesCallback.idl',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'modules_files': [ 191 'modules_files': [
188 'battery/BatteryClient.h', 192 'battery/BatteryClient.h',
189 'battery/BatteryController.cpp', 193 'battery/BatteryController.cpp',
190 'battery/BatteryController.h', 194 'battery/BatteryController.h',
191 'battery/BatteryManager.cpp', 195 'battery/BatteryManager.cpp',
192 'battery/BatteryManager.h', 196 'battery/BatteryManager.h',
193 'battery/BatteryStatus.cpp', 197 'battery/BatteryStatus.cpp',
194 'battery/BatteryStatus.h', 198 'battery/BatteryStatus.h',
195 'battery/NavigatorBattery.cpp', 199 'battery/NavigatorBattery.cpp',
196 'battery/NavigatorBattery.h', 200 'battery/NavigatorBattery.h',
201 'device_orientation/DeviceAcceleration.cpp',
202 'device_orientation/DeviceAcceleration.h',
203 'device_orientation/DeviceMotionClient.h',
204 'device_orientation/DeviceMotionController.cpp',
205 'device_orientation/DeviceMotionController.h',
206 'device_orientation/DeviceMotionData.cpp',
207 'device_orientation/DeviceMotionData.h',
208 'device_orientation/DeviceMotionEvent.h',
209 'device_orientation/DeviceMotionEvent.cpp',
210 'device_orientation/DeviceRotationRate.cpp',
211 'device_orientation/DeviceRotationRate.h',
197 'donottrack/NavigatorDoNotTrack.cpp', 212 'donottrack/NavigatorDoNotTrack.cpp',
198 'donottrack/NavigatorDoNotTrack.h', 213 'donottrack/NavigatorDoNotTrack.h',
199 'filesystem/DOMFilePath.cpp', 214 'filesystem/DOMFilePath.cpp',
200 'filesystem/DOMFilePath.h', 215 'filesystem/DOMFilePath.h',
201 'filesystem/DOMFileSystem.cpp', 216 'filesystem/DOMFileSystem.cpp',
202 'filesystem/DOMFileSystem.h', 217 'filesystem/DOMFileSystem.h',
203 'filesystem/DOMFileSystemBase.cpp', 218 'filesystem/DOMFileSystemBase.cpp',
204 'filesystem/DOMFileSystemBase.h', 219 'filesystem/DOMFileSystemBase.h',
205 'filesystem/DOMFileSystemSync.cpp', 220 'filesystem/DOMFileSystemSync.cpp',
206 'filesystem/DOMFileSystemSync.h', 221 'filesystem/DOMFileSystemSync.h',
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 'websockets/WebSocketHandshake.h', 662 'websockets/WebSocketHandshake.h',
648 'websockets/WebSocketHandshakeRequest.cpp', 663 'websockets/WebSocketHandshakeRequest.cpp',
649 'websockets/WebSocketHandshakeRequest.h', 664 'websockets/WebSocketHandshakeRequest.h',
650 'websockets/WebSocketHandshakeResponse.cpp', 665 'websockets/WebSocketHandshakeResponse.cpp',
651 'websockets/WebSocketHandshakeResponse.h', 666 'websockets/WebSocketHandshakeResponse.h',
652 'websockets/WorkerThreadableWebSocketChannel.cpp', 667 'websockets/WorkerThreadableWebSocketChannel.cpp',
653 'websockets/WorkerThreadableWebSocketChannel.h', 668 'websockets/WorkerThreadableWebSocketChannel.h',
654 ], 669 ],
655 }, 670 },
656 } 671 }
OLDNEW
« no previous file with comments | « Source/modules/device_orientation/DeviceRotationRate.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698