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

Unified Diff: components/variations/service/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/variations/BUILD.gn ('k') | components/wallpaper/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations/service/BUILD.gn
diff --git a/components/variations/service/BUILD.gn b/components/variations/service/BUILD.gn
index 66fa838c3ca4a1dfabbbed8b48eee640950e37f8..099be5c288464c42c2883e14af27eda38fbf708d 100644
--- a/components/variations/service/BUILD.gn
+++ b/components/variations/service/BUILD.gn
@@ -13,11 +13,11 @@ source_set("service") {
deps = [
"//base",
- "//base:prefs",
"//components/data_use_measurement/core",
"//components/metrics",
"//components/network_time",
"//components/pref_registry",
+ "//components/prefs",
"//components/variations",
"//components/variations/proto",
"//components/version_info",
@@ -37,8 +37,8 @@ source_set("unit_tests") {
deps = [
":service",
"//base",
- "//base:prefs_test_support",
"//base/test:test_support",
+ "//components/prefs:test_support",
"//components/variations",
"//components/variations/proto",
"//components/web_resource:test_support",
« no previous file with comments | « components/variations/BUILD.gn ('k') | components/wallpaper/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698