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

Side by Side Diff: base/BUILD.gn

Issue 2250373002: Readd base::UnwrapTraits to support rvalue-reference wrappers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20_oneshot
Patch Set: remove unused "using" Created 4 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
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/bind_helpers.h » ('J')
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 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 1738 matching lines...) Expand 10 before | Expand all | Expand 10 after
1749 "android/library_loader/library_prefetcher_unittest.cc", 1749 "android/library_loader/library_prefetcher_unittest.cc",
1750 "android/path_utils_unittest.cc", 1750 "android/path_utils_unittest.cc",
1751 "android/scoped_java_ref_unittest.cc", 1751 "android/scoped_java_ref_unittest.cc",
1752 "android/sys_utils_unittest.cc", 1752 "android/sys_utils_unittest.cc",
1753 "at_exit_unittest.cc", 1753 "at_exit_unittest.cc",
1754 "atomicops_unittest.cc", 1754 "atomicops_unittest.cc",
1755 "barrier_closure_unittest.cc", 1755 "barrier_closure_unittest.cc",
1756 "base64_unittest.cc", 1756 "base64_unittest.cc",
1757 "base64url_unittest.cc", 1757 "base64url_unittest.cc",
1758 "big_endian_unittest.cc", 1758 "big_endian_unittest.cc",
1759 "bind_helpers_unittest.cc",
1759 "bind_unittest.cc", 1760 "bind_unittest.cc",
1760 "bit_cast_unittest.cc", 1761 "bit_cast_unittest.cc",
1761 "bits_unittest.cc", 1762 "bits_unittest.cc",
1762 "build_time_unittest.cc", 1763 "build_time_unittest.cc",
1763 "callback_helpers_unittest.cc", 1764 "callback_helpers_unittest.cc",
1764 "callback_list_unittest.cc", 1765 "callback_list_unittest.cc",
1765 "callback_unittest.cc", 1766 "callback_unittest.cc",
1766 "cancelable_callback_unittest.cc", 1767 "cancelable_callback_unittest.cc",
1767 "command_line_unittest.cc", 1768 "command_line_unittest.cc",
1768 "containers/adapters_unittest.cc", 1769 "containers/adapters_unittest.cc",
(...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
2445 android_library("base_java_unittest_support") { 2446 android_library("base_java_unittest_support") {
2446 deps = [ 2447 deps = [
2447 ":base_java", 2448 ":base_java",
2448 ] 2449 ]
2449 java_files = [ 2450 java_files = [
2450 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", 2451 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java",
2451 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", 2452 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java",
2452 ] 2453 ]
2453 } 2454 }
2454 } 2455 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/bind_helpers.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698