Index: chrome/common/BUILD.gn |
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn |
index a6a37e975cb9153a359cb3c03887858198d73f76..e62135fa13e5e339e31fd36473d00c95e89a20b6 100644 |
--- a/chrome/common/BUILD.gn |
+++ b/chrome/common/BUILD.gn |
@@ -152,7 +152,7 @@ static_library("common") { |
] |
} else { |
deps += [ "//printing" ] |
- if (printing_mode == 1) { |
+ if (printing_mode > 1) { |
# Full printing support. |
sources += rebase_path( |
gypi_values.chrome_common_service_process_sources, |