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

Unified Diff: chromecast/chromecast.gyp

Issue 925183003: [Chromecast] Add connectivity checking for Chromecast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments in patchset 1 Created 5 years, 10 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 | « chromecast/browser/cast_resource_dispatcher_host_delegate.cc ('k') | chromecast/net/connectivity_checker.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 1dbeac3f428437e91cb70356237061c569cf2ce5..f48a6c3dbca7c08885d756949e24dc04318a9ce7 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -73,6 +73,10 @@
'target_name': 'cast_net',
'type': '<(component)',
'sources': [
+ 'net/connectivity_checker.cc',
+ 'net/connectivity_checker.h',
+ 'net/net_switches.cc',
+ 'net/net_switches.h',
'net/network_change_notifier_cast.cc',
'net/network_change_notifier_cast.h',
'net/network_change_notifier_factory_cast.cc',
@@ -139,6 +143,7 @@
'dependencies': [
'cast_base',
'cast_crash_client',
+ 'cast_net',
'cast_shell_pak',
'cast_shell_resources',
'cast_version_header',
@@ -181,6 +186,8 @@
'browser/cast_http_user_agent_settings.h',
'browser/cast_network_delegate.cc',
'browser/cast_network_delegate.h',
+ 'browser/cast_resource_dispatcher_host_delegate.cc',
+ 'browser/cast_resource_dispatcher_host_delegate.h',
'browser/devtools/cast_dev_tools_delegate.cc',
'browser/devtools/cast_dev_tools_delegate.h',
'browser/devtools/remote_debugging_server.cc',
@@ -496,7 +503,6 @@
'target_name': 'cast_shell_core',
'type': '<(component)',
'dependencies': [
- 'cast_net',
'cast_shell_media',
'cast_shell_common',
'media/media.gyp:cast_media',
« no previous file with comments | « chromecast/browser/cast_resource_dispatcher_host_delegate.cc ('k') | chromecast/net/connectivity_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698