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

Unified Diff: chromecast/chromecast.gyp

Issue 823923002: [Chromecast] Add IPC code on brower process side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « chromecast/browser/media/media_pipeline_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/chromecast.gyp
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index d9cc40174c62ea4a2360da8fc4bc268165dc30c1..560aea7e3f431b7cbbf081082061e30cc4566f74 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -423,6 +423,12 @@
'../ipc/ipc.gyp:ipc',
],
'sources': [
+ 'browser/media/cma_message_filter_host.cc',
+ 'browser/media/cma_message_filter_host.h',
+ 'browser/media/cma_message_loop.cc',
+ 'browser/media/cma_message_loop.h',
+ 'browser/media/media_pipeline_host.cc',
+ 'browser/media/media_pipeline_host.h',
'common/media/cma_ipc_common.h',
'common/media/cma_messages.h',
'common/media/cma_message_generator.cc',
« no previous file with comments | « chromecast/browser/media/media_pipeline_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698