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

Unified Diff: content/content_browser.gypi

Issue 1037483003: [PresentationAPI] Implementing send() from WebPresentationClient to the PresentationService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved presentation_message.h/.cc to content/public/browser/ Created 5 years, 8 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 ee1d74076fb4275900c5808aaa8f9c62a8b3ab9e..5a0818a3b152d94e96e5b724254a86bde5d6039b 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -188,6 +188,8 @@
'public/browser/plugin_service.h',
'public/browser/plugin_service_filter.h',
'public/browser/power_save_blocker.h',
+ 'public/browser/presentation_message.cc',
whywhat 2015/04/30 15:50:58 do you need to update the corresponding .gn file?
USE s.singapati at gmail.com 2015/05/04 16:40:28 I think it is not needed. everything corresponding
+ 'public/browser/presentation_message.h',
'public/browser/presentation_screen_availability_listener.h',
'public/browser/presentation_service_delegate.h',
'public/browser/presentation_session.cc',

Powered by Google App Engine
This is Rietveld 408576698