diff options
author | Tom Anderson <thomasanderson@google.com> | 2017-03-30 18:27:21 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-31 01:42:35 +0000 |
commit | 4e8edf5f1cf6c063f3578054631aaed783665523 (patch) | |
tree | 7f3a92ed21089015c1e68b154b46f03cb9b9348f /DEPS | |
parent | 3efc06752c56b731e11d37310b981254c1ba461c (diff) | |
download | pdfium-4e8edf5f1cf6c063f3578054631aaed783665523.tar.xz |
Revert "Remove download_binaries.py from DEPS"
This reverts commit b0baff546bdcd911c80007829d9af5f05d0c04b0.
Reason for revert: https://codereview.chromium.org/2775913002/ needs to be reverted, so reverting all dependent patch sets
Original change's description:
> Remove download_binaries.py from DEPS
>
> This step is no longer necessary after https://codereview.chromium.org/2775913002/
>
> Bug: 705072
> Change-Id: I3b293fabad8a6e6044098da1251a206417f3aed7
> Reviewed-on: https://pdfium-review.googlesource.com/3217
> Reviewed-by: Lei Zhang <thestig@chromium.org>
> Commit-Queue: dsinclair <dsinclair@chromium.org>
>
R=thestig@chromium.org
Change-Id: I0d30177fd848595f6ec997efd4515b02bb539925
Reviewed-on: https://pdfium-review.googlesource.com/3452
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -14,8 +14,8 @@ vars = { 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271', 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038', 'icu_revision': '73e24736676b4b438270fda44e5b2c83b49fdd80', - 'instrumented_lib_revision': '61065eb0db191f46bdea202e833f5cd1f1ecedcd', 'pdfium_tests_revision': '46cec65c6895ed37a9bf960ce341a5655c7519bf', + 'instrumented_lib_revision': '45f5814b1543e41ea0be54c771e3840ea52cca4a', 'skia_revision': '90e3cd78991ef337dbd0023efb30ece864694308', 'tools_memory_revision': '427f10475e1a8d72424c29d00bf689122b738e5d', 'trace_event_revision': '06294c8a4a6f744ef284cd63cfe54dbf61eea290', @@ -190,5 +190,12 @@ hooks = [ 'pattern': '.', 'action': ['python', 'pdfium/build/mac_toolchain.py'], }, + { + # Pull sanitizer-instrumented third-party libraries if requested via + # GYP_DEFINES. + 'name': 'instrumented_libraries', + 'pattern': '\\.sha1', + 'action': ['python', 'pdfium/third_party/instrumented_libraries/scripts/download_binaries.py'], + }, ] |