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

Unified Diff: 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 | « no previous file | build/config/BUILD.gn » ('j') | docs/ipc_fuzzer.md » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 278f58d589a9a8bb8ef440eca256e61f3d6efbf7..4ef8b520e978b62fa25b66de354f2a2f3b02b7bf 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -593,6 +593,10 @@ group("both_gn_and_gyp") {
"//third_party/openh264:processing",
]
}
+
+ if (enable_ipc_fuzzer && (is_linux || is_mac || is_win)) {
+ deps += [ "//tools/ipc_fuzzer:ipc_fuzzer_all" ]
+ }
}
# This group contains all the targets needed to run mojo's apptest_runner.
« no previous file with comments | « no previous file | build/config/BUILD.gn » ('j') | docs/ipc_fuzzer.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698