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

Unified Diff: chromecast/chromecast.gyp

Issue 598303002: Chromecast: adds CastNetworkDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added CastNetworkDelegate back to CastService::Create 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') | 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 9ba706aa616108048729e65d0a6caddd0ed2f482..f4ca174259ac771ae1a83a8f5027fae302f3de01 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -102,6 +102,7 @@
'target_name': 'cast_service',
'type': '<(component)',
'dependencies': [
+ 'cast_common',
lcwu1 2014/09/26 23:07:31 Is this dependency still needed?
gunsch 2014/09/26 23:10:08 Yes; cast_network_delegate links in chromecast/com
'../skia/skia.gyp:skia',
],
'sources': [
@@ -226,6 +227,8 @@
'shell/browser/cast_download_manager_delegate.h',
'shell/browser/cast_http_user_agent_settings.cc',
'shell/browser/cast_http_user_agent_settings.h',
+ 'shell/browser/cast_network_delegate.cc',
+ 'shell/browser/cast_network_delegate.h',
'shell/browser/devtools/cast_dev_tools_delegate.cc',
'shell/browser/devtools/cast_dev_tools_delegate.h',
'shell/browser/devtools/remote_debugging_server.cc',
@@ -249,6 +252,7 @@
],
}, {
'sources': [
+ 'shell/browser/cast_network_delegate_simple.cc',
'shell/browser/devtools/remote_debugging_server_simple.cc',
'shell/browser/webui/webui_cast_simple.cc',
'shell/renderer/key_systems_cast_simple.cc',
« no previous file with comments | « no previous file | chromecast/common/chromecast_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698