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

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

Issue 1945823003: bluetooth: Remove BluetoothAdvertisementData (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Fix test Created 4 years, 7 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
11 # ways. 11 # ways.
12 'extra_blink_module_idl_files': [], 12 'extra_blink_module_idl_files': [],
13 'extra_blink_module_files': [], 13 'extra_blink_module_files': [],
14 # Files for which bindings (.cpp and .h files) will be generated 14 # Files for which bindings (.cpp and .h files) will be generated
15 'modules_idl_files': [ 15 'modules_idl_files': [
16 '<@(extra_blink_module_idl_files)', 16 '<@(extra_blink_module_idl_files)',
17 'app_banner/AppBannerPromptResult.idl', 17 'app_banner/AppBannerPromptResult.idl',
18 'app_banner/BeforeInstallPromptEvent.idl', 18 'app_banner/BeforeInstallPromptEvent.idl',
19 'background_sync/SyncEvent.idl', 19 'background_sync/SyncEvent.idl',
20 'background_sync/SyncManager.idl', 20 'background_sync/SyncManager.idl',
21 'battery/BatteryManager.idl', 21 'battery/BatteryManager.idl',
22 'bluetooth/Bluetooth.idl', 22 'bluetooth/Bluetooth.idl',
23 'bluetooth/BluetoothAdvertisingData.idl',
24 'bluetooth/BluetoothDevice.idl', 23 'bluetooth/BluetoothDevice.idl',
25 'bluetooth/BluetoothCharacteristicProperties.idl', 24 'bluetooth/BluetoothCharacteristicProperties.idl',
26 'bluetooth/BluetoothRemoteGATTCharacteristic.idl', 25 'bluetooth/BluetoothRemoteGATTCharacteristic.idl',
27 'bluetooth/BluetoothRemoteGATTServer.idl', 26 'bluetooth/BluetoothRemoteGATTServer.idl',
28 'bluetooth/BluetoothRemoteGATTService.idl', 27 'bluetooth/BluetoothRemoteGATTService.idl',
29 'bluetooth/BluetoothUUID.idl', 28 'bluetooth/BluetoothUUID.idl',
30 'cachestorage/Cache.idl', 29 'cachestorage/Cache.idl',
31 'cachestorage/CacheStorage.idl', 30 'cachestorage/CacheStorage.idl',
32 'canvas2d/CanvasGradient.idl', 31 'canvas2d/CanvasGradient.idl',
33 'canvas2d/CanvasPattern.idl', 32 'canvas2d/CanvasPattern.idl',
(...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 'battery/BatteryDispatcher.h', 831 'battery/BatteryDispatcher.h',
833 'battery/BatteryManager.cpp', 832 'battery/BatteryManager.cpp',
834 'battery/BatteryManager.h', 833 'battery/BatteryManager.h',
835 'battery/NavigatorBattery.cpp', 834 'battery/NavigatorBattery.cpp',
836 'battery/NavigatorBattery.h', 835 'battery/NavigatorBattery.h',
837 'battery/battery_status.h', 836 'battery/battery_status.h',
838 'beacon/NavigatorBeacon.cpp', 837 'beacon/NavigatorBeacon.cpp',
839 'beacon/NavigatorBeacon.h', 838 'beacon/NavigatorBeacon.h',
840 'bluetooth/Bluetooth.cpp', 839 'bluetooth/Bluetooth.cpp',
841 'bluetooth/Bluetooth.h', 840 'bluetooth/Bluetooth.h',
842 'bluetooth/BluetoothAdvertisingData.cpp',
843 'bluetooth/BluetoothAdvertisingData.h',
844 'bluetooth/BluetoothCharacteristicProperties.cpp', 841 'bluetooth/BluetoothCharacteristicProperties.cpp',
845 'bluetooth/BluetoothCharacteristicProperties.h', 842 'bluetooth/BluetoothCharacteristicProperties.h',
846 'bluetooth/BluetoothDevice.cpp', 843 'bluetooth/BluetoothDevice.cpp',
847 'bluetooth/BluetoothDevice.h', 844 'bluetooth/BluetoothDevice.h',
848 'bluetooth/BluetoothError.cpp', 845 'bluetooth/BluetoothError.cpp',
849 'bluetooth/BluetoothError.h', 846 'bluetooth/BluetoothError.h',
850 'bluetooth/BluetoothRemoteGATTCharacteristic.cpp', 847 'bluetooth/BluetoothRemoteGATTCharacteristic.cpp',
851 'bluetooth/BluetoothRemoteGATTCharacteristic.h', 848 'bluetooth/BluetoothRemoteGATTCharacteristic.h',
852 'bluetooth/BluetoothRemoteGATTServer.cpp', 849 'bluetooth/BluetoothRemoteGATTServer.cpp',
853 'bluetooth/BluetoothRemoteGATTServer.h', 850 'bluetooth/BluetoothRemoteGATTServer.h',
(...skipping 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2007 'webaudio/ConvolverNodeTest.cpp', 2004 'webaudio/ConvolverNodeTest.cpp',
2008 'webaudio/DynamicsCompressorNodeTest.cpp', 2005 'webaudio/DynamicsCompressorNodeTest.cpp',
2009 'webaudio/ScriptProcessorNodeTest.cpp', 2006 'webaudio/ScriptProcessorNodeTest.cpp',
2010 'webaudio/StereoPannerNodeTest.cpp', 2007 'webaudio/StereoPannerNodeTest.cpp',
2011 'webdatabase/QuotaTrackerTest.cpp', 2008 'webdatabase/QuotaTrackerTest.cpp',
2012 'websockets/DOMWebSocketTest.cpp', 2009 'websockets/DOMWebSocketTest.cpp',
2013 'websockets/DocumentWebSocketChannelTest.cpp', 2010 'websockets/DocumentWebSocketChannelTest.cpp',
2014 ], 2011 ],
2015 }, 2012 },
2016 } 2013 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698