| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 '../core/core_generated.gypi', | 3 '../core/core_generated.gypi', |
| 4 'modules_generated.gypi', | 4 'modules_generated.gypi', |
| 5 ], | 5 ], |
| 6 'variables': { | 6 'variables': { |
| 7 # Experimental hooks for embedder to provide extra IDL and source files. | 7 # Experimental hooks for embedder to provide extra IDL and source files. |
| 8 # | 8 # |
| 9 # Note: this is not a supported API. If you rely on this, you will be broken | 9 # Note: this is not a supported API. If you rely on this, you will be broken |
| 10 # from time to time as the code generator changes in backward incompatible | 10 # from time to time as the code generator changes in backward incompatible |
| (...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 596 'battery/NavigatorBattery.cpp', | 596 'battery/NavigatorBattery.cpp', |
| 597 'battery/NavigatorBattery.h', | 597 'battery/NavigatorBattery.h', |
| 598 'beacon/NavigatorBeacon.cpp', | 598 'beacon/NavigatorBeacon.cpp', |
| 599 'beacon/NavigatorBeacon.h', | 599 'beacon/NavigatorBeacon.h', |
| 600 'bluetooth/Bluetooth.h', | 600 'bluetooth/Bluetooth.h', |
| 601 'bluetooth/Bluetooth.cpp', | 601 'bluetooth/Bluetooth.cpp', |
| 602 'bluetooth/BluetoothDevice.cpp', | 602 'bluetooth/BluetoothDevice.cpp', |
| 603 'bluetooth/BluetoothDevice.h', | 603 'bluetooth/BluetoothDevice.h', |
| 604 'bluetooth/BluetoothError.cpp', | 604 'bluetooth/BluetoothError.cpp', |
| 605 'bluetooth/BluetoothError.h', | 605 'bluetooth/BluetoothError.h', |
| 606 'bluetooth/BluetoothGATTCharacteristic.cpp', |
| 606 'bluetooth/BluetoothGATTCharacteristic.h', | 607 'bluetooth/BluetoothGATTCharacteristic.h', |
| 607 'bluetooth/BluetoothGATTService.h', | 608 'bluetooth/BluetoothGATTService.h', |
| 608 'bluetooth/BluetoothGATTService.cpp', | 609 'bluetooth/BluetoothGATTService.cpp', |
| 609 'bluetooth/BluetoothGATTRemoteServer.h', | 610 'bluetooth/BluetoothGATTRemoteServer.h', |
| 610 'bluetooth/BluetoothGATTRemoteServer.cpp', | 611 'bluetooth/BluetoothGATTRemoteServer.cpp', |
| 611 'bluetooth/NavigatorBluetooth.cpp', | 612 'bluetooth/NavigatorBluetooth.cpp', |
| 612 'bluetooth/NavigatorBluetooth.h', | 613 'bluetooth/NavigatorBluetooth.h', |
| 613 'cachestorage/Cache.cpp', | 614 'cachestorage/Cache.cpp', |
| 614 'cachestorage/Cache.h', | 615 'cachestorage/Cache.h', |
| 615 'cachestorage/CacheStorage.cpp', | 616 'cachestorage/CacheStorage.cpp', |
| (...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1441 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1442 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 1442 'webaudio/ConvolverNodeTest.cpp', | 1443 'webaudio/ConvolverNodeTest.cpp', |
| 1443 'webaudio/DynamicsCompressorNodeTest.cpp', | 1444 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 1444 'webaudio/ScriptProcessorNodeTest.cpp', | 1445 'webaudio/ScriptProcessorNodeTest.cpp', |
| 1445 'webaudio/StereoPannerNodeTest.cpp', | 1446 'webaudio/StereoPannerNodeTest.cpp', |
| 1446 'websockets/DOMWebSocketTest.cpp', | 1447 'websockets/DOMWebSocketTest.cpp', |
| 1447 'websockets/DocumentWebSocketChannelTest.cpp', | 1448 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1448 ], | 1449 ], |
| 1449 }, | 1450 }, |
| 1450 } | 1451 } |
| OLD | NEW |