DescriptionFix gn check errors for translate component.
If you run the following command line, you will get errors like this:
$ gn check
ERROR at
//components/translate/core/browser/translate_accept_languages.cc:13:11:
//Include not allowed.
^-----------------------
It is not in any dependency of //components/translate:translate_core_browser
The include file is in the target(s):
//ui/base:ui_base
which should somehow be reachable from //components/translate:translate_core_browser
Adds missing ui_base dependency to fix this.
BUG=367595
TEST=gn check
TBR=brettw@chromium.org
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268028
Patch Set 1 #Patch Set 2 : fix android? #Patch Set 3 : for real? #Messages
Total messages: 5 (0 generated)
|