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

Unified Diff: ipc/BUILD.gn

Issue 1916493003: GN configs for ipc fuzzer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: public_configs 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: ipc/BUILD.gn
diff --git a/ipc/BUILD.gn b/ipc/BUILD.gn
index 520af761db7b6e7bab5bfca0af39c7c9c14496fc..9964e590a4616f27ffe6e3affe9826bf67bbab42 100644
--- a/ipc/BUILD.gn
+++ b/ipc/BUILD.gn
@@ -4,6 +4,7 @@
import("//build/config/nacl/config.gni")
import("//testing/test.gni")
+import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
assert(!is_ios)
@@ -141,6 +142,10 @@ component("ipc") {
# On Mac MachPortAttachmentMac needs to generate random IDs.
deps += [ "//crypto" ]
}
+
+ if (enable_ipc_fuzzer) {
+ public_configs = [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
+ }
}
# This is provided as a separate target so other targets can provide param
« no previous file with comments | « docs/ipc_fuzzer.md ('k') | tools/ipc_fuzzer/BUILD.gn » ('j') | tools/ipc_fuzzer/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698