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

Unified Diff: DEPS

Issue 1403303012: Re-land "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: Added mussing scripts Created 5 years, 1 month 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 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': [
« no previous file with comments | « .gitignore ('k') | build.ninja » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698