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

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: Updated copyright date, fixed incorrect items in socket_common_macos.h 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
« no previous file with comments | « no previous file | runtime/bin/io_natives.cc » ('j') | runtime/bin/socket.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..23e2581d5dda289bf930586187f53224b3dab572 100644
--- a/runtime/bin/io_impl_sources.gypi
+++ b/runtime/bin/io_impl_sources.gypi
@@ -63,17 +63,19 @@
'secure_socket_unsupported.cc',
'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_common.cc',
+ 'socket_common.h',
+ 'socket_common_android.cc',
+ 'socket_common_android.h',
+ 'socket_common_fuchsia.cc',
+ 'socket_common_fuchsia.h',
+ 'socket_common_linux.cc',
+ 'socket_common_linux.h',
+ 'socket_common_macos.cc',
+ 'socket_common_macos.h',
+ 'socket_common_unsupported.cc',
+ 'socket_common_win.cc',
+ 'socket_common_win.h',
'stdio.cc',
'stdio.h',
'stdio_android.cc',
« no previous file with comments | « no previous file | runtime/bin/io_natives.cc » ('j') | runtime/bin/socket.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698