| 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",
|
| + ]
|
| }
|
| }
|
|
|
|
|