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

Unified Diff: components/variations/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/user_prefs/tracked/BUILD.gn ('k') | components/variations/service/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations/BUILD.gn
diff --git a/components/variations/BUILD.gn b/components/variations/BUILD.gn
index 482d400b9345ce6ee0ddd9e9efcc38942d12ec6c..32c71f2210f01698d1bcac050d799438ae2a0ffe 100644
--- a/components/variations/BUILD.gn
+++ b/components/variations/BUILD.gn
@@ -68,8 +68,8 @@ source_set("variations") {
deps = [
"proto",
"//base",
- "//base:prefs",
"//components/crash/core/common",
+ "//components/prefs",
"//crypto",
"//third_party/mt19937ar",
"//third_party/protobuf:protobuf_lite",
@@ -118,8 +118,8 @@ source_set("unit_tests") {
":variations",
"net",
"proto",
- "//base:prefs_test_support",
"//base/test:test_support",
+ "//components/prefs:test_support",
"//testing/gtest",
"//third_party/zlib:compression_utils",
]
« no previous file with comments | « components/user_prefs/tracked/BUILD.gn ('k') | components/variations/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698