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

Unified Diff: chrome/common/BUILD.gn

Issue 975903002: Add a flag to dump IPC messages sent from the renderer to the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Delete a leftover comment Created 5 years, 10 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: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index eaf976791149e66f5ad0f4144dcce21d55adfd83..7911e1d129a983abd02bda3d92cb205816ddb7fe 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -137,6 +137,12 @@ static_library("common") {
rebase_path(gypi_values.chrome_common_mac_sources, ".", "//chrome")
}
+ if (enable_ipc_fuzzer) {
+ sources += rebase_path(gypi_values.chrome_common_ipc_fuzzer_sources,
+ ".",
+ "//chrome")
+ }
+
if (enable_nacl) {
deps += [ "//components/nacl:nacl_common" ]
}

Powered by Google App Engine
This is Rietveld 408576698