Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7913)

Unified Diff: build/config/BUILD.gn

Issue 311193004: Add net_unittests to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | net/net.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ----------------------------------------------------------------
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | net/net.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698