| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index f36700a7566b21fdefff09729ac9f6199288ad87..e08b7e580acd281664ef409802c8975e8ecc34e1 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -189,6 +189,7 @@
|
| # 'partial interface' or target (right side of) 'implements'
|
| 'modules_dependency_idl_files': [
|
| 'battery/NavigatorBattery.idl',
|
| + 'beacon/NavigatorBeacon.idl',
|
| 'crypto/WindowCrypto.idl',
|
| 'crypto/WorkerGlobalScopeCrypto.idl',
|
| 'device_light/WindowDeviceLight.idl',
|
| @@ -265,6 +266,8 @@
|
| 'battery/BatteryStatus.h',
|
| 'battery/NavigatorBattery.cpp',
|
| 'battery/NavigatorBattery.h',
|
| + 'beacon/NavigatorBeacon.cpp',
|
| + 'beacon/NavigatorBeacon.h',
|
| 'crypto/AesKeyAlgorithm.cpp',
|
| 'crypto/AesKeyAlgorithm.h',
|
| 'crypto/Crypto.cpp',
|
|
|