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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | base/async_socket_io_handler.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/compiler/compiler.gni") 5 import("//build/config/compiler/compiler.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "android/record_histogram.h", 124 "android/record_histogram.h",
125 "android/record_user_action.cc", 125 "android/record_user_action.cc",
126 "android/record_user_action.h", 126 "android/record_user_action.h",
127 "android/scoped_java_ref.cc", 127 "android/scoped_java_ref.cc",
128 "android/scoped_java_ref.h", 128 "android/scoped_java_ref.h",
129 "android/sys_utils.cc", 129 "android/sys_utils.cc",
130 "android/sys_utils.h", 130 "android/sys_utils.h",
131 "android/thread_utils.h", 131 "android/thread_utils.h",
132 "android/trace_event_binding.cc", 132 "android/trace_event_binding.cc",
133 "android/trace_event_binding.h", 133 "android/trace_event_binding.h",
134 "async_socket_io_handler.h",
135 "async_socket_io_handler_posix.cc",
136 "async_socket_io_handler_win.cc",
137 "at_exit.cc", 134 "at_exit.cc",
138 "at_exit.h", 135 "at_exit.h",
139 "atomic_ref_count.h", 136 "atomic_ref_count.h",
140 "atomic_sequence_num.h", 137 "atomic_sequence_num.h",
141 "atomicops.h", 138 "atomicops.h",
142 "atomicops_internals_mac.h", 139 "atomicops_internals_mac.h",
143 "atomicops_internals_portable.h", 140 "atomicops_internals_portable.h",
144 "atomicops_internals_x86_msvc.h", 141 "atomicops_internals_x86_msvc.h",
145 "auto_reset.h", 142 "auto_reset.h",
146 "barrier_closure.cc", 143 "barrier_closure.cc",
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 # the linux file (which would otherwise be filtered out). 719 # the linux file (which would otherwise be filtered out).
723 set_sources_assignment_filter([]) 720 set_sources_assignment_filter([])
724 sources += [ 721 sources += [
725 "files/file_path_watcher_stub.cc", 722 "files/file_path_watcher_stub.cc",
726 "sync_socket_nacl.cc", 723 "sync_socket_nacl.cc",
727 "threading/platform_thread_linux.cc", 724 "threading/platform_thread_linux.cc",
728 ] 725 ]
729 set_sources_assignment_filter(sources_assignment_filter) 726 set_sources_assignment_filter(sources_assignment_filter)
730 727
731 sources -= [ 728 sources -= [
732 "async_socket_io_handler_posix.cc",
733 "cpu.cc", 729 "cpu.cc",
734 "files/file_enumerator_posix.cc", 730 "files/file_enumerator_posix.cc",
735 "files/file_proxy.cc", 731 "files/file_proxy.cc",
736 "files/file_util.cc", 732 "files/file_util.cc",
737 "files/file_util_posix.cc", 733 "files/file_util_posix.cc",
738 "files/file_util_proxy.cc", 734 "files/file_util_proxy.cc",
739 "files/important_file_writer.cc", 735 "files/important_file_writer.cc",
740 "files/important_file_writer.h", 736 "files/important_file_writer.h",
741 "files/scoped_temp_dir.cc", 737 "files/scoped_temp_dir.cc",
742 "message_loop/message_pump_libevent.cc", 738 "message_loop/message_pump_libevent.cc",
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
1212 sources = [ 1208 sources = [
1213 "android/application_status_listener_unittest.cc", 1209 "android/application_status_listener_unittest.cc",
1214 "android/content_uri_utils_unittest.cc", 1210 "android/content_uri_utils_unittest.cc",
1215 "android/jni_android_unittest.cc", 1211 "android/jni_android_unittest.cc",
1216 "android/jni_array_unittest.cc", 1212 "android/jni_array_unittest.cc",
1217 "android/jni_string_unittest.cc", 1213 "android/jni_string_unittest.cc",
1218 "android/library_loader/library_prefetcher_unittest.cc", 1214 "android/library_loader/library_prefetcher_unittest.cc",
1219 "android/path_utils_unittest.cc", 1215 "android/path_utils_unittest.cc",
1220 "android/scoped_java_ref_unittest.cc", 1216 "android/scoped_java_ref_unittest.cc",
1221 "android/sys_utils_unittest.cc", 1217 "android/sys_utils_unittest.cc",
1222 "async_socket_io_handler_unittest.cc",
1223 "at_exit_unittest.cc", 1218 "at_exit_unittest.cc",
1224 "atomicops_unittest.cc", 1219 "atomicops_unittest.cc",
1225 "barrier_closure_unittest.cc", 1220 "barrier_closure_unittest.cc",
1226 "base64_unittest.cc", 1221 "base64_unittest.cc",
1227 "big_endian_unittest.cc", 1222 "big_endian_unittest.cc",
1228 "bind_unittest.cc", 1223 "bind_unittest.cc",
1229 "bind_unittest.nc", 1224 "bind_unittest.nc",
1230 "bits_unittest.cc", 1225 "bits_unittest.cc",
1231 "build_time_unittest.cc", 1226 "build_time_unittest.cc",
1232 "callback_helpers_unittest.cc", 1227 "callback_helpers_unittest.cc",
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
1686 1681
1687 # GYP: //base.gyp:base_java_unittest_support 1682 # GYP: //base.gyp:base_java_unittest_support
1688 android_library("base_java_unittest_support") { 1683 android_library("base_java_unittest_support") {
1689 deps = [ 1684 deps = [
1690 ":base_java", 1685 ":base_java",
1691 ] 1686 ]
1692 java_files = 1687 java_files =
1693 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1688 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1694 } 1689 }
1695 } 1690 }
OLDNEW
« 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