Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(623)

Unified Diff: components/proxy_config/BUILD.gn

Issue 1348663002: Move pref_proxy_config_tracker_impl_unittest to components/proxy_config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/components_tests.gyp ('k') | components/proxy_config/pref_proxy_config_tracker_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proxy_config/BUILD.gn
diff --git a/components/proxy_config/BUILD.gn b/components/proxy_config/BUILD.gn
index 7a04e585a82160eb68d02cf98de757908a4e83ec..d122766cb60fedfa4e19af65efdd1c67be5cd96c 100644
--- a/components/proxy_config/BUILD.gn
+++ b/components/proxy_config/BUILD.gn
@@ -33,11 +33,13 @@ component("proxy_config") {
source_set("unit_tests") {
testonly = true
sources = [
+ "pref_proxy_config_tracker_impl_unittest.cc",
"proxy_config_dictionary_unittest.cc",
"proxy_prefs_unittest.cc",
]
deps = [
":proxy_config",
+ "//testing/gmock",
"//testing/gtest",
]
}
« no previous file with comments | « components/components_tests.gyp ('k') | components/proxy_config/pref_proxy_config_tracker_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698