| 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.h', | 596 'battery/NavigatorBattery.h', |
| 597 'beacon/NavigatorBeacon.cpp', | 597 'beacon/NavigatorBeacon.cpp', |
| 598 'beacon/NavigatorBeacon.h', | 598 'beacon/NavigatorBeacon.h', |
| 599 'bluetooth/Bluetooth.h', | 599 'bluetooth/Bluetooth.h', |
| 600 'bluetooth/Bluetooth.cpp', | 600 'bluetooth/Bluetooth.cpp', |
| 601 'bluetooth/BluetoothDevice.cpp', | 601 'bluetooth/BluetoothDevice.cpp', |
| 602 'bluetooth/BluetoothDevice.h', | 602 'bluetooth/BluetoothDevice.h', |
| 603 'bluetooth/BluetoothError.cpp', | 603 'bluetooth/BluetoothError.cpp', |
| 604 'bluetooth/BluetoothError.h', | 604 'bluetooth/BluetoothError.h', |
| 605 'bluetooth/BluetoothGATTService.h', | 605 'bluetooth/BluetoothGATTService.h', |
| 606 'bluetooth/BluetoothGATTService.cpp', |
| 606 'bluetooth/BluetoothGATTRemoteServer.h', | 607 'bluetooth/BluetoothGATTRemoteServer.h', |
| 607 'bluetooth/BluetoothGATTRemoteServer.cpp', | 608 'bluetooth/BluetoothGATTRemoteServer.cpp', |
| 608 'bluetooth/NavigatorBluetooth.cpp', | 609 'bluetooth/NavigatorBluetooth.cpp', |
| 609 'bluetooth/NavigatorBluetooth.h', | 610 'bluetooth/NavigatorBluetooth.h', |
| 610 'cachestorage/Cache.cpp', | 611 'cachestorage/Cache.cpp', |
| 611 'cachestorage/Cache.h', | 612 'cachestorage/Cache.h', |
| 612 'cachestorage/CacheStorage.cpp', | 613 'cachestorage/CacheStorage.cpp', |
| 613 'cachestorage/CacheStorage.h', | 614 'cachestorage/CacheStorage.h', |
| 614 'cachestorage/CacheStorageError.cpp', | 615 'cachestorage/CacheStorageError.cpp', |
| 615 'cachestorage/CacheStorageError.h', | 616 'cachestorage/CacheStorageError.h', |
| (...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1438 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1439 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 1439 'webaudio/ConvolverNodeTest.cpp', | 1440 'webaudio/ConvolverNodeTest.cpp', |
| 1440 'webaudio/DynamicsCompressorNodeTest.cpp', | 1441 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 1441 'webaudio/ScriptProcessorNodeTest.cpp', | 1442 'webaudio/ScriptProcessorNodeTest.cpp', |
| 1442 'webaudio/StereoPannerNodeTest.cpp', | 1443 'webaudio/StereoPannerNodeTest.cpp', |
| 1443 'websockets/DOMWebSocketTest.cpp', | 1444 'websockets/DOMWebSocketTest.cpp', |
| 1444 'websockets/DocumentWebSocketChannelTest.cpp', | 1445 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1445 ], | 1446 ], |
| 1446 }, | 1447 }, |
| 1447 } | 1448 } |
| OLD | NEW |