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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2368633002: Fix chrome/browser/ui dependency on components/translate (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 9b5be838a9d6ff0b51c0771dfbe1a612bbb61105..18f78d41da2e5887d840e612bb1497d1a4ecf7b9 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -445,6 +445,7 @@ split_static_library("ui") {
public_deps = [
"//components/dom_distiller/core",
"//components/sync",
+ "//components/translate/content/browser",
"//content/public/browser",
]
deps = [
@@ -542,7 +543,6 @@ split_static_library("ui") {
"//components/syncable_prefs",
"//components/toolbar",
"//components/tracing:startup_tracing",
- "//components/translate/content/browser",
"//components/undo",
"//components/update_client",
"//components/upload_list",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698