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

Unified Diff: content/content_renderer.gypi

Issue 935083002: [PresentationAPI] Implementing start/joinSession from WebPresentationClient to PresentationService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the last round of comments 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 | « content/content_common_mojo_bindings.gyp ('k') | content/renderer/presentation/presentation_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 9b1875b45f9c38507a0885d421c6e6c9c94ef596..7c9acb0f6b3789ea17d3b7f172c1311fb2c58c05 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -313,6 +313,10 @@
'renderer/notification_permission_dispatcher.h',
'renderer/presentation/presentation_dispatcher.cc',
'renderer/presentation/presentation_dispatcher.h',
+ 'renderer/presentation/presentation_session_client.cc',
+ 'renderer/presentation/presentation_session_client.h',
+ 'renderer/presentation/presentation_session_dispatcher.cc',
+ 'renderer/presentation/presentation_session_dispatcher.h',
'renderer/push_messaging/push_messaging_dispatcher.cc',
'renderer/push_messaging/push_messaging_dispatcher.h',
'renderer/render_font_warmup_win.cc',
« no previous file with comments | « content/content_common_mojo_bindings.gyp ('k') | content/renderer/presentation/presentation_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698