| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index b118e85083ab74e50187359ac293260c31022134..1ee355047771630c1ce5b34db9cda50f9542977a 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -460,11 +460,11 @@ static_library("browser") {
|
| sources += rebase_path(gypi_values.chrome_browser_printing_emf_sources,
|
| ".", "//chrome")
|
| }
|
| - if (printing_mode == 1) {
|
| + if (printing_mode > 1) {
|
| # Full printing on top of the above.
|
| sources += rebase_path(gypi_values.chrome_browser_full_printing_sources,
|
| ".", "//chrome")
|
| - } else if (printing_mode == 2) {
|
| + } else if (printing_mode == 1) {
|
| # Partial-only printing support.
|
| sources += rebase_path(
|
| gypi_values.chrome_browser_basic_only_printing_sources,
|
|
|