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

Unified Diff: third_party/instrumented_libraries/BUILD.gn

Issue 2048513002: Flip LKGR/ClusterFuzz, WebKit MSAN bots back to GYP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « build/config/sanitizers/sanitizers.gni ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/BUILD.gn
diff --git a/third_party/instrumented_libraries/BUILD.gn b/third_party/instrumented_libraries/BUILD.gn
index de05fe7d6b0dd4a8648261c7922a49bedff20a90..cbaf7f57b024fea6cdb35656b549057f8bf88a89 100644
--- a/third_party/instrumented_libraries/BUILD.gn
+++ b/third_party/instrumented_libraries/BUILD.gn
@@ -6,7 +6,7 @@ import("//build/config/sanitizers/sanitizers.gni")
group("deps") {
if (use_prebuilt_instrumented_libraries) {
- assert(prebuilt_available,
+ assert(prebuilt_instrumented_libraries_available,
"Prebuilt instrumented libraries are only available when " +
"is_msan = true and msan_track_origins = {0, 2}")
deps = [
« no previous file with comments | « build/config/sanitizers/sanitizers.gni ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698