Index: components/proxy_config/BUILD.gn |
diff --git a/components/proxy_config/BUILD.gn b/components/proxy_config/BUILD.gn |
index 439fd305351699aaa8c4265afc7bee1e2adbbd6c..7c68794f3e3cafd96651952cf936e57ee0fbd7d2 100644 |
--- a/components/proxy_config/BUILD.gn |
+++ b/components/proxy_config/BUILD.gn |
@@ -19,3 +19,15 @@ component("proxy_config") { |
"//net", |
] |
} |
+ |
+source_set("unit_tests") { |
+ testonly = true |
+ sources = [ |
+ "proxy_config_dictionary_unittest.cc", |
+ "proxy_prefs_unittest.cc", |
+ ] |
+ deps = [ |
+ ":proxy_config", |
+ "//testing/gtest", |
+ ] |
+} |