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

Unified Diff: DEPS

Issue 1407123010: Extend the mDNS package with a native extension used on Mac OS (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Addressed review comments Created 5 years, 2 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
« no previous file with comments | « .gitignore ('k') | build.ninja » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « .gitignore ('k') | build.ninja » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698