| 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 'encryptedmedia/MediaKeyMessageEvent.idl', | 10 'encryptedmedia/MediaKeyMessageEvent.idl', |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 'device_orientation/DeviceMotionData.cpp', | 187 'device_orientation/DeviceMotionData.cpp', |
| 188 'device_orientation/DeviceMotionData.h', | 188 'device_orientation/DeviceMotionData.h', |
| 189 'device_orientation/DeviceMotionDispatcher.cpp', | 189 'device_orientation/DeviceMotionDispatcher.cpp', |
| 190 'device_orientation/DeviceMotionDispatcher.h', | 190 'device_orientation/DeviceMotionDispatcher.h', |
| 191 'device_orientation/DeviceMotionEvent.h', | 191 'device_orientation/DeviceMotionEvent.h', |
| 192 'device_orientation/DeviceMotionEvent.cpp', | 192 'device_orientation/DeviceMotionEvent.cpp', |
| 193 'device_orientation/DeviceRotationRate.cpp', | 193 'device_orientation/DeviceRotationRate.cpp', |
| 194 'device_orientation/DeviceRotationRate.h', | 194 'device_orientation/DeviceRotationRate.h', |
| 195 'donottrack/NavigatorDoNotTrack.cpp', | 195 'donottrack/NavigatorDoNotTrack.cpp', |
| 196 'donottrack/NavigatorDoNotTrack.h', | 196 'donottrack/NavigatorDoNotTrack.h', |
| 197 'encryptedmedia/CDM.cpp', | |
| 198 'encryptedmedia/CDM.h', | |
| 199 'encryptedmedia/MediaKeyMessageEvent.cpp', | 197 'encryptedmedia/MediaKeyMessageEvent.cpp', |
| 200 'encryptedmedia/MediaKeyMessageEvent.h', | 198 'encryptedmedia/MediaKeyMessageEvent.h', |
| 201 'encryptedmedia/MediaKeyNeededEvent.cpp', | 199 'encryptedmedia/MediaKeyNeededEvent.cpp', |
| 202 'encryptedmedia/MediaKeyNeededEvent.h', | 200 'encryptedmedia/MediaKeyNeededEvent.h', |
| 203 'encryptedmedia/MediaKeys.cpp', | 201 'encryptedmedia/MediaKeys.cpp', |
| 204 'encryptedmedia/MediaKeys.h', | 202 'encryptedmedia/MediaKeys.h', |
| 205 'encryptedmedia/MediaKeySession.cpp', | 203 'encryptedmedia/MediaKeySession.cpp', |
| 206 'encryptedmedia/MediaKeySession.h', | 204 'encryptedmedia/MediaKeySession.h', |
| 207 'filesystem/DOMFilePath.cpp', | 205 'filesystem/DOMFilePath.cpp', |
| 208 'filesystem/DOMFilePath.h', | 206 'filesystem/DOMFilePath.h', |
| (...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 'websockets/WorkerThreadableWebSocketChannel.cpp', | 649 'websockets/WorkerThreadableWebSocketChannel.cpp', |
| 652 'websockets/WorkerThreadableWebSocketChannel.h', | 650 'websockets/WorkerThreadableWebSocketChannel.h', |
| 653 ], | 651 ], |
| 654 'modules_unittest_files': [ | 652 'modules_unittest_files': [ |
| 655 'websockets/WebSocketDeflaterTest.cpp', | 653 'websockets/WebSocketDeflaterTest.cpp', |
| 656 'websockets/WebSocketExtensionDispatcherTest.cpp', | 654 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 657 'websockets/WebSocketPerMessageDeflateTest.cpp', | 655 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 658 ], | 656 ], |
| 659 }, | 657 }, |
| 660 } | 658 } |
| OLD | NEW |