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

Unified Diff: DEPS

Issue 2775913002: Instrumented libraries: Remove dependence on GYP_DEFINES (Closed)
Patch Set: fix python syntax Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: DEPS
diff --git a/DEPS b/DEPS
index c6374172f0574abb12990c64f62fbd2969ccae84..0f20fb5b49d26f447590ed2d347631f6901fb1a6 100644
--- a/DEPS
+++ b/DEPS
@@ -1035,13 +1035,6 @@ hooks = [
],
},
{
- # Pull sanitizer-instrumented third-party libraries if requested via
- # GYP_DEFINES.
- 'name': 'instrumented_libraries',
- 'pattern': '\\.sha1',
- 'action': ['python', 'src/third_party/instrumented_libraries/scripts/download_binaries.py'],
- },
- {
# Pull doclava binaries if building for Android.
'name': 'doclava',
'pattern': '.',
« no previous file with comments | « no previous file | third_party/instrumented_libraries/BUILD.gn » ('j') | third_party/instrumented_libraries/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698