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

Unified Diff: chromecast/chromecast.gyp

Issue 598303002: Chromecast: adds CastNetworkDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: uploads CastNetworkDelegate :) Created 6 years, 3 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 | « no previous file | chromecast/common/chromecast_switches.h » ('j') | chromecast/service/cast_service.h » ('J')
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 07e9d7df174b21947dd7f0d7fb8a3e20539e4dbd..c023a3bf0ac9de64d10faadeac8fe57eb79abee8 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -102,9 +102,12 @@
'target_name': 'cast_service',
'type': '<(component)',
'dependencies': [
+ 'cast_common',
'../skia/skia.gyp:skia',
],
'sources': [
+ 'service/cast_network_delegate.cc',
+ 'service/cast_network_delegate.h',
lcwu1 2014/09/25 18:53:18 I think it makes more sense for the network delega
gunsch 2014/09/25 19:24:59 I disagree. See my internal CL. ChromecastService
lcwu1 2014/09/25 20:07:04 ChromecastService should not depend on CastNetwork
gunsch 2014/09/25 20:46:34 Done.
'service/cast_service.cc',
'service/cast_service.h',
],
@@ -118,6 +121,9 @@
'../base/base.gyp:base',
'../content/content.gyp:content',
],
+ 'sources': [
+ 'service/cast_network_delegate_simple.cc',
+ ],
'conditions': [
['OS=="android"', {
'sources': [
« no previous file with comments | « no previous file | chromecast/common/chromecast_switches.h » ('j') | chromecast/service/cast_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698