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

Unified Diff: components/rappor/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/proxy_config/BUILD.gn ('k') | components/search_engines/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/rappor/BUILD.gn
diff --git a/components/rappor/BUILD.gn b/components/rappor/BUILD.gn
index badab65f7416d1601128d11ac4ab4fe670cff146..ba09d373ad496f6029a4bd41e5a952a5161058dd 100644
--- a/components/rappor/BUILD.gn
+++ b/components/rappor/BUILD.gn
@@ -38,9 +38,9 @@ source_set("rappor") {
deps = [
"//base",
- "//base:prefs",
"//components/data_use_measurement/core",
"//components/metrics",
+ "//components/prefs",
"//components/variations",
"//crypto",
"//net",
@@ -63,7 +63,7 @@ static_library("test_support") {
]
deps = [
"//base",
- "//base:prefs_test_support",
+ "//components/prefs:test_support",
]
}
@@ -84,9 +84,9 @@ source_set("unit_tests") {
":rappor",
":test_support",
"//base",
- "//base:prefs_test_support",
"//base/test:test_support",
"//components/metrics",
+ "//components/prefs:test_support",
"//net:test_support",
"//testing/gtest",
"//url",
« no previous file with comments | « components/proxy_config/BUILD.gn ('k') | components/search_engines/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698