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