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

Unified Diff: chromeos/chromeos.gyp

Issue 2442313003: Move some proxy config code out of src/chrome (Closed)
Patch Set: Rebase 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
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 8fac71fbf44bc965a6fba20fd5994cc9f9f31b3c..7638ef95a48380431534ba4e08db60b6ac152dd4 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',
@@ -527,7 +535,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',

Powered by Google App Engine
This is Rietveld 408576698