Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index 17e1a6194bc1cc3f7f75d228e1f468947b601376..80427f26a087b631031ad3a45bd017547898a4a9 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -58,9 +58,6 @@ declare_args() { |
config("feature_flags") { |
# Don't use deprecated V8 APIs anywhere. |
defines = [ "V8_DEPRECATION_WARNINGS" ] |
- if (enable_pdf) { |
- defines += [ "ENABLE_PDF=1" ] |
- } |
if (dcheck_always_on) { |
defines += [ "DCHECK_ALWAYS_ON=1" ] |
} |