| 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 816 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 827 'background_sync/SyncEvent.cpp', | 827 'background_sync/SyncEvent.cpp', |
| 828 'background_sync/SyncEvent.h', | 828 'background_sync/SyncEvent.h', |
| 829 'background_sync/SyncManager.cpp', | 829 'background_sync/SyncManager.cpp', |
| 830 'background_sync/SyncManager.h', | 830 'background_sync/SyncManager.h', |
| 831 'battery/BatteryDispatcher.cpp', | 831 'battery/BatteryDispatcher.cpp', |
| 832 'battery/BatteryDispatcher.h', | 832 'battery/BatteryDispatcher.h', |
| 833 'battery/BatteryManager.cpp', | 833 'battery/BatteryManager.cpp', |
| 834 'battery/BatteryManager.h', | 834 'battery/BatteryManager.h', |
| 835 'battery/NavigatorBattery.cpp', | 835 'battery/NavigatorBattery.cpp', |
| 836 'battery/NavigatorBattery.h', | 836 'battery/NavigatorBattery.h', |
| 837 'battery/battery_status.h', |
| 837 'beacon/NavigatorBeacon.cpp', | 838 'beacon/NavigatorBeacon.cpp', |
| 838 'beacon/NavigatorBeacon.h', | 839 'beacon/NavigatorBeacon.h', |
| 840 'bluetooth/Bluetooth.cpp', |
| 839 'bluetooth/Bluetooth.h', | 841 'bluetooth/Bluetooth.h', |
| 840 'bluetooth/Bluetooth.cpp', | |
| 841 'bluetooth/BluetoothAdvertisingData.cpp', | 842 'bluetooth/BluetoothAdvertisingData.cpp', |
| 842 'bluetooth/BluetoothAdvertisingData.h', | 843 'bluetooth/BluetoothAdvertisingData.h', |
| 843 'bluetooth/BluetoothCharacteristicProperties.cpp', | 844 'bluetooth/BluetoothCharacteristicProperties.cpp', |
| 844 'bluetooth/BluetoothCharacteristicProperties.h', | 845 'bluetooth/BluetoothCharacteristicProperties.h', |
| 845 'bluetooth/BluetoothDevice.cpp', | 846 'bluetooth/BluetoothDevice.cpp', |
| 846 'bluetooth/BluetoothDevice.h', | 847 'bluetooth/BluetoothDevice.h', |
| 847 'bluetooth/BluetoothError.cpp', | 848 'bluetooth/BluetoothError.cpp', |
| 848 'bluetooth/BluetoothError.h', | 849 'bluetooth/BluetoothError.h', |
| 849 'bluetooth/BluetoothRemoteGATTCharacteristic.cpp', | 850 'bluetooth/BluetoothRemoteGATTCharacteristic.cpp', |
| 850 'bluetooth/BluetoothRemoteGATTCharacteristic.h', | 851 'bluetooth/BluetoothRemoteGATTCharacteristic.h', |
| (...skipping 1152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2003 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 2004 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 2004 'webaudio/ConvolverNodeTest.cpp', | 2005 'webaudio/ConvolverNodeTest.cpp', |
| 2005 'webaudio/DynamicsCompressorNodeTest.cpp', | 2006 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 2006 'webaudio/ScriptProcessorNodeTest.cpp', | 2007 'webaudio/ScriptProcessorNodeTest.cpp', |
| 2007 'webaudio/StereoPannerNodeTest.cpp', | 2008 'webaudio/StereoPannerNodeTest.cpp', |
| 2008 'websockets/DOMWebSocketTest.cpp', | 2009 'websockets/DOMWebSocketTest.cpp', |
| 2009 'websockets/DocumentWebSocketChannelTest.cpp', | 2010 'websockets/DocumentWebSocketChannelTest.cpp', |
| 2010 ], | 2011 ], |
| 2011 }, | 2012 }, |
| 2012 } | 2013 } |
| OLD | NEW |