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

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: Added OWNERS file for real Created 6 years, 1 month 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 | « Source/modules/EventTargetModulesFactory.in ('k') | Source/modules/presentation/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index ba1e44e7f59791fd173ee3719765ffa0c9bd8628..dafcc8d26a0a3b370e9f6554f3df0b06f2b30a5f 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -117,6 +117,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',
@@ -689,6 +690,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',
« no previous file with comments | « Source/modules/EventTargetModulesFactory.in ('k') | Source/modules/presentation/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698