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

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: moved tests to be treated in a separate CL 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_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 'filesystem/DOMFileSystem.idl', 10 'filesystem/DOMFileSystem.idl',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'battery/BatteryStatus.h', 172 'battery/BatteryStatus.h',
173 'battery/NavigatorBattery.cpp', 173 'battery/NavigatorBattery.cpp',
174 'battery/NavigatorBattery.h', 174 'battery/NavigatorBattery.h',
175 'device_orientation/DeviceAcceleration.cpp', 175 'device_orientation/DeviceAcceleration.cpp',
176 'device_orientation/DeviceAcceleration.h', 176 'device_orientation/DeviceAcceleration.h',
177 'device_orientation/DeviceMotionClient.h', 177 'device_orientation/DeviceMotionClient.h',
178 'device_orientation/DeviceMotionController.cpp', 178 'device_orientation/DeviceMotionController.cpp',
179 'device_orientation/DeviceMotionController.h', 179 'device_orientation/DeviceMotionController.h',
180 'device_orientation/DeviceMotionData.cpp', 180 'device_orientation/DeviceMotionData.cpp',
181 'device_orientation/DeviceMotionData.h', 181 'device_orientation/DeviceMotionData.h',
182 'device_orientation/DeviceMotionDispatcher.cpp',
183 'device_orientation/DeviceMotionDispatcher.h',
182 'device_orientation/DeviceMotionEvent.h', 184 'device_orientation/DeviceMotionEvent.h',
183 'device_orientation/DeviceMotionEvent.cpp', 185 'device_orientation/DeviceMotionEvent.cpp',
184 'device_orientation/DeviceRotationRate.cpp', 186 'device_orientation/DeviceRotationRate.cpp',
185 'device_orientation/DeviceRotationRate.h', 187 'device_orientation/DeviceRotationRate.h',
186 'donottrack/NavigatorDoNotTrack.cpp', 188 'donottrack/NavigatorDoNotTrack.cpp',
187 'donottrack/NavigatorDoNotTrack.h', 189 'donottrack/NavigatorDoNotTrack.h',
188 'filesystem/DOMFilePath.cpp', 190 'filesystem/DOMFilePath.cpp',
189 'filesystem/DOMFilePath.h', 191 'filesystem/DOMFilePath.h',
190 'filesystem/DOMFileSystem.cpp', 192 'filesystem/DOMFileSystem.cpp',
191 'filesystem/DOMFileSystem.h', 193 'filesystem/DOMFileSystem.h',
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 'websockets/WebSocketHandshakeRequest.h', 641 'websockets/WebSocketHandshakeRequest.h',
640 'websockets/WebSocketHandshakeResponse.cpp', 642 'websockets/WebSocketHandshakeResponse.cpp',
641 'websockets/WebSocketHandshakeResponse.h', 643 'websockets/WebSocketHandshakeResponse.h',
642 'websockets/WebSocketPerMessageDeflate.cpp', 644 'websockets/WebSocketPerMessageDeflate.cpp',
643 'websockets/WebSocketPerMessageDeflate.h', 645 'websockets/WebSocketPerMessageDeflate.h',
644 'websockets/WorkerThreadableWebSocketChannel.cpp', 646 'websockets/WorkerThreadableWebSocketChannel.cpp',
645 'websockets/WorkerThreadableWebSocketChannel.h', 647 'websockets/WorkerThreadableWebSocketChannel.h',
646 ], 648 ],
647 }, 649 },
648 } 650 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698