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

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

Issue 14460010: Implement the Blink part of the Device Motion API. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed Adam's comments 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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'modules_include_dirs': [ 3 'modules_include_dirs': [
4 'battery', 4 'battery',
5 'donottrack', 5 'donottrack',
6 'filesystem', 6 'filesystem',
7 'gamepad', 7 'gamepad',
8 'geolocation', 8 'geolocation',
9 'indexeddb', 9 'indexeddb',
10 'indexeddb/chromium', 10 'indexeddb/chromium',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'device_orientation/DeviceAcceleration.h', 202 'device_orientation/DeviceAcceleration.h',
203 'device_orientation/DeviceMotionClient.h', 203 'device_orientation/DeviceMotionClient.h',
204 'device_orientation/DeviceMotionController.cpp', 204 'device_orientation/DeviceMotionController.cpp',
205 'device_orientation/DeviceMotionController.h', 205 'device_orientation/DeviceMotionController.h',
206 'device_orientation/DeviceMotionData.cpp', 206 'device_orientation/DeviceMotionData.cpp',
207 'device_orientation/DeviceMotionData.h', 207 'device_orientation/DeviceMotionData.h',
208 'device_orientation/DeviceMotionEvent.h', 208 'device_orientation/DeviceMotionEvent.h',
209 'device_orientation/DeviceMotionEvent.cpp', 209 'device_orientation/DeviceMotionEvent.cpp',
210 'device_orientation/DeviceRotationRate.cpp', 210 'device_orientation/DeviceRotationRate.cpp',
211 'device_orientation/DeviceRotationRate.h', 211 'device_orientation/DeviceRotationRate.h',
212 'device_orientation/WebDeviceMotionDispatcher.cpp',
213 'device_orientation/WebDeviceMotionDispatcher.h',
212 'donottrack/NavigatorDoNotTrack.cpp', 214 'donottrack/NavigatorDoNotTrack.cpp',
213 'donottrack/NavigatorDoNotTrack.h', 215 'donottrack/NavigatorDoNotTrack.h',
214 'filesystem/DOMFilePath.cpp', 216 'filesystem/DOMFilePath.cpp',
215 'filesystem/DOMFilePath.h', 217 'filesystem/DOMFilePath.h',
216 'filesystem/DOMFileSystem.cpp', 218 'filesystem/DOMFileSystem.cpp',
217 'filesystem/DOMFileSystem.h', 219 'filesystem/DOMFileSystem.h',
218 'filesystem/DOMFileSystemBase.cpp', 220 'filesystem/DOMFileSystemBase.cpp',
219 'filesystem/DOMFileSystemBase.h', 221 'filesystem/DOMFileSystemBase.h',
220 'filesystem/DOMFileSystemSync.cpp', 222 'filesystem/DOMFileSystemSync.cpp',
221 'filesystem/DOMFileSystemSync.h', 223 'filesystem/DOMFileSystemSync.h',
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'websockets/WebSocketHandshake.h', 665 'websockets/WebSocketHandshake.h',
664 'websockets/WebSocketHandshakeRequest.cpp', 666 'websockets/WebSocketHandshakeRequest.cpp',
665 'websockets/WebSocketHandshakeRequest.h', 667 'websockets/WebSocketHandshakeRequest.h',
666 'websockets/WebSocketHandshakeResponse.cpp', 668 'websockets/WebSocketHandshakeResponse.cpp',
667 'websockets/WebSocketHandshakeResponse.h', 669 'websockets/WebSocketHandshakeResponse.h',
668 'websockets/WorkerThreadableWebSocketChannel.cpp', 670 'websockets/WorkerThreadableWebSocketChannel.cpp',
669 'websockets/WorkerThreadableWebSocketChannel.h', 671 'websockets/WorkerThreadableWebSocketChannel.h',
670 ], 672 ],
671 }, 673 },
672 } 674 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698