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

Unified Diff: build/win/syzygy/syzygy.gni

Issue 2559053002: Instrument setup.exe in the SyzyAsan builds.
Patch Set: Fix the component build Created 3 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
Index: build/win/syzygy/syzygy.gni
diff --git a/build/win/syzygy/syzygy.gni b/build/win/syzygy/syzygy.gni
index 1a45e866f8851c88a0a0a4e5356421936025c3bf..85b3a9d9e5ea27e74c767a31b821ceea71f208ff 100644
--- a/build/win/syzygy/syzygy.gni
+++ b/build/win/syzygy/syzygy.gni
@@ -70,6 +70,10 @@ template("syzygy_asan") {
rebase_path(dest_dir, root_build_dir),
]
+ if (defined(invoker.extra_args)) {
+ args += invoker.extra_args
+ }
+
deps = [
"//build/win/syzygy:copy_syzyasan_binaries",
]

Powered by Google App Engine
This is Rietveld 408576698