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

Unified Diff: base/BUILD.gn

Issue 1349093005: base: remove AsyncSocketIoHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | base/async_socket_io_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 7216b25ec336d92bccade65fea621279aa6e0671..2b722a567cc65002dcac63a3bed431dbe87afe3c 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -131,9 +131,6 @@ component("base") {
"android/thread_utils.h",
"android/trace_event_binding.cc",
"android/trace_event_binding.h",
- "async_socket_io_handler.h",
- "async_socket_io_handler_posix.cc",
- "async_socket_io_handler_win.cc",
"at_exit.cc",
"at_exit.h",
"atomic_ref_count.h",
@@ -729,7 +726,6 @@ component("base") {
set_sources_assignment_filter(sources_assignment_filter)
sources -= [
- "async_socket_io_handler_posix.cc",
"cpu.cc",
"files/file_enumerator_posix.cc",
"files/file_proxy.cc",
@@ -1219,7 +1215,6 @@ test("base_unittests") {
"android/path_utils_unittest.cc",
"android/scoped_java_ref_unittest.cc",
"android/sys_utils_unittest.cc",
- "async_socket_io_handler_unittest.cc",
"at_exit_unittest.cc",
"atomicops_unittest.cc",
"barrier_closure_unittest.cc",
« no previous file with comments | « no previous file | base/async_socket_io_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698