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

Side by Side Diff: base/base.gyp

Issue 1553593002: Add base::BindToTaskRunner and BindToCurrentThread (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 4 years, 11 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/BUILD.gn ('k') | base/bind_to_task_runner.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 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 'android/library_loader/library_prefetcher_unittest.cc', 435 'android/library_loader/library_prefetcher_unittest.cc',
436 'android/path_utils_unittest.cc', 436 'android/path_utils_unittest.cc',
437 'android/scoped_java_ref_unittest.cc', 437 'android/scoped_java_ref_unittest.cc',
438 'android/sys_utils_unittest.cc', 438 'android/sys_utils_unittest.cc',
439 'at_exit_unittest.cc', 439 'at_exit_unittest.cc',
440 'atomicops_unittest.cc', 440 'atomicops_unittest.cc',
441 'barrier_closure_unittest.cc', 441 'barrier_closure_unittest.cc',
442 'base64_unittest.cc', 442 'base64_unittest.cc',
443 'base64url_unittest.cc', 443 'base64url_unittest.cc',
444 'big_endian_unittest.cc', 444 'big_endian_unittest.cc',
445 'bind_to_task_runner_unittest.cc',
445 'bind_unittest.cc', 446 'bind_unittest.cc',
446 'bind_unittest.nc', 447 'bind_unittest.nc',
447 'bits_unittest.cc', 448 'bits_unittest.cc',
448 'build_time_unittest.cc', 449 'build_time_unittest.cc',
449 'callback_helpers_unittest.cc', 450 'callback_helpers_unittest.cc',
450 'callback_list_unittest.cc', 451 'callback_list_unittest.cc',
451 'callback_list_unittest.nc', 452 'callback_list_unittest.nc',
452 'callback_unittest.cc', 453 'callback_unittest.cc',
453 'callback_unittest.nc', 454 'callback_unittest.nc',
454 'cancelable_callback_unittest.cc', 455 'cancelable_callback_unittest.cc',
(...skipping 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after
1736 '../build/isolate.gypi', 1737 '../build/isolate.gypi',
1737 ], 1738 ],
1738 'sources': [ 1739 'sources': [
1739 'base_unittests.isolate', 1740 'base_unittests.isolate',
1740 ], 1741 ],
1741 }, 1742 },
1742 ], 1743 ],
1743 }], 1744 }],
1744 ], 1745 ],
1745 } 1746 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/bind_to_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698