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", |
] |