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

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: removed files incorrectly listed in WebKit.gyp Created 7 years, 6 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_idl_files': [ 3 'modules_idl_files': [
4 'battery/BatteryManager.idl', 4 'battery/BatteryManager.idl',
5 'battery/NavigatorBattery.idl', 5 'battery/NavigatorBattery.idl',
6 'device_orientation/DeviceAcceleration.idl', 6 'device_orientation/DeviceAcceleration.idl',
7 'device_orientation/DeviceMotionEvent.idl', 7 'device_orientation/DeviceMotionEvent.idl',
8 'device_orientation/DeviceRotationRate.idl', 8 'device_orientation/DeviceRotationRate.idl',
9 'donottrack/NavigatorDoNotTrack.idl', 9 'donottrack/NavigatorDoNotTrack.idl',
10 'encryptedmedia/MediaKeyMessageEvent.idl', 10 'encryptedmedia/MediaKeyMessageEvent.idl',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'battery/BatteryStatus.h', 177 'battery/BatteryStatus.h',
178 'battery/NavigatorBattery.cpp', 178 'battery/NavigatorBattery.cpp',
179 'battery/NavigatorBattery.h', 179 'battery/NavigatorBattery.h',
180 'device_orientation/DeviceAcceleration.cpp', 180 'device_orientation/DeviceAcceleration.cpp',
181 'device_orientation/DeviceAcceleration.h', 181 'device_orientation/DeviceAcceleration.h',
182 'device_orientation/DeviceMotionClient.h', 182 'device_orientation/DeviceMotionClient.h',
183 'device_orientation/DeviceMotionController.cpp', 183 'device_orientation/DeviceMotionController.cpp',
184 'device_orientation/DeviceMotionController.h', 184 'device_orientation/DeviceMotionController.h',
185 'device_orientation/DeviceMotionData.cpp', 185 'device_orientation/DeviceMotionData.cpp',
186 'device_orientation/DeviceMotionData.h', 186 'device_orientation/DeviceMotionData.h',
187 'device_orientation/DeviceMotionDispatcher.cpp',
188 'device_orientation/DeviceMotionDispatcher.h',
187 'device_orientation/DeviceMotionEvent.h', 189 'device_orientation/DeviceMotionEvent.h',
188 'device_orientation/DeviceMotionEvent.cpp', 190 'device_orientation/DeviceMotionEvent.cpp',
189 'device_orientation/DeviceRotationRate.cpp', 191 'device_orientation/DeviceRotationRate.cpp',
190 'device_orientation/DeviceRotationRate.h', 192 'device_orientation/DeviceRotationRate.h',
191 'donottrack/NavigatorDoNotTrack.cpp', 193 'donottrack/NavigatorDoNotTrack.cpp',
192 'donottrack/NavigatorDoNotTrack.h', 194 'donottrack/NavigatorDoNotTrack.h',
193 'encryptedmedia/CDM.cpp', 195 'encryptedmedia/CDM.cpp',
194 'encryptedmedia/CDM.h', 196 'encryptedmedia/CDM.h',
195 'encryptedmedia/MediaKeyMessageEvent.cpp', 197 'encryptedmedia/MediaKeyMessageEvent.cpp',
196 'encryptedmedia/MediaKeyMessageEvent.h', 198 'encryptedmedia/MediaKeyMessageEvent.h',
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 'websockets/WebSocketHandshakeRequest.h', 656 'websockets/WebSocketHandshakeRequest.h',
655 'websockets/WebSocketHandshakeResponse.cpp', 657 'websockets/WebSocketHandshakeResponse.cpp',
656 'websockets/WebSocketHandshakeResponse.h', 658 'websockets/WebSocketHandshakeResponse.h',
657 'websockets/WebSocketPerMessageDeflate.cpp', 659 'websockets/WebSocketPerMessageDeflate.cpp',
658 'websockets/WebSocketPerMessageDeflate.h', 660 'websockets/WebSocketPerMessageDeflate.h',
659 'websockets/WorkerThreadableWebSocketChannel.cpp', 661 'websockets/WorkerThreadableWebSocketChannel.cpp',
660 'websockets/WorkerThreadableWebSocketChannel.h', 662 'websockets/WorkerThreadableWebSocketChannel.h',
661 ], 663 ],
662 }, 664 },
663 } 665 }
OLDNEW
« no previous file with comments | « Source/modules/device_orientation/DeviceMotionDispatcher.cpp ('k') | public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698