summaryrefslogtreecommitdiffstats
path: root/third_party/instrumented_libraries/instrumented_libraries.gyp
diff options
context:
space:
mode:
authorearthdok <earthdok@chromium.org>2015-03-24 13:12:08 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-24 20:13:22 +0000
commit28db7a9e72a3b02f46f4cd8b664b10ff871b647a (patch)
treea4c2e464d39cf19c21d0c926443eccb429f18c9b /third_party/instrumented_libraries/instrumented_libraries.gyp
parent3a9a6b48f8adae8b41c37903797f8804f797f59d (diff)
downloadchromium_src-28db7a9e72a3b02f46f4cd8b664b10ff871b647a.zip
chromium_src-28db7a9e72a3b02f46f4cd8b664b10ff871b647a.tar.gz
chromium_src-28db7a9e72a3b02f46f4cd8b664b10ff871b647a.tar.bz2
Instrumented libraries: add pre-built libs for msan-no-origins.
BUG=462636 TBR=glider@chromium.org Review URL: https://codereview.chromium.org/1028383003 Cr-Commit-Position: refs/heads/master@{#322060}
Diffstat (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp')
-rw-r--r--third_party/instrumented_libraries/instrumented_libraries.gyp9
1 files changed, 7 insertions, 2 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index 2d61a3b..050ed09 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'
}],