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

Unified Diff: content/content_browser.gypi

Issue 1118103002: Implements ListenForSessionMessages in PresentationServiceImpl; uses Swap to avoid copying large da… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index b4ef74a059c36e359c0acd57effc1075be4c7779..c4480f825f2b310c67614abac1939e91641c48c0 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -191,6 +191,8 @@
'public/browser/presentation_service_delegate.h',
'public/browser/presentation_session.cc',
'public/browser/presentation_session.h',
+ 'public/browser/presentation_session_message.cc',
+ 'public/browser/presentation_session_message.h',
'public/browser/profiler_controller.h',
'public/browser/profiler_subscriber.h',
'public/browser/push_messaging_service.cc',
@@ -434,7 +436,7 @@
'browser/background_sync/background_sync_manager.cc',
'browser/background_sync/background_sync_manager.h',
'browser/background_sync/background_sync_network_observer.cc',
- 'browser/background_sync/background_sync_network_observer.h',
+ 'browser/background_sync/background_sync_network_observer.h',
'browser/bad_message.cc',
'browser/bad_message.h',
'browser/bluetooth/bluetooth_dispatcher_host.cc',
« no previous file with comments | « content/common/presentation/presentation_service.mojom ('k') | content/public/browser/presentation_service_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698