Chromium Code Reviews| Index: components/translate/core/browser/BUILD.gn |
| diff --git a/components/translate/core/browser/BUILD.gn b/components/translate/core/browser/BUILD.gn |
| index dfdc5a5320a4899fd82511ee76225cf55dcecb20..13c651779afc452aa82191316e0649c0b8ad8d59 100644 |
| --- a/components/translate/core/browser/BUILD.gn |
| +++ b/components/translate/core/browser/BUILD.gn |
| @@ -67,6 +67,10 @@ static_library("browser") { |
| "//url", |
| ] |
| + public_deps = [ |
| + "//components/metrics/proto", |
|
hamelphi
2016/10/13 15:13:56
This dependency is also in deps. I suppose we only
Roger McFarlane (Chromium)
2016/10/13 19:30:16
fixed
the public_deps is needed: public_deps is t
hamelphi
2016/10/13 20:47:02
My point was that you probably can remove "//compo
Roger McFarlane (Chromium)
2016/10/14 19:59:05
ah... yeah, that's what I did. I thought you were
|
| + ] |
| + |
| if (!use_aura) { |
| sources += [ |
| "translate_infobar_delegate.cc", |