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

Unified Diff: runtime/bin/io_impl_sources.gypi

Issue 1553233002: Add package config support to dart:isolate (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Addressed review comments. Created 4 years, 11 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: runtime/bin/io_impl_sources.gypi
diff --git a/runtime/bin/io_impl_sources.gypi b/runtime/bin/io_impl_sources.gypi
index 611b458f5f6fd5d6039a064ee476a9b85b1c8cfb..03d20d44900e519ee0631262633daadda6ec161d 100644
--- a/runtime/bin/io_impl_sources.gypi
+++ b/runtime/bin/io_impl_sources.gypi
@@ -9,6 +9,7 @@
'eventhandler.cc',
'eventhandler.h',
'eventhandler_android.cc',
+ 'eventhandler_android.h',
'eventhandler_linux.cc',
'eventhandler_linux.h',
'eventhandler_macos.cc',
@@ -48,9 +49,13 @@
'socket.cc',
'socket.h',
'socket_android.cc',
+ 'socket_android.h',
'socket_linux.cc',
+ 'socket_linux.h',
'socket_macos.cc',
+ 'socket_macos.h',
'socket_win.cc',
+ 'socket_win.h',
'stdio.cc',
'stdio.h',
'stdio_android.cc',
« no previous file with comments | « runtime/bin/gen_snapshot.cc ('k') | runtime/bin/main.cc » ('j') | sdk/lib/isolate/isolate.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698