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

Unified Diff: third_party/serial_port/lib/serial_port.dart

Issue 2206873004: Move the serial_port native code (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 4 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
Index: third_party/serial_port/lib/serial_port.dart
diff --git a/third_party/serial_port/lib/serial_port.dart b/third_party/serial_port/lib/serial_port.dart
index 4561b33b5fe1f86acbfa5dc5ba100ef0b7eaff9d..4acf468c3509d40722004238e8f9635e708f02c8 100644
--- a/third_party/serial_port/lib/serial_port.dart
+++ b/third_party/serial_port/lib/serial_port.dart
@@ -17,7 +17,7 @@ library serial_port;
import 'dart:async';
import 'dart:isolate';
import 'dart:io';
-import 'dart-ext:src/serial_port';
+import 'dart-ext:serial_port';
import 'dart:typed_data';
part 'src/serial_port_impl.dart';
« no previous file with comments | « third_party/serial_port/lib/libserial_port.so.sha1 ('k') | third_party/serial_port/lib/src/libserial_port.dylib.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698