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

Unified Diff: src/pkg/mdns/copy_dylib.sh

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 | « src/pkg/mdns/README ('k') | src/pkg/mdns/copy_so.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pkg/mdns/copy_dylib.sh
diff --git a/tests/isolate/isolate.status b/src/pkg/mdns/copy_dylib.sh
old mode 100644
new mode 100755
similarity index 73%
copy from tests/isolate/isolate.status
copy to src/pkg/mdns/copy_dylib.sh
index a1438dd1fe042dd3711ceef81d151092c808e2ca..0261c0a534cfe43a295e62793092f44f5b3ee194
--- a/tests/isolate/isolate.status
+++ b/src/pkg/mdns/copy_dylib.sh
@@ -2,5 +2,5 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE.md file.
-[ $system == lk ]
-isolate_fib_test: Pass, Crash
+#! /bin/bash
+cp out/ReleaseX64/libmdns_extension_lib.dylib pkg/mdns/lib/native
« no previous file with comments | « src/pkg/mdns/README ('k') | src/pkg/mdns/copy_so.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698