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

Unified Diff: pkg/mdns/lib/mdns.dart

Issue 1422853009: Add mDNS discovery to the Fletch compiler (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Fixed warning in test 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 | « pkg/fletchc/lib/src/verbs/x_discover_verb.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/mdns/lib/mdns.dart
diff --git a/pkg/mdns/lib/mdns.dart b/pkg/mdns/lib/mdns.dart
index d6599a477ccad79985f4c463d690646af7b65767..fb90cc006715dc59c0e183e98c804d1c090cfef2 100644
--- a/pkg/mdns/lib/mdns.dart
+++ b/pkg/mdns/lib/mdns.dart
@@ -12,6 +12,7 @@ import 'dart:typed_data';
import 'package:mdns/src/native_extension_client.dart';
import 'package:mdns/src/native_protocol_client.dart';
import 'package:mdns/src/constants.dart';
+import 'package:mdns/src/packet.dart';
export 'package:mdns/src/constants.dart' show RRType;
export 'package:mdns/src/packet.dart' show ResourceRecord;
« no previous file with comments | « pkg/fletchc/lib/src/verbs/x_discover_verb.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698