| Index: third_party/WebKit/Source/modules/modules.gypi
|
| diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
|
| index 4cfaa4b2fbc9465433b76d49fd3669dbe9777b1d..aa88521edf9ded1ac409ed1c1b01c3acf207077b 100644
|
| --- a/third_party/WebKit/Source/modules/modules.gypi
|
| +++ b/third_party/WebKit/Source/modules/modules.gypi
|
| @@ -18,6 +18,7 @@
|
| 'app_banner/BeforeInstallPromptEvent.idl',
|
| 'background_sync/SyncEvent.idl',
|
| 'background_sync/SyncManager.idl',
|
| + 'ballista/Actions.idl',
|
| 'battery/BatteryManager.idl',
|
| 'bluetooth/Bluetooth.idl',
|
| 'bluetooth/BluetoothAdvertisingData.idl',
|
| @@ -333,6 +334,7 @@
|
| 'audio_output_devices/HTMLMediaElementAudioOutputDevice.idl',
|
| 'background_sync/ServiceWorkerGlobalScopeSync.idl',
|
| 'background_sync/ServiceWorkerRegistrationSync.idl',
|
| + 'ballista/NavigatorActions.idl',
|
| 'battery/NavigatorBattery.idl',
|
| 'beacon/NavigatorBeacon.idl',
|
| 'bluetooth/NavigatorBluetooth.idl',
|
| @@ -819,6 +821,10 @@
|
| 'background_sync/SyncEvent.h',
|
| 'background_sync/SyncManager.cpp',
|
| 'background_sync/SyncManager.h',
|
| + 'ballista/Actions.cpp',
|
| + 'ballista/Actions.h',
|
| + 'ballista/NavigatorActions.cpp',
|
| + 'ballista/NavigatorActions.h',
|
| 'battery/BatteryDispatcher.cpp',
|
| 'battery/BatteryDispatcher.h',
|
| 'battery/BatteryManager.cpp',
|
|
|