| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'modules_include_dirs': [ | 3 'modules_include_dirs': [ |
| 4 'battery', | |
| 5 'donottrack', | |
| 6 'filesystem', | |
| 7 'gamepad', | |
| 8 'geolocation', | |
| 9 'indexeddb', | |
| 10 'indexeddb/chromium', | |
| 11 'inputmethod', | 4 'inputmethod', |
| 12 'mediasource', | 5 'mediasource', |
| 13 'mediastream', | 6 'mediastream', |
| 14 'navigatorcontentutils', | 7 'navigatorcontentutils', |
| 15 'notifications', | 8 'notifications', |
| 16 'quota', | 9 'quota', |
| 17 'speech', | 10 'speech', |
| 18 'webaudio', | 11 'webaudio', |
| 19 'webdatabase', | 12 'webdatabase', |
| 20 'webdatabase/chromium', | 13 'webdatabase/chromium', |
| 21 'webmidi', | |
| 22 'websockets', | 14 'websockets', |
| 23 ], | 15 ], |
| 24 'modules_idl_files': [ | 16 'modules_idl_files': [ |
| 25 'battery/BatteryManager.idl', | 17 'battery/BatteryManager.idl', |
| 26 'battery/NavigatorBattery.idl', | 18 'battery/NavigatorBattery.idl', |
| 27 'device_orientation/DeviceAcceleration.idl', | 19 'device_orientation/DeviceAcceleration.idl', |
| 28 'device_orientation/DeviceMotionEvent.idl', | 20 'device_orientation/DeviceMotionEvent.idl', |
| 29 'device_orientation/DeviceRotationRate.idl', | 21 'device_orientation/DeviceRotationRate.idl', |
| 30 'donottrack/NavigatorDoNotTrack.idl', | 22 'donottrack/NavigatorDoNotTrack.idl', |
| 31 'filesystem/DOMFileSystem.idl', | 23 'filesystem/DOMFileSystem.idl', |
| (...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 663 'websockets/WebSocketHandshake.h', | 655 'websockets/WebSocketHandshake.h', |
| 664 'websockets/WebSocketHandshakeRequest.cpp', | 656 'websockets/WebSocketHandshakeRequest.cpp', |
| 665 'websockets/WebSocketHandshakeRequest.h', | 657 'websockets/WebSocketHandshakeRequest.h', |
| 666 'websockets/WebSocketHandshakeResponse.cpp', | 658 'websockets/WebSocketHandshakeResponse.cpp', |
| 667 'websockets/WebSocketHandshakeResponse.h', | 659 'websockets/WebSocketHandshakeResponse.h', |
| 668 'websockets/WorkerThreadableWebSocketChannel.cpp', | 660 'websockets/WorkerThreadableWebSocketChannel.cpp', |
| 669 'websockets/WorkerThreadableWebSocketChannel.h', | 661 'websockets/WorkerThreadableWebSocketChannel.h', |
| 670 ], | 662 ], |
| 671 }, | 663 }, |
| 672 } | 664 } |
| OLD | NEW |