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 ffcee4a90d85f8eff8106544c7c1779cf056c0fa..abbb24e4bf69ba7aee5826cdd2ac2f143e759537 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', |
@@ -332,6 +333,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', |
@@ -815,6 +817,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', |