| 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',
|
|
|