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

Unified Diff: Source/modules/modules.gypi

Issue 685263003: The rest of the Presentation API IDL as stubs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Specified types for the promises Created 6 years, 2 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: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index f85762fcba1634dae9c4a518634395dca52a28ae..3dcf39f30f9fe12e876cefa5f2d3887d6f646334 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -116,6 +116,7 @@
'notifications/NotificationPermissionCallback.idl',
'performance/WorkerPerformance.idl',
'presentation/Presentation.idl',
+ 'presentation/PresentationSession.idl',
'push_messaging/PushEvent.idl',
'push_messaging/PushManager.idl',
'push_messaging/PushRegistration.idl',
@@ -680,6 +681,8 @@
'presentation/NavigatorPresentation.h',
'presentation/Presentation.cpp',
'presentation/Presentation.h',
+ 'presentation/PresentationSession.cpp',
+ 'presentation/PresentationSession.h',
'push_messaging/NavigatorPushManager.cpp',
'push_messaging/NavigatorPushManager.h',
'push_messaging/PushController.cpp',

Powered by Google App Engine
This is Rietveld 408576698