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 764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
775 'background_sync/SyncEvent.cpp', | 775 'background_sync/SyncEvent.cpp', |
776 'background_sync/SyncEvent.h', | 776 'background_sync/SyncEvent.h', |
777 'background_sync/SyncManager.cpp', | 777 'background_sync/SyncManager.cpp', |
778 'background_sync/SyncManager.h', | 778 'background_sync/SyncManager.h', |
779 'background_sync/SyncRegistration.cpp', | 779 'background_sync/SyncRegistration.cpp', |
780 'background_sync/SyncRegistration.h', | 780 'background_sync/SyncRegistration.h', |
781 'battery/BatteryDispatcher.cpp', | 781 'battery/BatteryDispatcher.cpp', |
782 'battery/BatteryDispatcher.h', | 782 'battery/BatteryDispatcher.h', |
783 'battery/BatteryManager.cpp', | 783 'battery/BatteryManager.cpp', |
784 'battery/BatteryManager.h', | 784 'battery/BatteryManager.h', |
785 'battery/BatteryStatus.cpp', | |
786 'battery/BatteryStatus.h', | |
787 'battery/NavigatorBattery.cpp', | 785 'battery/NavigatorBattery.cpp', |
788 'battery/NavigatorBattery.h', | 786 'battery/NavigatorBattery.h', |
789 'beacon/NavigatorBeacon.cpp', | 787 'beacon/NavigatorBeacon.cpp', |
790 'beacon/NavigatorBeacon.h', | 788 'beacon/NavigatorBeacon.h', |
791 'bluetooth/Bluetooth.h', | 789 'bluetooth/Bluetooth.h', |
792 'bluetooth/Bluetooth.cpp', | 790 'bluetooth/Bluetooth.cpp', |
793 'bluetooth/BluetoothAdvertisingData.cpp', | 791 'bluetooth/BluetoothAdvertisingData.cpp', |
794 'bluetooth/BluetoothAdvertisingData.h', | 792 'bluetooth/BluetoothAdvertisingData.h', |
795 'bluetooth/BluetoothCharacteristicProperties.cpp', | 793 'bluetooth/BluetoothCharacteristicProperties.cpp', |
796 'bluetooth/BluetoothCharacteristicProperties.h', | 794 'bluetooth/BluetoothCharacteristicProperties.h', |
(...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1910 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1908 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
1911 'webaudio/ConvolverNodeTest.cpp', | 1909 'webaudio/ConvolverNodeTest.cpp', |
1912 'webaudio/DynamicsCompressorNodeTest.cpp', | 1910 'webaudio/DynamicsCompressorNodeTest.cpp', |
1913 'webaudio/ScriptProcessorNodeTest.cpp', | 1911 'webaudio/ScriptProcessorNodeTest.cpp', |
1914 'webaudio/StereoPannerNodeTest.cpp', | 1912 'webaudio/StereoPannerNodeTest.cpp', |
1915 'websockets/DOMWebSocketTest.cpp', | 1913 'websockets/DOMWebSocketTest.cpp', |
1916 'websockets/DocumentWebSocketChannelTest.cpp', | 1914 'websockets/DocumentWebSocketChannelTest.cpp', |
1917 ], | 1915 ], |
1918 }, | 1916 }, |
1919 } | 1917 } |
OLD | NEW |