Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index 278baec69a0544f76b20f6844dade8d78a80de0e..488768d84f71fba10b8f55f9531f0827e5ba9c00 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -68,6 +68,9 @@ config("feature_flags") { |
if (enable_plugins) { |
defines += [ "ENABLE_PLUGINS=1" ] |
} |
+ if (enable_pdf) { |
+ defines += [ "ENABLE_PDF=1" ] |
+ } |
if (enable_basic_printing || enable_print_preview) { |
# Convenience define for ENABLE_BASIC_PRINTING || ENABLE_PRINT_PREVIEW. |
defines += [ "ENABLE_PRINTING=1" ] |