Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index 962fa457b097e82be6d87b30e9f13a4ad776c3cd..1203c0839b426f65dea4986ff7739fc75804ee04 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -52,9 +52,9 @@ config("feature_flags") { |
if (enable_plugins) { |
defines += [ "ENABLE_PLUGINS=1" ] |
} |
- if (enable_printing > 0) { |
+ if (printing_mode > 0) { |
defines += [ "ENABLE_PRINTING=1" ] |
- if (enable_printing < 2) { |
+ if (printing_mode < 2) { |
defines += [ "ENABLE_FULL_PRINTING=1" ] |
} |
} |