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

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: Synced. Created 4 years, 9 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 1051 matching lines...) Expand 10 before | Expand all | Expand 10 after
1858 'worklet/DOMWindowWorklet.cpp', 1856 'worklet/DOMWindowWorklet.cpp',
1859 'worklet/DOMWindowWorklet.h', 1857 'worklet/DOMWindowWorklet.h',
1860 'worklet/Worklet.cpp', 1858 'worklet/Worklet.cpp',
1861 'worklet/Worklet.h', 1859 'worklet/Worklet.h',
1862 'worklet/WorkletGlobalScope.cpp', 1860 'worklet/WorkletGlobalScope.cpp',
1863 'worklet/WorkletGlobalScope.h', 1861 'worklet/WorkletGlobalScope.h',
1864 ], 1862 ],
1865 # 'partial interface' or target (right side of) 'implements' 1863 # 'partial interface' or target (right side of) 'implements'
1866 'modules_testing_dependency_idl_files' : [ 1864 'modules_testing_dependency_idl_files' : [
1867 'accessibility/testing/InternalsAccessibility.idl', 1865 'accessibility/testing/InternalsAccessibility.idl',
1866 'battery/testing/InternalsBattery.idl',
1868 'geolocation/testing/InternalsGeolocation.idl', 1867 'geolocation/testing/InternalsGeolocation.idl',
1869 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl', 1868 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl',
1870 'serviceworkers/testing/InternalsServiceWorker.idl', 1869 'serviceworkers/testing/InternalsServiceWorker.idl',
1871 'speech/testing/InternalsSpeechSynthesis.idl', 1870 'speech/testing/InternalsSpeechSynthesis.idl',
1872 'vibration/testing/InternalsVibration.idl', 1871 'vibration/testing/InternalsVibration.idl',
1873 'webaudio/testing/InternalsWebAudio.idl', 1872 'webaudio/testing/InternalsWebAudio.idl',
1874 ], 1873 ],
1875 'modules_testing_files': [ 1874 'modules_testing_files': [
1876 'accessibility/testing/InternalsAccessibility.cpp', 1875 'accessibility/testing/InternalsAccessibility.cpp',
1877 'accessibility/testing/InternalsAccessibility.h', 1876 'accessibility/testing/InternalsAccessibility.h',
1877 'battery/testing/InternalsBattery.cpp',
1878 'battery/testing/InternalsBattery.h',
1878 'geolocation/testing/GeolocationClientMock.cpp', 1879 'geolocation/testing/GeolocationClientMock.cpp',
1879 'geolocation/testing/GeolocationClientMock.h', 1880 'geolocation/testing/GeolocationClientMock.h',
1880 'geolocation/testing/InternalsGeolocation.cpp', 1881 'geolocation/testing/InternalsGeolocation.cpp',
1881 'geolocation/testing/InternalsGeolocation.h', 1882 'geolocation/testing/InternalsGeolocation.h',
1882 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp', 1883 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp',
1883 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h', 1884 'navigatorcontentutils/testing/InternalsNavigatorContentUtils.h',
1884 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp', 1885 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.cpp',
1885 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h', 1886 'navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h',
1886 'serviceworkers/testing/InternalsServiceWorker.cpp', 1887 'serviceworkers/testing/InternalsServiceWorker.cpp',
1887 'serviceworkers/testing/InternalsServiceWorker.h', 1888 'serviceworkers/testing/InternalsServiceWorker.h',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1929 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1930 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1930 'webaudio/ConvolverNodeTest.cpp', 1931 'webaudio/ConvolverNodeTest.cpp',
1931 'webaudio/DynamicsCompressorNodeTest.cpp', 1932 'webaudio/DynamicsCompressorNodeTest.cpp',
1932 'webaudio/ScriptProcessorNodeTest.cpp', 1933 'webaudio/ScriptProcessorNodeTest.cpp',
1933 'webaudio/StereoPannerNodeTest.cpp', 1934 'webaudio/StereoPannerNodeTest.cpp',
1934 'websockets/DOMWebSocketTest.cpp', 1935 'websockets/DOMWebSocketTest.cpp',
1935 'websockets/DocumentWebSocketChannelTest.cpp', 1936 'websockets/DocumentWebSocketChannelTest.cpp',
1936 ], 1937 ],
1937 }, 1938 },
1938 } 1939 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/battery/testing/InternalsBattery.idl ('k') | third_party/WebKit/Source/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698