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

Unified Diff: components/translate/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/syncable_prefs/BUILD.gn ('k') | components/translate/ios/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/core/browser/BUILD.gn
diff --git a/components/translate/core/browser/BUILD.gn b/components/translate/core/browser/BUILD.gn
index d6593fd8b3cd3bf608cdf255b803ea307f650af5..d14062ca06a495887ad39350f3a86bae916c5a11 100644
--- a/components/translate/core/browser/BUILD.gn
+++ b/components/translate/core/browser/BUILD.gn
@@ -42,10 +42,10 @@ source_set("browser") {
deps = [
"//base",
"//base:i18n",
- "//base:prefs",
"//components/data_use_measurement/core",
"//components/language_usage_metrics",
"//components/pref_registry",
+ "//components/prefs",
"//components/resources:components_resources",
"//components/strings",
"//components/translate/core/common",
@@ -84,8 +84,8 @@ source_set("unit_tests") {
deps = [
":browser",
"//base",
- "//base:prefs",
"//components/pref_registry:test_support",
+ "//components/prefs",
"//components/translate/core/common",
"//net:test_support",
"//testing/gtest",
« no previous file with comments | « components/syncable_prefs/BUILD.gn ('k') | components/translate/ios/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698