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

Unified Diff: Source/modules/modules.gypi

Issue 1182973002: Implement the Blink side of RequestDeviceOptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@pinned
Patch Set: Prepare readValue.html for a mock data change Created 5 years, 6 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 42f3d9ced6fffe7dbf77be0980df73f732c7afe7..f9ae3885880e4f67d5ebbf05148bf8794d2af0c8 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -349,6 +349,8 @@
'background_sync/PeriodicSyncRegistrationOptions.idl',
'background_sync/SyncEventInit.idl',
'background_sync/SyncRegistrationOptions.idl',
+ 'bluetooth/BluetoothScanFilter.idl',
+ 'bluetooth/RequestDeviceOptions.idl',
'cachestorage/CacheQueryOptions.idl',
'credentialmanager/CredentialData.idl',
'credentialmanager/FederatedCredentialData.idl',
@@ -417,6 +419,8 @@
'<(blink_modules_output_dir)/background_sync/SyncEventInit.h',
'<(blink_modules_output_dir)/background_sync/SyncRegistrationOptions.cpp',
'<(blink_modules_output_dir)/background_sync/SyncRegistrationOptions.h',
+ '<(blink_modules_output_dir)/bluetooth/BluetoothScanFilter.cpp',
+ '<(blink_modules_output_dir)/bluetooth/RequestDeviceOptions.cpp',
'<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.cpp',
'<(blink_modules_output_dir)/cachestorage/CacheQueryOptions.h',
'<(blink_modules_output_dir)/credentialmanager/CredentialData.cpp',

Powered by Google App Engine
This is Rietveld 408576698