Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1806253002: Added Web Share (navigator.share) experimental web API (stub). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split test into four separate files. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698