| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'modules_include_dirs': [ | 3 'modules_include_dirs': [ |
| 4 'battery', | 4 'battery', |
| 5 'donottrack', | 5 'donottrack', |
| 6 'filesystem', | 6 'filesystem', |
| 7 'gamepad', | 7 'gamepad', |
| 8 'geolocation', | 8 'geolocation', |
| 9 'indexeddb', | 9 'indexeddb', |
| 10 'indexeddb/chromium', | 10 'indexeddb/chromium', |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 'battery/BatteryStatus.h', | 198 'battery/BatteryStatus.h', |
| 199 'battery/NavigatorBattery.cpp', | 199 'battery/NavigatorBattery.cpp', |
| 200 'battery/NavigatorBattery.h', | 200 'battery/NavigatorBattery.h', |
| 201 'device_orientation/DeviceAcceleration.cpp', | 201 'device_orientation/DeviceAcceleration.cpp', |
| 202 'device_orientation/DeviceAcceleration.h', | 202 'device_orientation/DeviceAcceleration.h', |
| 203 'device_orientation/DeviceMotionClient.h', | 203 'device_orientation/DeviceMotionClient.h', |
| 204 'device_orientation/DeviceMotionController.cpp', | 204 'device_orientation/DeviceMotionController.cpp', |
| 205 'device_orientation/DeviceMotionController.h', | 205 'device_orientation/DeviceMotionController.h', |
| 206 'device_orientation/DeviceMotionData.cpp', | 206 'device_orientation/DeviceMotionData.cpp', |
| 207 'device_orientation/DeviceMotionData.h', | 207 'device_orientation/DeviceMotionData.h', |
| 208 'device_orientation/DeviceMotionDispatcher.cpp', |
| 209 'device_orientation/DeviceMotionDispatcher.h', |
| 208 'device_orientation/DeviceMotionEvent.h', | 210 'device_orientation/DeviceMotionEvent.h', |
| 209 'device_orientation/DeviceMotionEvent.cpp', | 211 'device_orientation/DeviceMotionEvent.cpp', |
| 210 'device_orientation/DeviceRotationRate.cpp', | 212 'device_orientation/DeviceRotationRate.cpp', |
| 211 'device_orientation/DeviceRotationRate.h', | 213 'device_orientation/DeviceRotationRate.h', |
| 212 'donottrack/NavigatorDoNotTrack.cpp', | 214 'donottrack/NavigatorDoNotTrack.cpp', |
| 213 'donottrack/NavigatorDoNotTrack.h', | 215 'donottrack/NavigatorDoNotTrack.h', |
| 214 'filesystem/DOMFilePath.cpp', | 216 'filesystem/DOMFilePath.cpp', |
| 215 'filesystem/DOMFilePath.h', | 217 'filesystem/DOMFilePath.h', |
| 216 'filesystem/DOMFileSystem.cpp', | 218 'filesystem/DOMFileSystem.cpp', |
| 217 'filesystem/DOMFileSystem.h', | 219 'filesystem/DOMFileSystem.h', |
| (...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 663 'websockets/WebSocketHandshake.h', | 665 'websockets/WebSocketHandshake.h', |
| 664 'websockets/WebSocketHandshakeRequest.cpp', | 666 'websockets/WebSocketHandshakeRequest.cpp', |
| 665 'websockets/WebSocketHandshakeRequest.h', | 667 'websockets/WebSocketHandshakeRequest.h', |
| 666 'websockets/WebSocketHandshakeResponse.cpp', | 668 'websockets/WebSocketHandshakeResponse.cpp', |
| 667 'websockets/WebSocketHandshakeResponse.h', | 669 'websockets/WebSocketHandshakeResponse.h', |
| 668 'websockets/WorkerThreadableWebSocketChannel.cpp', | 670 'websockets/WorkerThreadableWebSocketChannel.cpp', |
| 669 'websockets/WorkerThreadableWebSocketChannel.h', | 671 'websockets/WorkerThreadableWebSocketChannel.h', |
| 670 ], | 672 ], |
| 671 }, | 673 }, |
| 672 } | 674 } |
| OLD | NEW |