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

Unified Diff: sdk/lib/io/io_sources.gypi

Issue 2803543006: Added synchronous socket implementation to dart:io. (Closed)
Patch Set: Changed signature for GetSocketIdNativeField Created 3 years, 8 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
« no previous file with comments | « sdk/lib/io/io.dart ('k') | sdk/lib/io/sync_socket.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/io_sources.gypi
diff --git a/sdk/lib/io/io_sources.gypi b/sdk/lib/io/io_sources.gypi
index 10a6bf480244688be97dc891b9f0f6f95dc00b90..c49b92370759f8384a30c69e5f9d203d0fccad1d 100644
--- a/sdk/lib/io/io_sources.gypi
+++ b/sdk/lib/io/io_sources.gypi
@@ -36,6 +36,7 @@
'socket.dart',
'stdio.dart',
'string_transformer.dart',
+ 'sync_socket.dart',
'websocket.dart',
'websocket_impl.dart',
],
« no previous file with comments | « sdk/lib/io/io.dart ('k') | sdk/lib/io/sync_socket.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698