diff options
author | Tom Anderson <thomasanderson@google.com> | 2017-03-28 11:33:43 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-28 18:51:56 +0000 |
commit | b0baff546bdcd911c80007829d9af5f05d0c04b0 (patch) | |
tree | 0dc956ff7cf4f8aa92c702a04979bf41bdbdc1a6 /DEPS | |
parent | 9d20d1fc15dba4239642a2e1981e94b244425f11 (diff) | |
download | pdfium-b0baff546bdcd911c80007829d9af5f05d0c04b0.tar.xz |
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>
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -14,7 +14,7 @@ vars = { 'gmock_revision': '29763965ab52f24565299976b936d1265cb6a271', 'gtest_revision': '8245545b6dc9c4703e6496d1efd19e975ad2b038', 'icu_revision': '73e24736676b4b438270fda44e5b2c83b49fdd80', - 'instrumented_lib_revision': '45f5814b1543e41ea0be54c771e3840ea52cca4a', + 'instrumented_lib_revision': '61065eb0db191f46bdea202e833f5cd1f1ecedcd', 'pdfium_tests_revision': 'd25a422ab03d6c3109370bc454c629575e969329', 'skia_revision': '90e3cd78991ef337dbd0023efb30ece864694308', 'tools_memory_revision': '427f10475e1a8d72424c29d00bf689122b738e5d', @@ -190,12 +190,5 @@ 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'], - }, ] |