Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index ad58f0642a354f9204adb46dfbb0832532d2bb9f..c58d329d879f9a1a3c6430eac5968e4e501b6a4a 100644 |
--- a/chrome/BUILD.gn |
+++ b/chrome/BUILD.gn |
@@ -220,7 +220,7 @@ group("browser_dependencies") { |
if (printing_mode != 0) { |
deps += [ "//printing" ] |
- if (printing_mode == 1) { |
+ if (printing_mode > 1) { |
deps += [ "//chrome/service" ] |
} |
} |