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

Unified Diff: chrome/tools/build/win/syzygy/BUILD.gn

Issue 2559053002: Instrument setup.exe in the SyzyAsan builds.
Patch Set: create_installer_archive changes. Created 4 years 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/tools/build/win/syzygy/BUILD.gn
diff --git a/chrome/tools/build/win/syzygy/BUILD.gn b/chrome/tools/build/win/syzygy/BUILD.gn
index 08139f1bb3f592bbc4d3f59d6825b9aff6240655..204362c83f01daeec0a67790b886c2bd56223d43 100644
--- a/chrome/tools/build/win/syzygy/BUILD.gn
+++ b/chrome/tools/build/win/syzygy/BUILD.gn
@@ -60,6 +60,14 @@ if (is_syzyasan) {
}
}
}
+
+ syzygy_asan("setup_syzygy") {
+ binary_name = "setup.exe"
+ dest_dir = syzygy_dest_dir
+ deps = [
+ "//chrome/installer/setup",
+ ]
+ }
} else {
# No syzygy. Generate dummy targets so other targets can unconditionally
# depend on these without having to duplicate our conditions.

Powered by Google App Engine
This is Rietveld 408576698