Index: DEPS |
diff --git a/DEPS b/DEPS |
index 8740b029280e458e0754c2a1bda5a1c590ca12e4..54cc322c055e82901639974737883ca4948cf312 100644 |
--- a/DEPS |
+++ b/DEPS |
@@ -135,6 +135,19 @@ hooks = [ |
], |
}, |
{ |
+ 'name': 'mdns_native_extension_binaries', |
+ 'pattern': '.', |
+ 'action': [ |
+ 'download_from_google_storage', |
+ '--no_auth', |
+ '--no_resume', |
+ '--bucket', |
+ 'dart-dependencies-fletch', |
+ '-d', |
+ 'fletch/pkg/mdns/lib/native', |
+ ], |
+ }, |
+ { |
'name': 'third_party_qemu', |
'pattern': '.', |
'action': [ |