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

Unified Diff: BUILD.gn

Issue 2379683002: Add a chrome_official_syzyasan_builder target. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index bf9083b98606458a60a5e68b02ddc51b71cac202..0812d4cb880d21ed4d38a8fef9758904f6b0bb9e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -150,6 +150,7 @@ if (is_win) {
]
}
+ # TODO(sebmarchand): Remove this once we stop supporting Syzygy (M54+).
group("All_syzygy") {
if (is_syzyasan || syzygy_optimize) {
deps = [
@@ -158,6 +159,15 @@ if (is_win) {
]
}
}
+
+ if (is_syzyasan) {
+ group("chrome_official_syzyasan_builder") {
+ deps = [
+ ":All_syzygy",
+ ":chrome_official_builder_no_unittests",
+ ]
+ }
+ }
}
if (is_chromeos) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698