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

Issue 1019573003: Instrumented libraries: add a hook to download pre-built binaries. (Closed)

Created:
5 years, 9 months ago by earthdok
Modified:
5 years, 9 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Instrumented libraries: add a hook to download pre-built binaries. BUG=462636 R=glider@chromium.org TBR=thakis@chromium.org Committed: https://crrev.com/d58713223f0c4c9eaba12337d543d1b9d6de16c1 Cr-Commit-Position: refs/heads/master@{#321849}

Patch Set 1 #

Total comments: 8

Patch Set 2 : error out on non-linux #

Patch Set 3 : undo the default value change #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : add hashes and .gitignore #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -0 lines) Patch
M DEPS View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/instrumented_libraries/binaries/.gitignore View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/instrumented_libraries/binaries/msan-chained-origins-precise.tgz.sha1 View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A third_party/instrumented_libraries/binaries/msan-chained-origins-trusty.tgz.sha1 View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A third_party/instrumented_libraries/scripts/download_binaries.py View 1 2 3 1 chunk +59 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (6 generated)
earthdok
5 years, 9 months ago (2015-03-18 20:33:52 UTC) #1
earthdok
+Nico for build/ ownership and general review (if desired)
5 years, 9 months ago (2015-03-18 21:48:23 UTC) #3
Nico
lgtm https://codereview.chromium.org/1019573003/diff/1/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/1019573003/diff/1/build/common.gypi#newcode441 build/common.gypi:441: 'msan_track_origins%': 2, unrelated? https://codereview.chromium.org/1019573003/diff/1/third_party/instrumented_libraries/scripts/download_binaries.py File third_party/instrumented_libraries/scripts/download_binaries.py (right): https://codereview.chromium.org/1019573003/diff/1/third_party/instrumented_libraries/scripts/download_binaries.py#newcode22 ...
5 years, 9 months ago (2015-03-19 18:31:00 UTC) #4
earthdok
https://codereview.chromium.org/1019573003/diff/1/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/1019573003/diff/1/build/common.gypi#newcode441 build/common.gypi:441: 'msan_track_origins%': 2, On 2015/03/19 18:31:00, Nico wrote: > unrelated? ...
5 years, 9 months ago (2015-03-23 13:02:57 UTC) #5
earthdok
https://codereview.chromium.org/1019573003/diff/1/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/1019573003/diff/1/build/common.gypi#newcode441 build/common.gypi:441: 'msan_track_origins%': 2, On 2015/03/23 13:02:56, earthdok wrote: > On ...
5 years, 9 months ago (2015-03-23 13:06:56 UTC) #6
Nico
https://codereview.chromium.org/1019573003/diff/1/third_party/instrumented_libraries/scripts/download_binaries.py File third_party/instrumented_libraries/scripts/download_binaries.py (right): https://codereview.chromium.org/1019573003/diff/1/third_party/instrumented_libraries/scripts/download_binaries.py#newcode22 third_party/instrumented_libraries/scripts/download_binaries.py:22: if 'msan_track_origins=2' in gyp_defines: On 2015/03/23 13:02:56, earthdok wrote: ...
5 years, 9 months ago (2015-03-23 16:35:09 UTC) #7
earthdok
On 2015/03/23 16:35:09, Nico wrote: > https://codereview.chromium.org/1019573003/diff/1/third_party/instrumented_libraries/scripts/download_binaries.py > File third_party/instrumented_libraries/scripts/download_binaries.py (right): > > https://codereview.chromium.org/1019573003/diff/1/third_party/instrumented_libraries/scripts/download_binaries.py#newcode22 > ...
5 years, 9 months ago (2015-03-23 16:48:04 UTC) #8
Alexander Potapenko
LGTM w/nit https://codereview.chromium.org/1019573003/diff/40001/third_party/instrumented_libraries/scripts/download_binaries.py File third_party/instrumented_libraries/scripts/download_binaries.py (right): https://codereview.chromium.org/1019573003/diff/40001/third_party/instrumented_libraries/scripts/download_binaries.py#newcode21 third_party/instrumented_libraries/scripts/download_binaries.py:21: if 'msan=1' in gyp_defines: This may break ...
5 years, 9 months ago (2015-03-23 17:18:44 UTC) #9
Nico
On 2015/03/23 16:48:04, earthdok wrote: > On 2015/03/23 16:35:09, Nico wrote: > > > https://codereview.chromium.org/1019573003/diff/1/third_party/instrumented_libraries/scripts/download_binaries.py ...
5 years, 9 months ago (2015-03-23 17:23:58 UTC) #10
earthdok
On 2015/03/23 17:23:58, Nico wrote: > On 2015/03/23 16:48:04, earthdok wrote: > > On 2015/03/23 ...
5 years, 9 months ago (2015-03-23 17:28:08 UTC) #11
earthdok
https://codereview.chromium.org/1019573003/diff/40001/third_party/instrumented_libraries/scripts/download_binaries.py File third_party/instrumented_libraries/scripts/download_binaries.py (right): https://codereview.chromium.org/1019573003/diff/40001/third_party/instrumented_libraries/scripts/download_binaries.py#newcode21 third_party/instrumented_libraries/scripts/download_binaries.py:21: if 'msan=1' in gyp_defines: On 2015/03/23 17:18:44, Alexander Potapenko ...
5 years, 9 months ago (2015-03-23 17:31:47 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1019573003/60001
5 years, 9 months ago (2015-03-23 19:02:26 UTC) #15
earthdok
added .sha1 files and a .gitignore file
5 years, 9 months ago (2015-03-23 19:13:21 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1019573003/80001
5 years, 9 months ago (2015-03-23 19:14:06 UTC) #20
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 9 months ago (2015-03-23 21:07:28 UTC) #21
commit-bot: I haz the power
5 years, 9 months ago (2015-03-23 21:08:20 UTC) #22
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/d58713223f0c4c9eaba12337d543d1b9d6de16c1
Cr-Commit-Position: refs/heads/master@{#321849}

Powered by Google App Engine
This is Rietveld 408576698