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

Unified Diff: Source/modules/modules.gypi

Issue 940503002: [PresentationAPI] Added plumbing for start/joinSession from JS to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Full change Created 5 years, 10 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 | Source/modules/presentation/Presentation.h » ('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 7f410c637517f7beb1830216c3dfcada5d761788..de31c78a364c801729c8705f41f843bdc9287838 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -880,8 +880,12 @@
'presentation/Presentation.h',
'presentation/PresentationController.cpp',
'presentation/PresentationController.h',
+ 'presentation/PresentationError.cpp',
+ 'presentation/PresentationError.h',
'presentation/PresentationSession.cpp',
'presentation/PresentationSession.h',
+ 'presentation/PresentationSessionClientCallbacks.cpp',
+ 'presentation/PresentationSessionClientCallbacks.h',
'push_messaging/PushController.cpp',
'push_messaging/PushController.h',
'push_messaging/PushError.cpp',
« no previous file with comments | « no previous file | Source/modules/presentation/Presentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698