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

Unified Diff: third_party/instrumented_libraries/instrumented_libraries.gyp

Issue 1028383003: Instrumented libraries: add pre-built libs for msan-no-origins. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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: third_party/instrumented_libraries/instrumented_libraries.gyp
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index 2d61a3b22726c2a4f23df9d27af139724529ad70..050ed0917395bbd1863c707a4c0a7b1fc4bb8a0e 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -94,8 +94,13 @@
['msan_track_origins==2', {
'archive_name': 'msan-chained-origins-<(_ubuntu_release)',
}, {
- 'archive_name': 'UNSUPPORTED_CONFIGURATION'
- }],
+ 'conditions': [
+ ['msan_track_origins==0', {
+ 'archive_name': 'msan-no-origins-<(_ubuntu_release)',
+ }, {
+ 'archive_name': 'UNSUPPORTED_CONFIGURATION'
+ }],
+ ]}],
]}, {
'archive_name': 'UNSUPPORTED_CONFIGURATION'
}],

Powered by Google App Engine
This is Rietveld 408576698