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