Index: DEPS |
diff --git a/DEPS b/DEPS |
index 71b10cc8524ed469cc212212a24afc59e9dcf40c..f01b2a7a9ab016516865d5515d5043b7eff8b40e 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': [ |