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

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: Rebase. Created 4 years, 6 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 2b21e08dcc1bf2df8e59e8035837f632cb704471..2831a455d8c79cfe2654da00f987cf7eaee211b0 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -406,6 +406,7 @@
'webgl/WebGL2RenderingContextBase.idl',
'webgl/WebGLRenderingContextBase.idl',
'webmidi/NavigatorWebMIDI.idl',
+ 'webshare/NavigatorShare.idl',
'webusb/NavigatorUSB.idl',
],
# interfaces that inherit from Event
@@ -1916,6 +1917,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',

Powered by Google App Engine
This is Rietveld 408576698