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

Unified Diff: runtime/bin/io_impl_sources.gypi

Issue 2780063002: Pulled a significant portion of Socket implementation into BaseSocket in order to prepare for the s… (Closed)
Patch Set: Pulled a significant portion of Socket implementation into SocketBase in order to prepare for the s… Created 3 years, 9 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 1e5a1a469efda5e2ef37dd434c73186cc9f320a2..53e4eef1ed0aa0948e8126b8a7c9a509e1976ec9 100644
--- a/runtime/bin/io_impl_sources.gypi
+++ b/runtime/bin/io_impl_sources.gypi
@@ -64,16 +64,23 @@
'socket.cc',
'socket.h',
'socket_android.cc',
- 'socket_android.h',
'socket_fuchsia.cc',
- 'socket_fuchsia.h',
'socket_linux.cc',
- 'socket_linux.h',
'socket_macos.cc',
- 'socket_macos.h',
- 'socket_unsupported.cc',
'socket_win.cc',
- 'socket_win.h',
+ 'socket_base.cc',
zra 2017/04/02 21:39:27 Alphabetize.
bkonyi 2017/04/02 22:09:28 Done.
+ 'socket_base.h',
+ 'socket_base_android.cc',
+ 'socket_base_android.h',
+ 'socket_base_fuchsia.cc',
+ 'socket_base_fuchsia.h',
+ 'socket_base_linux.cc',
+ 'socket_base_linux.h',
+ 'socket_base_macos.cc',
+ 'socket_base_macos.h',
+ 'socket_base_unsupported.cc',
+ 'socket_base_win.cc',
+ 'socket_base_win.h',
'stdio.cc',
'stdio.h',
'stdio_android.cc',

Powered by Google App Engine
This is Rietveld 408576698