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

Unified Diff: chromeos/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 | « chromecast/browser/metrics/BUILD.gn ('k') | components/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/BUILD.gn
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index 3cecead6e35ab02c14e1cf94e32c7a28733d10ee..8ab2c150e53a3a28d9876c130f9774ae5516c3b1 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -28,11 +28,11 @@ component("chromeos") {
":power_manager_proto",
"//base",
"//base:i18n",
- "//base:prefs",
"//base/third_party/dynamic_annotations",
"//components/device_event_log",
"//components/onc",
"//components/policy/proto",
+ "//components/prefs",
"//components/proxy_config",
"//components/signin/core/account_id",
"//crypto",
@@ -144,10 +144,10 @@ test("chromeos_unittests") {
":cryptohome_proto",
":power_manager_proto",
":test_support",
- "//base:prefs_test_support",
"//base/test:run_all_unittests",
"//base/test:test_support",
"//components/onc",
+ "//components/prefs:test_support",
"//components/proxy_config",
"//crypto",
"//crypto:test_support",
« no previous file with comments | « chromecast/browser/metrics/BUILD.gn ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698