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

Side by Side Diff: base/base.gyp

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 | « base/async_socket_io_handler_win.cc ('k') | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'conditions': [ 213 'conditions': [
214 ['OS=="win"', { 214 ['OS=="win"', {
215 'sources!': [ 215 'sources!': [
216 'debug/debug_on_start_win.cc', 216 'debug/debug_on_start_win.cc',
217 ], 217 ],
218 }], 218 }],
219 ], 219 ],
220 }], 220 }],
221 ], 221 ],
222 'sources': [ 222 'sources': [
223 'async_socket_io_handler.h',
224 'async_socket_io_handler_posix.cc',
225 'async_socket_io_handler_win.cc',
226 'auto_reset.h', 223 'auto_reset.h',
227 'linux_util.cc', 224 'linux_util.cc',
228 'linux_util.h', 225 'linux_util.h',
229 'message_loop/message_pump_android.cc', 226 'message_loop/message_pump_android.cc',
230 'message_loop/message_pump_android.h', 227 'message_loop/message_pump_android.h',
231 'message_loop/message_pump_glib.cc', 228 'message_loop/message_pump_glib.cc',
232 'message_loop/message_pump_glib.h', 229 'message_loop/message_pump_glib.h',
233 'message_loop/message_pump_io_ios.cc', 230 'message_loop/message_pump_io_ios.cc',
234 'message_loop/message_pump_io_ios.h', 231 'message_loop/message_pump_io_ios.h',
235 'message_loop/message_pump_libevent.cc', 232 'message_loop/message_pump_libevent.cc',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 'sources': [ 422 'sources': [
426 'android/application_status_listener_unittest.cc', 423 'android/application_status_listener_unittest.cc',
427 'android/content_uri_utils_unittest.cc', 424 'android/content_uri_utils_unittest.cc',
428 'android/jni_android_unittest.cc', 425 'android/jni_android_unittest.cc',
429 'android/jni_array_unittest.cc', 426 'android/jni_array_unittest.cc',
430 'android/jni_string_unittest.cc', 427 'android/jni_string_unittest.cc',
431 'android/library_loader/library_prefetcher_unittest.cc', 428 'android/library_loader/library_prefetcher_unittest.cc',
432 'android/path_utils_unittest.cc', 429 'android/path_utils_unittest.cc',
433 'android/scoped_java_ref_unittest.cc', 430 'android/scoped_java_ref_unittest.cc',
434 'android/sys_utils_unittest.cc', 431 'android/sys_utils_unittest.cc',
435 'async_socket_io_handler_unittest.cc',
436 'at_exit_unittest.cc', 432 'at_exit_unittest.cc',
437 'atomicops_unittest.cc', 433 'atomicops_unittest.cc',
438 'barrier_closure_unittest.cc', 434 'barrier_closure_unittest.cc',
439 'base64_unittest.cc', 435 'base64_unittest.cc',
440 'big_endian_unittest.cc', 436 'big_endian_unittest.cc',
441 'bind_unittest.cc', 437 'bind_unittest.cc',
442 'bind_unittest.nc', 438 'bind_unittest.nc',
443 'bits_unittest.cc', 439 'bits_unittest.cc',
444 'build_time_unittest.cc', 440 'build_time_unittest.cc',
445 'callback_helpers_unittest.cc', 441 'callback_helpers_unittest.cc',
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
1178 }, 1174 },
1179 }, 1175 },
1180 }, 1176 },
1181 # TODO(rvargas): Bug 78117. Remove this. 1177 # TODO(rvargas): Bug 78117. Remove this.
1182 'msvs_disabled_warnings': [ 1178 'msvs_disabled_warnings': [
1183 4244, 1179 4244,
1184 4996, 1180 4996,
1185 4267, 1181 4267,
1186 ], 1182 ],
1187 'sources': [ 1183 'sources': [
1188 'async_socket_io_handler.h',
1189 'async_socket_io_handler_posix.cc',
1190 'async_socket_io_handler_win.cc',
1191 'auto_reset.h', 1184 'auto_reset.h',
1192 'linux_util.cc', 1185 'linux_util.cc',
1193 'linux_util.h', 1186 'linux_util.h',
1194 'md5.cc', 1187 'md5.cc',
1195 'md5.h', 1188 'md5.h',
1196 'message_loop/message_pump_libevent.cc', 1189 'message_loop/message_pump_libevent.cc',
1197 'message_loop/message_pump_libevent.h', 1190 'message_loop/message_pump_libevent.h',
1198 'metrics/field_trial.cc', 1191 'metrics/field_trial.cc',
1199 'metrics/field_trial.h', 1192 'metrics/field_trial.h',
1200 'posix/file_descriptor_shuffle.cc', 1193 'posix/file_descriptor_shuffle.cc',
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
1662 '../build/isolate.gypi', 1655 '../build/isolate.gypi',
1663 ], 1656 ],
1664 'sources': [ 1657 'sources': [
1665 'base_unittests.isolate', 1658 'base_unittests.isolate',
1666 ], 1659 ],
1667 }, 1660 },
1668 ], 1661 ],
1669 }], 1662 }],
1670 ], 1663 ],
1671 } 1664 }
OLDNEW
« no previous file with comments | « base/async_socket_io_handler_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698