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

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: Add argument names. Created 4 years, 5 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 94c2d460504ef666d88ac9a4f5273342ff602df0..04da11c7e3d69170ed79bb8ea6cf48c9d6bb4eba 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -410,6 +410,7 @@
'webgl/WebGL2RenderingContextBase.idl',
'webgl/WebGLRenderingContextBase.idl',
'webmidi/NavigatorWebMIDI.idl',
+ 'webshare/NavigatorShare.idl',
'webusb/NavigatorUSB.idl',
],
# interfaces that inherit from Event
@@ -1936,6 +1937,8 @@
'webmidi/MIDIPort.h',
'webmidi/NavigatorWebMIDI.cpp',
'webmidi/NavigatorWebMIDI.h',
+ 'webshare/NavigatorShare.cpp',
+ 'webshare/NavigatorShare.h',
'websockets/CloseEvent.cpp',
'websockets/CloseEvent.h',
'websockets/DOMWebSocket.cpp',
« no previous file with comments | « third_party/WebKit/LayoutTests/webshare/share-types.html ('k') | third_party/WebKit/Source/modules/webshare/NavigatorShare.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698