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

Unified Diff: components/translate/ios/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/translate/core/browser/BUILD.gn ('k') | components/ui/zoom/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/ios/browser/BUILD.gn
diff --git a/components/translate/ios/browser/BUILD.gn b/components/translate/ios/browser/BUILD.gn
index d71d121d15319b6f3163ea958cb2854d7967a347..1eefbb02408a0104798d298ed03163869be5a92d 100644
--- a/components/translate/ios/browser/BUILD.gn
+++ b/components/translate/ios/browser/BUILD.gn
@@ -21,7 +21,7 @@ source_set("browser") {
deps = [
":injected_js",
"//base",
- "//base:prefs",
+ "//components/prefs",
"//components/translate/core/browser",
"//components/translate/core/common",
"//components/translate/core/language_detection",
@@ -50,7 +50,7 @@ source_set("unit_tests") {
deps = [
":browser",
"//base",
- "//base:prefs_test_support",
+ "//components/prefs:test_support",
"//components/resources",
"//components/translate/core/common",
"//ios/web:test_support",
« no previous file with comments | « components/translate/core/browser/BUILD.gn ('k') | components/ui/zoom/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698