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

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

Issue 2211693002: Update navigator.share API to match draft specs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webshare/NavigatorShare.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3246796562a93811f9b1b975bebe93c2db71aa14..820e17f2725ed73781718253ebd798f0549d85ca 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -413,6 +413,7 @@
'webgl/WebGLRenderingContextBase.idl',
'webmidi/NavigatorWebMIDI.idl',
'webshare/NavigatorShare.idl',
+ 'webshare/ShareData.idl',
'webusb/NavigatorUSB.idl',
],
# interfaces that inherit from Event
@@ -1942,6 +1943,8 @@
'webmidi/NavigatorWebMIDI.h',
'webshare/NavigatorShare.cpp',
'webshare/NavigatorShare.h',
+ 'webshare/ShareData.cpp',
+ 'webshare/ShareData.h',
'websockets/CloseEvent.cpp',
'websockets/CloseEvent.h',
'websockets/DOMWebSocket.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webshare/NavigatorShare.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698