| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 9a15070824dcb5aecdea49534cba84bb2bb2d420..62e0d3bc4495176d9b403ba863dd3a449cd98ecd 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -275,7 +275,7 @@ static_library("ui") {
|
| if (!enable_themes) {
|
| sources -= [ "webui/theme_source.cc" ]
|
| }
|
| - if (printing_mode == 1) {
|
| + if (printing_mode > 1) {
|
| sources += rebase_path(gypi_values.chrome_browser_ui_print_preview_sources,
|
| ".", "//chrome")
|
| }
|
|
|