| 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 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 781 'battery/BatteryDispatcher.h', | 781 'battery/BatteryDispatcher.h', |
| 782 'battery/BatteryManager.cpp', | 782 'battery/BatteryManager.cpp', |
| 783 'battery/BatteryManager.h', | 783 'battery/BatteryManager.h', |
| 784 'battery/BatteryStatus.cpp', | 784 'battery/BatteryStatus.cpp', |
| 785 'battery/BatteryStatus.h', | 785 'battery/BatteryStatus.h', |
| 786 'battery/NavigatorBattery.cpp', | 786 'battery/NavigatorBattery.cpp', |
| 787 'battery/NavigatorBattery.h', | 787 'battery/NavigatorBattery.h', |
| 788 'beacon/NavigatorBeacon.cpp', | 788 'beacon/NavigatorBeacon.cpp', |
| 789 'beacon/NavigatorBeacon.h', | 789 'beacon/NavigatorBeacon.h', |
| 790 'bluetooth/Bluetooth.h', | 790 'bluetooth/Bluetooth.h', |
| 791 'bluetooth/ConvertWebVectorToArrayBuffer.cpp', | |
| 792 'bluetooth/ConvertWebVectorToArrayBuffer.h', | |
| 793 'bluetooth/Bluetooth.cpp', | 791 'bluetooth/Bluetooth.cpp', |
| 794 'bluetooth/BluetoothAdvertisingData.cpp', | 792 'bluetooth/BluetoothAdvertisingData.cpp', |
| 795 'bluetooth/BluetoothAdvertisingData.h', | 793 'bluetooth/BluetoothAdvertisingData.h', |
| 796 'bluetooth/BluetoothCharacteristicProperties.cpp', | 794 'bluetooth/BluetoothCharacteristicProperties.cpp', |
| 797 'bluetooth/BluetoothCharacteristicProperties.h', | 795 'bluetooth/BluetoothCharacteristicProperties.h', |
| 798 'bluetooth/BluetoothDevice.cpp', | 796 'bluetooth/BluetoothDevice.cpp', |
| 799 'bluetooth/BluetoothDevice.h', | 797 'bluetooth/BluetoothDevice.h', |
| 800 'bluetooth/BluetoothError.cpp', | 798 'bluetooth/BluetoothError.cpp', |
| 801 'bluetooth/BluetoothError.h', | 799 'bluetooth/BluetoothError.h', |
| 802 'bluetooth/BluetoothGATTCharacteristic.cpp', | 800 'bluetooth/BluetoothGATTCharacteristic.cpp', |
| (...skipping 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1895 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1893 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 1896 'webaudio/ConvolverNodeTest.cpp', | 1894 'webaudio/ConvolverNodeTest.cpp', |
| 1897 'webaudio/DynamicsCompressorNodeTest.cpp', | 1895 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 1898 'webaudio/ScriptProcessorNodeTest.cpp', | 1896 'webaudio/ScriptProcessorNodeTest.cpp', |
| 1899 'webaudio/StereoPannerNodeTest.cpp', | 1897 'webaudio/StereoPannerNodeTest.cpp', |
| 1900 'websockets/DOMWebSocketTest.cpp', | 1898 'websockets/DOMWebSocketTest.cpp', |
| 1901 'websockets/DocumentWebSocketChannelTest.cpp', | 1899 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1902 ], | 1900 ], |
| 1903 }, | 1901 }, |
| 1904 } | 1902 } |
| OLD | NEW |