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

Unified Diff: components/metrics/BUILD.gn

Issue 1652573002: Update GN build files for new prefs location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@presf_move
Patch Set: Created 4 years, 11 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/keyed_service/core/BUILD.gn ('k') | components/network_time/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/BUILD.gn
diff --git a/components/metrics/BUILD.gn b/components/metrics/BUILD.gn
index f75a3f91f23f912a92d697308d6b88d4cd575198..13701ba3e2b6489746c7c90fbf3be3c66e66ea09 100644
--- a/components/metrics/BUILD.gn
+++ b/components/metrics/BUILD.gn
@@ -66,7 +66,7 @@ source_set("metrics") {
deps = [
"//base",
"//base:i18n",
- "//base:prefs",
+ "//components/prefs",
"//components/variations",
"//third_party/zlib:compression_utils",
]
@@ -322,8 +322,8 @@ source_set("unit_tests") {
":profiler",
":test_support",
":ui",
- "//base:prefs_test_support",
"//base/test:test_support",
+ "//components/prefs:test_support",
"//components/variations",
"//net:test_support",
"//testing/gtest",
« no previous file with comments | « components/keyed_service/core/BUILD.gn ('k') | components/network_time/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698