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

Unified Diff: components/drive/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/dom_distiller/core/BUILD.gn ('k') | components/feedback/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/BUILD.gn
diff --git a/components/drive/BUILD.gn b/components/drive/BUILD.gn
index 273027ff0d0361c986e7d6d77e58a4b362967410..806e402388d5c9ddfab152bdc04400b355c18f87 100644
--- a/components/drive/BUILD.gn
+++ b/components/drive/BUILD.gn
@@ -50,9 +50,9 @@ source_set("drive") {
deps = [
"//base",
"//base:i18n",
- "//base:prefs",
"//components/invalidation/public",
"//components/keyed_service/core",
+ "//components/prefs",
# TODO(lukasza): Remove this dependency (see DEPS file for more info).
"//content/public/browser",
@@ -129,7 +129,7 @@ source_set("drive_chromeos") {
":drive",
"//base",
"//base:i18n",
- "//base:prefs",
+ "//components/prefs",
"//google_apis:google_apis",
"//net:net",
]
@@ -158,7 +158,7 @@ source_set("test_support") {
":drive",
":proto",
"//base",
- "//base:prefs_test_support",
+ "//components/prefs:test_support",
"//content/test:test_support",
"//google_apis:test_support",
"//net:net",
@@ -182,7 +182,7 @@ source_set("test_support_chromeos") {
":drive_chromeos",
":proto",
"//base",
- "//base:prefs_test_support",
+ "//components/prefs:test_support",
"//content/test:test_support",
"//google_apis:test_support",
]
« no previous file with comments | « components/dom_distiller/core/BUILD.gn ('k') | components/feedback/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698