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

Unified Diff: runtime/bin/io_impl_sources.gypi

Issue 2791163004: Reverting until bots clear up. (Closed)
Patch Set: 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 | « runtime/bin/file_system_watcher_linux.cc ('k') | runtime/bin/io_natives.cc » ('j') | no next file with comments »
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 a932f63197378a59dec6ca8a45f4dedbed6210e7..1e5a1a469efda5e2ef37dd434c73186cc9f320a2 100644
--- a/runtime/bin/io_impl_sources.gypi
+++ b/runtime/bin/io_impl_sources.gypi
@@ -64,24 +64,16 @@
'socket.cc',
'socket.h',
'socket_android.cc',
- 'socket_base.cc',
- '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',
+ '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',
'stdio.cc',
'stdio.h',
'stdio_android.cc',
« no previous file with comments | « runtime/bin/file_system_watcher_linux.cc ('k') | runtime/bin/io_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698