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

Unified Diff: content/content_browser.gypi

Issue 979413002: [Presentation API] Additional plumbing for PresentationServiceImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@REAL-NEW-MASTER
Patch Set: rm presentation_session.mojom Created 5 years, 9 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/common/presentation/presentation_session.mojom ('k') | content/content_common_mojo_bindings.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index f4dbc0c26fc278224a4a434e717a1510de5a935d..b2dae4b882cb6cec0c178832078544dc67bc460d 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -186,6 +186,8 @@
'public/browser/power_save_blocker.h',
'public/browser/presentation_screen_availability_listener.h',
'public/browser/presentation_service_delegate.h',
+ 'public/browser/presentation_session.cc',
+ 'public/browser/presentation_session.h',
'public/browser/profiler_controller.h',
'public/browser/profiler_subscriber.h',
'public/browser/push_messaging_service.cc',
@@ -1028,6 +1030,8 @@
'browser/power_usage_monitor_impl.h',
'browser/presentation/presentation_service_impl.cc',
'browser/presentation/presentation_service_impl.h',
+ 'browser/presentation/presentation_type_converters.cc',
+ 'browser/presentation/presentation_type_converters.h',
'browser/profiler_controller_impl.cc',
'browser/profiler_controller_impl.h',
'browser/profiler_message_filter.cc',
« no previous file with comments | « content/common/presentation/presentation_session.mojom ('k') | content/content_common_mojo_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698