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

Unified Diff: fletch.gyp

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 | « build.ninja ('k') | pkg/mdns/lib/mdns.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fletch.gyp
diff --git a/fletch.gyp b/fletch.gyp
index 2bb416b6fc84ce21ff44aa95deebbc67682f35d1..fa4f7a336740993d8717f0a3759870dfff76ea9c 100644
--- a/fletch.gyp
+++ b/fletch.gyp
@@ -19,6 +19,13 @@
],
},
{
+ 'target_name': 'mdns_extension_lib',
+ 'type': 'none',
+ 'dependencies': [
+ 'src/pkg/mdns/mdns.gyp:mdns_extension_lib',
+ ],
+ },
+ {
'target_name': 'natives_json',
'type': 'none',
'toolsets': ['host'],
« no previous file with comments | « build.ninja ('k') | pkg/mdns/lib/mdns.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698