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

Unified Diff: chrome/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 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/chrome_common.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 189b3cd944f886932cf4daef7d62627da00d30d1..bff72ad48349ffa5692883d4267712d8b010d93b 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -7,7 +7,6 @@ import("//chrome/common/features.gni")
import("//chrome/version.gni")
import("//mojo/public/tools/bindings/mojom.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_common.gypi") ],
@@ -294,14 +293,6 @@ static_library("common") {
"//chrome")
}
}
-
- if (enable_ipc_fuzzer) {
- configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
- sources += [
- "external_ipc_dumper.cc",
- "external_ipc_dumper.h",
- ]
- }
}
# GYP version: chrome/common_constants.gyp:version_header
@@ -371,10 +362,6 @@ static_library("constants") {
# implemented in //ui/base, so we need that dependency.
deps += [ "//ui/base" ]
}
-
- if (enable_ipc_fuzzer) {
- configs += [ "//tools/ipc_fuzzer:ipc_fuzzer_config" ]
- }
}
if (is_win) {
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698