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

Unified Diff: components/translate/BUILD.gn

Issue 262013004: Fix gn check errors for translate component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for real? Created 6 years, 8 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: components/translate/BUILD.gn
diff --git a/components/translate/BUILD.gn b/components/translate/BUILD.gn
index 0afb521e77d8acf28e1175619528a27b84d8190d..f1eab98bd89d96ad25dd1712f641b753fff59ff6 100644
--- a/components/translate/BUILD.gn
+++ b/components/translate/BUILD.gn
@@ -41,7 +41,10 @@ static_library("translate_core_browser") {
# TODO(brettw) move thise above. This project uses net headers. This is
# excluded for Android since net doesn't work in the GN build at the time
# of this writing.
- deps += [ "//net" ]
+ deps += [
+ "//net",
+ "//ui/base:ui_base",
+ ]
}
}
« 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