| 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 592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 603 'battery/BatteryDispatcher.h', | 603 'battery/BatteryDispatcher.h', |
| 604 'battery/BatteryManager.cpp', | 604 'battery/BatteryManager.cpp', |
| 605 'battery/BatteryManager.h', | 605 'battery/BatteryManager.h', |
| 606 'battery/BatteryStatus.cpp', | 606 'battery/BatteryStatus.cpp', |
| 607 'battery/BatteryStatus.h', | 607 'battery/BatteryStatus.h', |
| 608 'battery/NavigatorBattery.cpp', | 608 'battery/NavigatorBattery.cpp', |
| 609 'battery/NavigatorBattery.h', | 609 'battery/NavigatorBattery.h', |
| 610 'beacon/NavigatorBeacon.cpp', | 610 'beacon/NavigatorBeacon.cpp', |
| 611 'beacon/NavigatorBeacon.h', | 611 'beacon/NavigatorBeacon.h', |
| 612 'bluetooth/Bluetooth.h', | 612 'bluetooth/Bluetooth.h', |
| 613 'bluetooth/ConvertWebVectorToArrayBuffer.cpp', |
| 614 'bluetooth/ConvertWebVectorToArrayBuffer.h', |
| 613 'bluetooth/Bluetooth.cpp', | 615 'bluetooth/Bluetooth.cpp', |
| 614 'bluetooth/BluetoothDevice.cpp', | 616 'bluetooth/BluetoothDevice.cpp', |
| 615 'bluetooth/BluetoothDevice.h', | 617 'bluetooth/BluetoothDevice.h', |
| 616 'bluetooth/BluetoothError.cpp', | 618 'bluetooth/BluetoothError.cpp', |
| 617 'bluetooth/BluetoothError.h', | 619 'bluetooth/BluetoothError.h', |
| 618 'bluetooth/BluetoothGATTCharacteristic.cpp', | 620 'bluetooth/BluetoothGATTCharacteristic.cpp', |
| 619 'bluetooth/BluetoothGATTCharacteristic.h', | 621 'bluetooth/BluetoothGATTCharacteristic.h', |
| 620 'bluetooth/BluetoothGATTService.h', | 622 'bluetooth/BluetoothGATTService.h', |
| 621 'bluetooth/BluetoothGATTService.cpp', | 623 'bluetooth/BluetoothGATTService.cpp', |
| 622 'bluetooth/BluetoothGATTRemoteServer.h', | 624 'bluetooth/BluetoothGATTRemoteServer.h', |
| (...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1457 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1459 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 1458 'webaudio/ConvolverNodeTest.cpp', | 1460 'webaudio/ConvolverNodeTest.cpp', |
| 1459 'webaudio/DynamicsCompressorNodeTest.cpp', | 1461 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 1460 'webaudio/ScriptProcessorNodeTest.cpp', | 1462 'webaudio/ScriptProcessorNodeTest.cpp', |
| 1461 'webaudio/StereoPannerNodeTest.cpp', | 1463 'webaudio/StereoPannerNodeTest.cpp', |
| 1462 'websockets/DOMWebSocketTest.cpp', | 1464 'websockets/DOMWebSocketTest.cpp', |
| 1463 'websockets/DocumentWebSocketChannelTest.cpp', | 1465 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1464 ], | 1466 ], |
| 1465 }, | 1467 }, |
| 1466 } | 1468 } |
| OLD | NEW |