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

Unified Diff: components/policy/core/browser/BUILD.gn

Issue 1384463002: Componentize proxy_policy_handler from chrome/browser/net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and updated Created 5 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 | « components/components_tests.gyp ('k') | components/policy/core/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/browser/BUILD.gn
diff --git a/components/policy/core/browser/BUILD.gn b/components/policy/core/browser/BUILD.gn
index f58d53289eb82e304d6151f6e9f38bebdf7e17c9..93528985f0c67dcca8978a6c9313ace57d441f84 100644
--- a/components/policy/core/browser/BUILD.gn
+++ b/components/policy/core/browser/BUILD.gn
@@ -62,6 +62,8 @@ source_set("browser") {
"configuration_policy_pref_store.h",
"policy_error_map.cc",
"policy_error_map.h",
+ "proxy_policy_handler.cc",
+ "proxy_policy_handler.h",
"url_blacklist_policy_handler.cc",
"url_blacklist_policy_handler.h",
]
@@ -70,6 +72,7 @@ source_set("browser") {
"//components/autofill/core/common",
"//components/policy",
"//components/policy/proto",
+ "//components/proxy_config",
"//third_party/icu",
]
}
@@ -84,6 +87,7 @@ source_set("unit_tests") {
"browser_policy_connector_unittest.cc",
"configuration_policy_handler_unittest.cc",
"configuration_policy_pref_store_unittest.cc",
+ "proxy_policy_handler_unittest.cc",
"url_blacklist_manager_unittest.cc",
"url_blacklist_policy_handler_unittest.cc",
]
« no previous file with comments | « components/components_tests.gyp ('k') | components/policy/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698