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

Unified Diff: chromecast/chromecast.gyp

Issue 598303002: Chromecast: adds CastNetworkDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removes gyp dep 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..687d3e89f5ad1da34e2803193645f834208d4a13 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -226,6 +226,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 +251,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