| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |