| 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 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 602 'beacon/NavigatorBeacon.h', | 602 'beacon/NavigatorBeacon.h', |
| 603 'bluetooth/Bluetooth.h', | 603 'bluetooth/Bluetooth.h', |
| 604 'bluetooth/Bluetooth.cpp', | 604 'bluetooth/Bluetooth.cpp', |
| 605 'bluetooth/BluetoothDevice.cpp', | 605 'bluetooth/BluetoothDevice.cpp', |
| 606 'bluetooth/BluetoothDevice.h', | 606 'bluetooth/BluetoothDevice.h', |
| 607 'bluetooth/BluetoothDiscovery.cpp', | 607 'bluetooth/BluetoothDiscovery.cpp', |
| 608 'bluetooth/BluetoothDiscovery.h', | 608 'bluetooth/BluetoothDiscovery.h', |
| 609 'bluetooth/BluetoothError.cpp', | 609 'bluetooth/BluetoothError.cpp', |
| 610 'bluetooth/BluetoothError.h', | 610 'bluetooth/BluetoothError.h', |
| 611 'bluetooth/BluetoothGATTService.h', | 611 'bluetooth/BluetoothGATTService.h', |
| 612 'bluetooth/BluetoothGATTService.cpp', |
| 612 'bluetooth/BluetoothGATTRemoteServer.h', | 613 'bluetooth/BluetoothGATTRemoteServer.h', |
| 613 'bluetooth/BluetoothGATTRemoteServer.cpp', | 614 'bluetooth/BluetoothGATTRemoteServer.cpp', |
| 614 'bluetooth/BluetoothInteraction.h', | 615 'bluetooth/BluetoothInteraction.h', |
| 615 'bluetooth/BluetoothInteraction.cpp', | 616 'bluetooth/BluetoothInteraction.cpp', |
| 616 'bluetooth/BluetoothUUIDs.h', | 617 'bluetooth/BluetoothUUIDs.h', |
| 617 'bluetooth/BluetoothUUIDsService.h', | 618 'bluetooth/BluetoothUUIDsService.h', |
| 618 'bluetooth/NavigatorBluetooth.cpp', | 619 'bluetooth/NavigatorBluetooth.cpp', |
| 619 'bluetooth/NavigatorBluetooth.h', | 620 'bluetooth/NavigatorBluetooth.h', |
| 620 'cachestorage/Cache.cpp', | 621 'cachestorage/Cache.cpp', |
| 621 'cachestorage/Cache.h', | 622 'cachestorage/Cache.h', |
| (...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1448 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1449 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 1449 'webaudio/ConvolverNodeTest.cpp', | 1450 'webaudio/ConvolverNodeTest.cpp', |
| 1450 'webaudio/DynamicsCompressorNodeTest.cpp', | 1451 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 1451 'webaudio/ScriptProcessorNodeTest.cpp', | 1452 'webaudio/ScriptProcessorNodeTest.cpp', |
| 1452 'webaudio/StereoPannerNodeTest.cpp', | 1453 'webaudio/StereoPannerNodeTest.cpp', |
| 1453 'websockets/DOMWebSocketTest.cpp', | 1454 'websockets/DOMWebSocketTest.cpp', |
| 1454 'websockets/DocumentWebSocketChannelTest.cpp', | 1455 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1455 ], | 1456 ], |
| 1456 }, | 1457 }, |
| 1457 } | 1458 } |
| OLD | NEW |