diff options
Diffstat (limited to 'components/proxy_config/BUILD.gn')
-rw-r--r-- | components/proxy_config/BUILD.gn | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/components/proxy_config/BUILD.gn b/components/proxy_config/BUILD.gn index 7c68794..439fd30 100644 --- a/components/proxy_config/BUILD.gn +++ b/components/proxy_config/BUILD.gn @@ -19,15 +19,3 @@ 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", - ] -} |