| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index be6a04be2428864df2d825de9f1185c2145757ec..4cf87b0cae2d74e0a710861422354d53999453a3 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -188,6 +188,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_orientation/WindowDeviceMotion.idl',
|
| @@ -262,6 +263,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',
|
|
|