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

Unified Diff: Source/modules/modules.gypi

Issue 782463002: Expose navigator.connect client side API in blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 711235247052e8410060f8cc8e086cf9401f0e04..23ec178cb5f8b98a66d525a520946c03fb14ffff 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -244,6 +244,7 @@
'mediastream/NavigatorMediaStream.idl',
'mediastream/URLMediaStream.idl',
'mediastream/WindowMediaStream.idl',
+ 'navigatorconnect/NavigatorConnect.idl',
'navigatorcontentutils/NavigatorContentUtils.idl',
'netinfo/NavigatorNetworkInformation.idl',
'netinfo/WorkerNavigatorNetworkInformation.idl',
@@ -756,6 +757,8 @@
'mediastream/UserMediaController.h',
'mediastream/UserMediaRequest.cpp',
'mediastream/UserMediaRequest.h',
+ 'navigatorconnect/NavigatorConnect.cpp',
+ 'navigatorconnect/NavigatorConnect.h',
'navigatorcontentutils/NavigatorContentUtils.cpp',
'navigatorcontentutils/NavigatorContentUtils.h',
'navigatorcontentutils/NavigatorContentUtilsClient.h',

Powered by Google App Engine
This is Rietveld 408576698