diff options
author | earthdok <earthdok@chromium.org> | 2015-03-23 14:07:20 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-23 21:08:09 +0000 |
commit | d58713223f0c4c9eaba12337d543d1b9d6de16c1 (patch) | |
tree | 1e1380499d4a252565b87eccdb35cc61f97b08dc /third_party/instrumented_libraries/binaries | |
parent | 09076881792dc0f91937592ba713b1f64598766b (diff) | |
download | chromium_src-d58713223f0c4c9eaba12337d543d1b9d6de16c1.zip chromium_src-d58713223f0c4c9eaba12337d543d1b9d6de16c1.tar.gz chromium_src-d58713223f0c4c9eaba12337d543d1b9d6de16c1.tar.bz2 |
Instrumented libraries: add a hook to download pre-built binaries.
BUG=462636
R=glider@chromium.org
TBR=thakis@chromium.org
Review URL: https://codereview.chromium.org/1019573003
Cr-Commit-Position: refs/heads/master@{#321849}
Diffstat (limited to 'third_party/instrumented_libraries/binaries')
3 files changed, 4 insertions, 0 deletions
diff --git a/third_party/instrumented_libraries/binaries/.gitignore b/third_party/instrumented_libraries/binaries/.gitignore new file mode 100644 index 0000000..d177d9a --- /dev/null +++ b/third_party/instrumented_libraries/binaries/.gitignore @@ -0,0 +1,2 @@ +# Ignore downloaded binaries. +*.tgz diff --git a/third_party/instrumented_libraries/binaries/msan-chained-origins-precise.tgz.sha1 b/third_party/instrumented_libraries/binaries/msan-chained-origins-precise.tgz.sha1 new file mode 100644 index 0000000..71e2def --- /dev/null +++ b/third_party/instrumented_libraries/binaries/msan-chained-origins-precise.tgz.sha1 @@ -0,0 +1 @@ +60669b8a67026d92b365c1a2cab756bfe2fdd90f
\ No newline at end of file diff --git a/third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz.sha1 b/third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz.sha1 new file mode 100644 index 0000000..193be34 --- /dev/null +++ b/third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz.sha1 @@ -0,0 +1 @@ +348b21c99365227beb378e6f068984b0f6ea9f9f
\ No newline at end of file |