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

Unified Diff: components/proximity_auth/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/prefs/BUILD.gn ('k') | components/proximity_auth/ble/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/BUILD.gn
diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
index 565e1d2230f2d383049afd7fc3e080a68bd8f0a8..a19418d88e6a39e3f9f6dbdec62c405882b14bf6 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -71,7 +71,7 @@ source_set("proximity_auth") {
deps = [
"//base",
- "//base:prefs",
+ "//components/prefs",
"//components/proximity_auth/ble",
"//components/proximity_auth/cryptauth",
"//components/proximity_auth/logging",
@@ -149,8 +149,8 @@ source_set("unit_tests") {
":proximity_auth",
":test_support",
"//base",
- "//base:prefs_test_support",
"//base/test:test_support",
+ "//components/prefs:test_support",
"//components/proximity_auth/ble:unit_tests",
"//components/proximity_auth/cryptauth:test_support",
"//components/proximity_auth/cryptauth:unit_tests",
« no previous file with comments | « components/prefs/BUILD.gn ('k') | components/proximity_auth/ble/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698