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 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
779 'background_sync/SyncError.cpp', | 779 'background_sync/SyncError.cpp', |
780 'background_sync/SyncError.h', | 780 'background_sync/SyncError.h', |
781 'background_sync/SyncEvent.cpp', | 781 'background_sync/SyncEvent.cpp', |
782 'background_sync/SyncEvent.h', | 782 'background_sync/SyncEvent.h', |
783 'background_sync/SyncManager.cpp', | 783 'background_sync/SyncManager.cpp', |
784 'background_sync/SyncManager.h', | 784 'background_sync/SyncManager.h', |
785 'battery/BatteryDispatcher.cpp', | 785 'battery/BatteryDispatcher.cpp', |
786 'battery/BatteryDispatcher.h', | 786 'battery/BatteryDispatcher.h', |
787 'battery/BatteryManager.cpp', | 787 'battery/BatteryManager.cpp', |
788 'battery/BatteryManager.h', | 788 'battery/BatteryManager.h', |
789 'battery/BatteryStatus.cpp', | |
790 'battery/BatteryStatus.h', | |
791 'battery/NavigatorBattery.cpp', | 789 'battery/NavigatorBattery.cpp', |
792 'battery/NavigatorBattery.h', | 790 'battery/NavigatorBattery.h', |
793 'beacon/NavigatorBeacon.cpp', | 791 'beacon/NavigatorBeacon.cpp', |
794 'beacon/NavigatorBeacon.h', | 792 'beacon/NavigatorBeacon.h', |
795 'bluetooth/Bluetooth.h', | 793 'bluetooth/Bluetooth.h', |
796 'bluetooth/Bluetooth.cpp', | 794 'bluetooth/Bluetooth.cpp', |
797 'bluetooth/BluetoothAdvertisingData.cpp', | 795 'bluetooth/BluetoothAdvertisingData.cpp', |
798 'bluetooth/BluetoothAdvertisingData.h', | 796 'bluetooth/BluetoothAdvertisingData.h', |
799 'bluetooth/BluetoothCharacteristicProperties.cpp', | 797 'bluetooth/BluetoothCharacteristicProperties.cpp', |
800 'bluetooth/BluetoothCharacteristicProperties.h', | 798 'bluetooth/BluetoothCharacteristicProperties.h', |
(...skipping 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1921 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 1919 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
1922 'webaudio/ConvolverNodeTest.cpp', | 1920 'webaudio/ConvolverNodeTest.cpp', |
1923 'webaudio/DynamicsCompressorNodeTest.cpp', | 1921 'webaudio/DynamicsCompressorNodeTest.cpp', |
1924 'webaudio/ScriptProcessorNodeTest.cpp', | 1922 'webaudio/ScriptProcessorNodeTest.cpp', |
1925 'webaudio/StereoPannerNodeTest.cpp', | 1923 'webaudio/StereoPannerNodeTest.cpp', |
1926 'websockets/DOMWebSocketTest.cpp', | 1924 'websockets/DOMWebSocketTest.cpp', |
1927 'websockets/DocumentWebSocketChannelTest.cpp', | 1925 'websockets/DocumentWebSocketChannelTest.cpp', |
1928 ], | 1926 ], |
1929 }, | 1927 }, |
1930 } | 1928 } |
OLD | NEW |