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

Unified Diff: chromeos/chromeos.gyp

Issue 2442313003: Move some proxy config code out of src/chrome (Closed)
Patch Set: Fix DEPS Created 4 years, 2 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 | « chromeos/DEPS ('k') | chromeos/network/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 5d5ebdf5d805fd9dc3547d6835edad9e6ef6f69f..3360e7be191bba9ec46bae7fb49dffb794e0357a 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -343,6 +343,14 @@
'network/portal_detector/network_portal_detector_stub.h',
'network/prohibited_technologies_handler.cc',
'network/prohibited_technologies_handler.h',
+ 'network/proxy/proxy_config_handler.cc',
+ 'network/proxy/proxy_config_handler.h',
+ 'network/proxy/proxy_config_service_impl.cc',
+ 'network/proxy/proxy_config_service_impl.h',
+ 'network/proxy/ui_proxy_config.cc',
+ 'network/proxy/ui_proxy_config.h',
+ 'network/proxy/ui_proxy_config_service.cc',
+ 'network/proxy/ui_proxy_config_service.h',
'network/shill_property_handler.cc',
'network/shill_property_handler.h',
'network/shill_property_util.cc',
@@ -533,7 +541,7 @@
'type': 'static_library',
'dependencies': [
'../build/linux/system.gyp:dbus',
- '../google_apis/google_apis.gyp:google_apis_test_support',
+ '../google_apis/google_apis.gyp:google_apis_test_support',
'../testing/gmock.gyp:gmock',
'chromeos',
'chromeos_test_support_without_gmock',
« no previous file with comments | « chromeos/DEPS ('k') | chromeos/network/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698