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

Side by Side Diff: base/base.gyp

Issue 23137015: Move async_socket_io_handler.* from media/ to base/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « base/async_socket_io_handler_win.cc ('k') | media/audio/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) 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'third_party/nspr/nspr.gyp:nspr', 230 'third_party/nspr/nspr.gyp:nspr',
231 ], 231 ],
232 }], 232 }],
233 ], 233 ],
234 'sources': [ 234 'sources': [
235 'third_party/nspr/prcpucfg.h', 235 'third_party/nspr/prcpucfg.h',
236 'third_party/nspr/prcpucfg_win.h', 236 'third_party/nspr/prcpucfg_win.h',
237 'third_party/nspr/prtypes.h', 237 'third_party/nspr/prtypes.h',
238 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', 238 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc',
239 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', 239 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h',
240 'async_socket_io_handler.h',
241 'async_socket_io_handler_posix.cc',
242 'async_socket_io_handler_win.cc',
240 'auto_reset.h', 243 'auto_reset.h',
241 'event_recorder.h', 244 'event_recorder.h',
242 'event_recorder_stubs.cc', 245 'event_recorder_stubs.cc',
243 'event_recorder_win.cc', 246 'event_recorder_win.cc',
244 'linux_util.cc', 247 'linux_util.cc',
245 'linux_util.h', 248 'linux_util.h',
246 'md5.cc', 249 'md5.cc',
247 'md5.h', 250 'md5.h',
248 'message_loop/message_pump_android.cc', 251 'message_loop/message_pump_android.cc',
249 'message_loop/message_pump_android.h', 252 'message_loop/message_pump_android.h',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 'target_name': 'base_unittests', 443 'target_name': 'base_unittests',
441 'type': '<(gtest_target_type)', 444 'type': '<(gtest_target_type)',
442 'sources': [ 445 'sources': [
443 # Tests. 446 # Tests.
444 'android/activity_status_unittest.cc', 447 'android/activity_status_unittest.cc',
445 'android/jni_android_unittest.cc', 448 'android/jni_android_unittest.cc',
446 'android/jni_array_unittest.cc', 449 'android/jni_array_unittest.cc',
447 'android/jni_string_unittest.cc', 450 'android/jni_string_unittest.cc',
448 'android/path_utils_unittest.cc', 451 'android/path_utils_unittest.cc',
449 'android/scoped_java_ref_unittest.cc', 452 'android/scoped_java_ref_unittest.cc',
453 'async_socket_io_handler_unittest.cc',
450 'at_exit_unittest.cc', 454 'at_exit_unittest.cc',
451 'atomicops_unittest.cc', 455 'atomicops_unittest.cc',
452 'base64_unittest.cc', 456 'base64_unittest.cc',
453 'bind_helpers_unittest.cc', 457 'bind_helpers_unittest.cc',
454 'bind_unittest.cc', 458 'bind_unittest.cc',
455 'bind_unittest.nc', 459 'bind_unittest.nc',
456 'bits_unittest.cc', 460 'bits_unittest.cc',
457 'build_time_unittest.cc', 461 'build_time_unittest.cc',
458 'callback_unittest.cc', 462 'callback_unittest.cc',
459 'callback_unittest.nc', 463 'callback_unittest.nc',
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
1306 'base_unittests.isolate', 1310 'base_unittests.isolate',
1307 ], 1311 ],
1308 'sources': [ 1312 'sources': [
1309 'base_unittests.isolate', 1313 'base_unittests.isolate',
1310 ], 1314 ],
1311 }, 1315 },
1312 ], 1316 ],
1313 }], 1317 }],
1314 ], 1318 ],
1315 } 1319 }
OLDNEW
« no previous file with comments | « base/async_socket_io_handler_win.cc ('k') | media/audio/async_socket_io_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698