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

Unified Diff: chrome/renderer/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 CONTENT_EXPORT 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
« no previous file with comments | « chrome/common/external_ipc_dumper.cc ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index c4a9eb951ba9f32ec858d930627346c1000a4139..7b963235773052c591760c0fbd9ac88b3492737a 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -4,7 +4,6 @@
import("//build/config/features.gni")
import("//tools/grit/grit_rule.gni")
-import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
gypi_values = exec_script("//build/gypi_to_gn.py",
[ rebase_path("../chrome_renderer.gypi") ],
@@ -182,10 +181,6 @@ static_library("renderer") {
"spellchecker/hunspell_engine.h",
]
}
-
- if (enable_ipc_fuzzer) {
- configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
- }
}
# In GYP this is part of test_support_common.
« no previous file with comments | « chrome/common/external_ipc_dumper.cc ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698