Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index e0b2a2d8965033fa8791289a8789f8e335e40cc5..3fb9c9b1e855e2726ab3b36ea073f72cd0ec3fe8 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -126,6 +126,9 @@ config("feature_flags") { |
if (enable_webrtc) { |
defines += [ "ENABLE_WEBRTC=1" ] |
} |
+ if (disable_ftp_support) { |
+ defines += [ "DISABLE_FTP_SUPPORT=1" ] |
+ } |
} |
# Debug/release ---------------------------------------------------------------- |