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

Unified Diff: components/google/core/browser/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/gcm_driver/BUILD.gn ('k') | components/history/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/google/core/browser/BUILD.gn
diff --git a/components/google/core/browser/BUILD.gn b/components/google/core/browser/BUILD.gn
index d98d61bf3b90cdea8947ef6b271614dafb198265..ad60061652e97c1dc43e51fa7edf4ba3149440d0 100644
--- a/components/google/core/browser/BUILD.gn
+++ b/components/google/core/browser/BUILD.gn
@@ -18,10 +18,10 @@ static_library("browser") {
deps = [
"//base",
- "//base:prefs",
"//components/data_use_measurement/core",
"//components/keyed_service/core",
"//components/pref_registry",
+ "//components/prefs",
"//components/strings",
"//components/url_formatter",
"//net",
@@ -40,8 +40,7 @@ source_set("unit_tests") {
deps = [
":browser",
"//base",
- "//base:prefs",
- "//base:prefs_test_support",
+ "//components/prefs:test_support",
"//net:test_support",
"//testing/gtest",
]
« no previous file with comments | « components/gcm_driver/BUILD.gn ('k') | components/history/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698