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

Unified Diff: build/config/BUILD.gn

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
« no previous file with comments | « BUILD.gn ('k') | build/config/features.gni » ('j') | docs/ipc_fuzzer.md » ('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 d4caba48a9987fcfd056330277e0df2b2c86ed9d..9cf714c60e33ede0672b1b88977c21a37119afa4 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -261,6 +261,10 @@ config("feature_flags") {
if (!fieldtrial_testing_like_official_build && !is_chrome_branded) {
defines += [ "FIELDTRIAL_TESTING_ENABLED" ]
}
+ if (enable_ipc_fuzzer) {
+ assert(!is_component_build, "IPC fuzzer does not support component builds.")
+ defines += [ "ENABLE_IPC_FUZZER" ]
+ }
}
# Debug/release ----------------------------------------------------------------
« no previous file with comments | « BUILD.gn ('k') | build/config/features.gni » ('j') | docs/ipc_fuzzer.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698