Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index f304dd345ef34752e50c8ff208c80dcd72a1b8a7..7ce96404a3914b275a39b9147d974161c5bd725d 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -47,19 +47,6 @@ config("feature_flags") { |
if (cld_version > 0) { |
defines += [ "CLD_VERSION=$cld_version" ] |
} |
- if (enable_basic_printing || enable_print_preview) { |
- # Convenience define for ENABLE_BASIC_PRINTING || ENABLE_PRINT_PREVIEW. |
- defines += [ "ENABLE_PRINTING=1" ] |
- if (enable_basic_printing) { |
- # Enable basic printing support and UI. |
- defines += [ "ENABLE_BASIC_PRINTING=1" ] |
- } |
- if (enable_print_preview) { |
- # Enable printing with print preview. |
- # Can be defined without ENABLE_BASIC_PRINTING. |
- defines += [ "ENABLE_PRINT_PREVIEW=1" ] |
- } |
- } |
if (dont_embed_build_metadata) { |
defines += [ "DONT_EMBED_BUILD_METADATA" ] |
} |