| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'modules_idl_files': [ | 3 'modules_idl_files': [ |
| 4 'battery/BatteryManager.idl', | |
| 5 'battery/NavigatorBattery.idl', | |
| 6 'device_orientation/DeviceAcceleration.idl', | 4 'device_orientation/DeviceAcceleration.idl', |
| 7 'device_orientation/DeviceMotionEvent.idl', | 5 'device_orientation/DeviceMotionEvent.idl', |
| 8 'device_orientation/DeviceRotationRate.idl', | 6 'device_orientation/DeviceRotationRate.idl', |
| 9 'donottrack/NavigatorDoNotTrack.idl', | 7 'donottrack/NavigatorDoNotTrack.idl', |
| 10 'encryptedmedia/MediaKeyMessageEvent.idl', | 8 'encryptedmedia/MediaKeyMessageEvent.idl', |
| 11 'encryptedmedia/MediaKeyNeededEvent.idl', | 9 'encryptedmedia/MediaKeyNeededEvent.idl', |
| 12 'encryptedmedia/MediaKeys.idl', | 10 'encryptedmedia/MediaKeys.idl', |
| 13 'encryptedmedia/MediaKeySession.idl', | 11 'encryptedmedia/MediaKeySession.idl', |
| 14 'filesystem/DOMFileSystem.idl', | 12 'filesystem/DOMFileSystem.idl', |
| 15 'filesystem/DOMFileSystemSync.idl', | 13 'filesystem/DOMFileSystemSync.idl', |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 'webmidi/MIDIInput.idl', | 162 'webmidi/MIDIInput.idl', |
| 165 'webmidi/MIDIMessageEvent.idl', | 163 'webmidi/MIDIMessageEvent.idl', |
| 166 'webmidi/MIDIOutput.idl', | 164 'webmidi/MIDIOutput.idl', |
| 167 'webmidi/MIDIPort.idl', | 165 'webmidi/MIDIPort.idl', |
| 168 'webmidi/MIDISuccessCallback.idl', | 166 'webmidi/MIDISuccessCallback.idl', |
| 169 'websockets/CloseEvent.idl', | 167 'websockets/CloseEvent.idl', |
| 170 'websockets/WebSocket.idl', | 168 'websockets/WebSocket.idl', |
| 171 'websockets/WorkerContextWebSocket.idl', | 169 'websockets/WorkerContextWebSocket.idl', |
| 172 ], | 170 ], |
| 173 'modules_files': [ | 171 'modules_files': [ |
| 174 'battery/BatteryClient.h', | |
| 175 'battery/BatteryController.cpp', | |
| 176 'battery/BatteryController.h', | |
| 177 'battery/BatteryManager.cpp', | |
| 178 'battery/BatteryManager.h', | |
| 179 'battery/BatteryStatus.cpp', | |
| 180 'battery/BatteryStatus.h', | |
| 181 'battery/NavigatorBattery.cpp', | |
| 182 'battery/NavigatorBattery.h', | |
| 183 'device_orientation/DeviceAcceleration.cpp', | 172 'device_orientation/DeviceAcceleration.cpp', |
| 184 'device_orientation/DeviceAcceleration.h', | 173 'device_orientation/DeviceAcceleration.h', |
| 185 'device_orientation/DeviceMotionClient.h', | 174 'device_orientation/DeviceMotionClient.h', |
| 186 'device_orientation/DeviceMotionController.cpp', | 175 'device_orientation/DeviceMotionController.cpp', |
| 187 'device_orientation/DeviceMotionController.h', | 176 'device_orientation/DeviceMotionController.h', |
| 188 'device_orientation/DeviceMotionData.cpp', | 177 'device_orientation/DeviceMotionData.cpp', |
| 189 'device_orientation/DeviceMotionData.h', | 178 'device_orientation/DeviceMotionData.h', |
| 190 'device_orientation/DeviceMotionDispatcher.cpp', | 179 'device_orientation/DeviceMotionDispatcher.cpp', |
| 191 'device_orientation/DeviceMotionDispatcher.h', | 180 'device_orientation/DeviceMotionDispatcher.h', |
| 192 'device_orientation/DeviceMotionEvent.h', | 181 'device_orientation/DeviceMotionEvent.h', |
| (...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 653 'websockets/WorkerThreadableWebSocketChannel.cpp', | 642 'websockets/WorkerThreadableWebSocketChannel.cpp', |
| 654 'websockets/WorkerThreadableWebSocketChannel.h', | 643 'websockets/WorkerThreadableWebSocketChannel.h', |
| 655 ], | 644 ], |
| 656 'modules_unittest_files': [ | 645 'modules_unittest_files': [ |
| 657 'websockets/WebSocketDeflaterTest.cpp', | 646 'websockets/WebSocketDeflaterTest.cpp', |
| 658 'websockets/WebSocketExtensionDispatcherTest.cpp', | 647 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 659 'websockets/WebSocketPerMessageDeflateTest.cpp', | 648 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 660 ], | 649 ], |
| 661 }, | 650 }, |
| 662 } | 651 } |
| OLD | NEW |