Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(182)

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1538803002: Migrates battery_status from content/renderer/ to WebKit/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review comments. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 'background_sync/SyncError.cpp', 785 'background_sync/SyncError.cpp',
786 'background_sync/SyncError.h', 786 'background_sync/SyncError.h',
787 'background_sync/SyncEvent.cpp', 787 'background_sync/SyncEvent.cpp',
788 'background_sync/SyncEvent.h', 788 'background_sync/SyncEvent.h',
789 'background_sync/SyncManager.cpp', 789 'background_sync/SyncManager.cpp',
790 'background_sync/SyncManager.h', 790 'background_sync/SyncManager.h',
791 'battery/BatteryDispatcher.cpp', 791 'battery/BatteryDispatcher.cpp',
792 'battery/BatteryDispatcher.h', 792 'battery/BatteryDispatcher.h',
793 'battery/BatteryManager.cpp', 793 'battery/BatteryManager.cpp',
794 'battery/BatteryManager.h', 794 'battery/BatteryManager.h',
795 'battery/BatteryStatus.cpp',
796 'battery/BatteryStatus.h',
797 'battery/NavigatorBattery.cpp', 795 'battery/NavigatorBattery.cpp',
798 'battery/NavigatorBattery.h', 796 'battery/NavigatorBattery.h',
799 'beacon/NavigatorBeacon.cpp', 797 'beacon/NavigatorBeacon.cpp',
800 'beacon/NavigatorBeacon.h', 798 'beacon/NavigatorBeacon.h',
801 'bluetooth/Bluetooth.h', 799 'bluetooth/Bluetooth.h',
802 'bluetooth/Bluetooth.cpp', 800 'bluetooth/Bluetooth.cpp',
803 'bluetooth/BluetoothAdvertisingData.cpp', 801 'bluetooth/BluetoothAdvertisingData.cpp',
804 'bluetooth/BluetoothAdvertisingData.h', 802 'bluetooth/BluetoothAdvertisingData.h',
805 'bluetooth/BluetoothCharacteristicProperties.cpp', 803 'bluetooth/BluetoothCharacteristicProperties.cpp',
806 'bluetooth/BluetoothCharacteristicProperties.h', 804 'bluetooth/BluetoothCharacteristicProperties.h',
(...skipping 1124 matching lines...) Expand 10 before | Expand all | Expand 10 after
1931 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1929 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1932 'webaudio/ConvolverNodeTest.cpp', 1930 'webaudio/ConvolverNodeTest.cpp',
1933 'webaudio/DynamicsCompressorNodeTest.cpp', 1931 'webaudio/DynamicsCompressorNodeTest.cpp',
1934 'webaudio/ScriptProcessorNodeTest.cpp', 1932 'webaudio/ScriptProcessorNodeTest.cpp',
1935 'webaudio/StereoPannerNodeTest.cpp', 1933 'webaudio/StereoPannerNodeTest.cpp',
1936 'websockets/DOMWebSocketTest.cpp', 1934 'websockets/DOMWebSocketTest.cpp',
1937 'websockets/DocumentWebSocketChannelTest.cpp', 1935 'websockets/DocumentWebSocketChannelTest.cpp',
1938 ], 1936 ],
1939 }, 1937 },
1940 } 1938 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698