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

Unified Diff: third_party/WebKit/Source/modules/modules_idl_files.gni

Issue 2716263002: DO NOT SUBMIT. Renderer side of Bluetooth Test API in blink C++ (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/ScanResult.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/modules_idl_files.gni
diff --git a/third_party/WebKit/Source/modules/modules_idl_files.gni b/third_party/WebKit/Source/modules/modules_idl_files.gni
index 07b37fd1098091bf91f45d2cb355b06cc94fbf41..a1c95659ae1942befa7bddd85700d99b6ad57f15 100644
--- a/third_party/WebKit/Source/modules/modules_idl_files.gni
+++ b/third_party/WebKit/Source/modules/modules_idl_files.gni
@@ -52,6 +52,14 @@ modules_idl_files =
"bluetooth/BluetoothRemoteGATTServer.idl",
"bluetooth/BluetoothRemoteGATTService.idl",
"bluetooth/BluetoothUUID.idl",
+ "bluetooth/FakeBluetooth.idl",
+ "bluetooth/FakeBluetoothChooser.idl",
+ "bluetooth/FakeBluetoothChooserEvent.idl",
+ "bluetooth/FakeLECentralManager.idl",
+ "bluetooth/FakeLEPeripheral.idl",
+ "bluetooth/FakeRemoteGATTService.idl",
+ "bluetooth/FakeRemoteGATTCharacteristic.idl",
+ "bluetooth/FakeRemoteGATTDescriptor.idl",
"broadcastchannel/BroadcastChannel.idl",
"budget/BudgetService.idl",
"budget/BudgetState.idl",
@@ -394,6 +402,14 @@ modules_dictionary_idl_files =
"background_sync/SyncEventInit.idl",
"bluetooth/BluetoothScanFilterInit.idl",
"bluetooth/RequestDeviceOptions.idl",
+ "bluetooth/FakeCentralOptions.idl",
+ "bluetooth/ScanResult.idl",
+ "bluetooth/ScanRecord.idl",
+ "bluetooth/FakeLEPeripheralOptions.idl",
+ "bluetooth/FakeRemoteGATTServiceOptions.idl",
+ "bluetooth/FakeRemoteGATTCharacteristicOptions.idl",
+ "bluetooth/FakeRemoteGATTDescriptorOptions.idl",
+ "bluetooth/FakeNotificationOptions.idl",
"cachestorage/CacheQueryOptions.idl",
"canvas2d/Canvas2DContextAttributes.idl",
"canvas2d/HitRegionOptions.idl",
@@ -556,6 +572,7 @@ modules_dependency_idl_files =
"battery/NavigatorBattery.idl",
"beacon/NavigatorBeacon.idl",
"bluetooth/NavigatorBluetooth.idl",
+ "bluetooth/BluetoothFakeBluetooth.idl",
"budget/NavigatorBudget.idl",
"budget/WorkerNavigatorBudget.idl",
"cachestorage/WindowCacheStorage.idl",
@@ -685,6 +702,22 @@ generated_modules_dictionary_files = [
"$blink_modules_output_dir/bluetooth/BluetoothScanFilterInit.h",
"$blink_modules_output_dir/bluetooth/RequestDeviceOptions.cpp",
"$blink_modules_output_dir/bluetooth/RequestDeviceOptions.h",
+ "$blink_modules_output_dir/bluetooth/FakeCentralOptions.cpp",
+ "$blink_modules_output_dir/bluetooth/FakeCentralOptions.h",
+ "$blink_modules_output_dir/bluetooth/ScanResult.cpp",
+ "$blink_modules_output_dir/bluetooth/ScanResult.h",
+ "$blink_modules_output_dir/bluetooth/ScanRecord.cpp",
+ "$blink_modules_output_dir/bluetooth/ScanRecord.h",
+ "$blink_modules_output_dir/bluetooth/FakeLEPeripheralOptions.cpp",
+ "$blink_modules_output_dir/bluetooth/FakeLEPeripheralOptions.h",
+ "$blink_modules_output_dir/bluetooth/FakeRemoteGATTServiceOptions.cpp",
+ "$blink_modules_output_dir/bluetooth/FakeRemoteGATTServiceOptions.h",
+ "$blink_modules_output_dir/bluetooth/FakeRemoteGATTCharacteristicOptions.cpp",
+ "$blink_modules_output_dir/bluetooth/FakeRemoteGATTCharacteristicOptions.h",
+ "$blink_modules_output_dir/bluetooth/FakeRemoteGATTDescriptorOptions.cpp",
+ "$blink_modules_output_dir/bluetooth/FakeRemoteGATTDescriptorOptions.h",
+ "$blink_modules_output_dir/bluetooth/FakeNotificationOptions.cpp",
+ "$blink_modules_output_dir/bluetooth/FakeNotificationOptions.h",
"$blink_modules_output_dir/cachestorage/CacheQueryOptions.cpp",
"$blink_modules_output_dir/cachestorage/CacheQueryOptions.h",
"$blink_modules_output_dir/canvas2d/Canvas2DContextAttributes.cpp",
« no previous file with comments | « third_party/WebKit/Source/modules/bluetooth/ScanResult.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698