Chromium Code Reviews| Index: chrome/browser/BUILD.gn |
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn |
| index 72df3d62556a394e231a8d2f04a94bd8edf9573e..c48a96de2de8531a613ef36f48ca8c8f6fc6d0ea 100644 |
| --- a/chrome/browser/BUILD.gn |
| +++ b/chrome/browser/BUILD.gn |
| @@ -3657,6 +3657,10 @@ split_static_library("browser") { |
| deps += [ "//components/payments/content" ] |
| } |
| + if (is_linux || is_win || is_mac) { |
|
jochen (gone - plz use gerrit)
2017/06/27 15:10:04
why not android?
|
| + deps += [ "//components/webauth:authenticator" ] |
| + } |
| + |
| if (is_linux || is_win) { |
| sources += [ |
| "renderer_context_menu/spelling_options_submenu_observer.cc", |