| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 97c769cdf4833b5f3c06d75ab98c107123521bf3..f8409e0dc3f24adf13640fcec8738c3f06dc85ba 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",
|
| + "//printing:printing",
|
| + ]
|
| }
|
|
|
| if (enable_nacl) {
|
|
|