From cbe5385055b9360cacd14877450631b87eea1fcd Mon Sep 17 00:00:00 2001 From: Tom Anderson Date: Fri, 24 Mar 2017 13:34:36 -0700 Subject: [PATCH] Remove download_binaries.py from DEPS This step is no longer necessary after https://codereview.chromium.org/2775913002/ Bug: 705072 Change-Id: Ia58cbe9e6cb450d832de24dbb5122597efc3e571 Reviewed-on: https://chromium-review.googlesource.com/459442 Reviewed-by: Magnus Jedvert Commit-Queue: Tom Anderson --- DEPS | 9 --------- 1 file changed, 9 deletions(-) diff --git a/DEPS b/DEPS index 2073e8c7c..0bdccb0e8 100644 --- a/DEPS +++ b/DEPS @@ -424,15 +424,6 @@ hooks = [ '-d', 'src/tools/luci-go/linux64', ], }, - { - # Pull sanitizer-instrumented third-party libraries if requested via - # GYP_DEFINES. - # See src/third_party/instrumented_libraries/scripts/download_binaries.py. - # TODO(kjellander): Update comment when GYP is completely cleaned up. - 'name': 'instrumented_libraries', - 'pattern': '\\.sha1', - 'action': ['python', 'src/third_party/instrumented_libraries/scripts/download_binaries.py'], - }, { 'name': 'clang_format_merge_driver', 'pattern': '.',