| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index ace71e10f4434a64de668cacb0894619af768d7b..c2d2a10995603f2d71b5bab7d0a3817da709f450 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_orientation/WindowDeviceMotion.idl',
|
| @@ -259,6 +260,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',
|
|
|