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

Unified Diff: build/config/features.gni

Issue 1916493003: GN configs for ipc fuzzer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: doc Created 4 years, 8 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
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 72a5b5e576a95ed86d134ca627f72d14c215ad0e..acf9a63a3b2a3457152e0e60f6f683663475a98a 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -116,6 +116,9 @@ declare_args() {
# Enable printing with print preview. It does not imply
# enable_basic_printing. It's possible to build Chrome with preview only.
enable_print_preview = !is_android && !is_chromecast && !is_ios
+
+ # Don't build IPC fuzzer by default.
+ enable_ipc_fuzzer = false
}
# Additional dependent variables -----------------------------------------------
« no previous file with comments | « build/config/BUILD.gn ('k') | content/child/BUILD.gn » ('j') | docs/ipc_fuzzer.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698