Chromium Code Reviews| Index: chrome/browser/ui/BUILD.gn |
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn |
| index 000372e9cebfa4d774380f4a97f8af0ca9f3ebdd..99e036a5d825f7c2bc1eb5e58a3394f6a8da6d0d 100644 |
| --- a/chrome/browser/ui/BUILD.gn |
| +++ b/chrome/browser/ui/BUILD.gn |
| @@ -1142,7 +1142,10 @@ split_static_library("ui") { |
| } |
| if (enable_basic_printing || enable_print_preview) { |
| - deps += [ "//printing" ] |
| + deps += [ |
| + "//components/printing/browser:browser", |
|
Lei Zhang
2017/09/08 07:50:53
I think you can omit the colon and everything afte
Wei Li
2017/09/08 22:57:47
Done.
|
| + "//printing:printing", |
| + ] |
| } |
| if (enable_nacl) { |