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

Side by Side Diff: base/base.gyp

Issue 2250373002: Readd base::UnwrapTraits to support rvalue-reference wrappers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20_oneshot
Patch Set: rebase Created 4 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/BUILD.gn ('k') | base/bind_helpers.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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 'android/library_loader/library_prefetcher_unittest.cc', 372 'android/library_loader/library_prefetcher_unittest.cc',
373 'android/path_utils_unittest.cc', 373 'android/path_utils_unittest.cc',
374 'android/scoped_java_ref_unittest.cc', 374 'android/scoped_java_ref_unittest.cc',
375 'android/sys_utils_unittest.cc', 375 'android/sys_utils_unittest.cc',
376 'at_exit_unittest.cc', 376 'at_exit_unittest.cc',
377 'atomicops_unittest.cc', 377 'atomicops_unittest.cc',
378 'barrier_closure_unittest.cc', 378 'barrier_closure_unittest.cc',
379 'base64_unittest.cc', 379 'base64_unittest.cc',
380 'base64url_unittest.cc', 380 'base64url_unittest.cc',
381 'big_endian_unittest.cc', 381 'big_endian_unittest.cc',
382 'bind_helpers_unittest.cc',
382 'bind_unittest.cc', 383 'bind_unittest.cc',
383 'bind_unittest.nc', 384 'bind_unittest.nc',
384 'bit_cast_unittest.cc', 385 'bit_cast_unittest.cc',
385 'bits_unittest.cc', 386 'bits_unittest.cc',
386 'build_time_unittest.cc', 387 'build_time_unittest.cc',
387 'callback_helpers_unittest.cc', 388 'callback_helpers_unittest.cc',
388 'callback_list_unittest.cc', 389 'callback_list_unittest.cc',
389 'callback_list_unittest.nc', 390 'callback_list_unittest.nc',
390 'callback_unittest.cc', 391 'callback_unittest.cc',
391 'callback_unittest.nc', 392 'callback_unittest.nc',
(...skipping 1409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1801 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'], 1802 ['include', 'mac/bind_objc_block_unittest_arc\\.mm$'],
1802 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'], 1803 ['include', 'mac/scoped_nsobject_unittest_arc\\.mm$'],
1803 ], 1804 ],
1804 }] 1805 }]
1805 ], 1806 ],
1806 }, 1807 },
1807 ], 1808 ],
1808 }], 1809 }],
1809 ], 1810 ],
1810 } 1811 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/bind_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698