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

Unified Diff: components/network_time/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/metrics/BUILD.gn ('k') | components/omnibox/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/network_time/BUILD.gn
diff --git a/components/network_time/BUILD.gn b/components/network_time/BUILD.gn
index be9b44cf45fce635462613b52fb1d5c6172ddd0b..14057f9557e94cab3b7780096e55070d1050602c 100644
--- a/components/network_time/BUILD.gn
+++ b/components/network_time/BUILD.gn
@@ -13,7 +13,7 @@ static_library("network_time") {
deps = [
"//base",
"//base:i18n",
- "//base:prefs",
+ "//components/prefs",
]
}
@@ -26,7 +26,7 @@ source_set("unit_tests") {
deps = [
":network_time",
"//base",
- "//base:prefs_test_support",
+ "//components/prefs:test_support",
"//testing/gtest",
]
}
« no previous file with comments | « components/metrics/BUILD.gn ('k') | components/omnibox/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698