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

Unified Diff: content/public/common/BUILD.gn

Issue 2043933002: Move IPC fuzzer switches and helpers from chrome/common to content/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove mojo switch Created 4 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
Index: content/public/common/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index a3c06bcadd714a55d1b0bf3bfc7aad15746af8d8..59480bea81e6511c1230d1e04fbc1aae137eb2f9 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -8,6 +8,7 @@ import("//build/config/features.gni")
import("//content/common/common.gni")
import("//mojo/public/tools/bindings/mojom.gni")
import("//third_party/webrtc/build/webrtc.gni")
+import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
# See //content/BUILD.gn for how this works.
group("common") {
@@ -136,6 +137,14 @@ source_set("common_sources") {
"webrtc_ip_handling_policy.h",
]
}
+
+ if (enable_ipc_fuzzer) {
+ configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
+ sources += [
+ "external_ipc_dumper.cc",
+ "external_ipc_dumper.h",
+ ]
+ }
}
buildflag_header("features") {

Powered by Google App Engine
This is Rietveld 408576698