OLD | NEW |
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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 'battery/BatteryStatus.h', | 171 'battery/BatteryStatus.h', |
172 'battery/NavigatorBattery.cpp', | 172 'battery/NavigatorBattery.cpp', |
173 'battery/NavigatorBattery.h', | 173 'battery/NavigatorBattery.h', |
174 'device_orientation/DeviceAcceleration.cpp', | 174 'device_orientation/DeviceAcceleration.cpp', |
175 'device_orientation/DeviceAcceleration.h', | 175 'device_orientation/DeviceAcceleration.h', |
176 'device_orientation/DeviceMotionClient.h', | 176 'device_orientation/DeviceMotionClient.h', |
177 'device_orientation/DeviceMotionController.cpp', | 177 'device_orientation/DeviceMotionController.cpp', |
178 'device_orientation/DeviceMotionController.h', | 178 'device_orientation/DeviceMotionController.h', |
179 'device_orientation/DeviceMotionData.cpp', | 179 'device_orientation/DeviceMotionData.cpp', |
180 'device_orientation/DeviceMotionData.h', | 180 'device_orientation/DeviceMotionData.h', |
| 181 'device_orientation/DeviceMotionDispatcher.cpp', |
| 182 'device_orientation/DeviceMotionDispatcher.h', |
181 'device_orientation/DeviceMotionEvent.h', | 183 'device_orientation/DeviceMotionEvent.h', |
182 'device_orientation/DeviceMotionEvent.cpp', | 184 'device_orientation/DeviceMotionEvent.cpp', |
183 'device_orientation/DeviceRotationRate.cpp', | 185 'device_orientation/DeviceRotationRate.cpp', |
184 'device_orientation/DeviceRotationRate.h', | 186 'device_orientation/DeviceRotationRate.h', |
185 'donottrack/NavigatorDoNotTrack.cpp', | 187 'donottrack/NavigatorDoNotTrack.cpp', |
186 'donottrack/NavigatorDoNotTrack.h', | 188 'donottrack/NavigatorDoNotTrack.h', |
187 'filesystem/DOMFilePath.cpp', | 189 'filesystem/DOMFilePath.cpp', |
188 'filesystem/DOMFilePath.h', | 190 'filesystem/DOMFilePath.h', |
189 'filesystem/DOMFileSystem.cpp', | 191 'filesystem/DOMFileSystem.cpp', |
190 'filesystem/DOMFileSystem.h', | 192 'filesystem/DOMFileSystem.h', |
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
636 'websockets/WebSocketHandshakeRequest.h', | 638 'websockets/WebSocketHandshakeRequest.h', |
637 'websockets/WebSocketHandshakeResponse.cpp', | 639 'websockets/WebSocketHandshakeResponse.cpp', |
638 'websockets/WebSocketHandshakeResponse.h', | 640 'websockets/WebSocketHandshakeResponse.h', |
639 'websockets/WebSocketPerMessageDeflate.cpp', | 641 'websockets/WebSocketPerMessageDeflate.cpp', |
640 'websockets/WebSocketPerMessageDeflate.h', | 642 'websockets/WebSocketPerMessageDeflate.h', |
641 'websockets/WorkerThreadableWebSocketChannel.cpp', | 643 'websockets/WorkerThreadableWebSocketChannel.cpp', |
642 'websockets/WorkerThreadableWebSocketChannel.h', | 644 'websockets/WorkerThreadableWebSocketChannel.h', |
643 ], | 645 ], |
644 }, | 646 }, |
645 } | 647 } |
OLD | NEW |