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

Side by Side Diff: base/BUILD.gn

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 | « no previous file | base/base.gyp » ('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) 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 1606 matching lines...) Expand 10 before | Expand all | Expand 10 after
1617 "android/library_loader/library_prefetcher_unittest.cc", 1617 "android/library_loader/library_prefetcher_unittest.cc",
1618 "android/path_utils_unittest.cc", 1618 "android/path_utils_unittest.cc",
1619 "android/scoped_java_ref_unittest.cc", 1619 "android/scoped_java_ref_unittest.cc",
1620 "android/sys_utils_unittest.cc", 1620 "android/sys_utils_unittest.cc",
1621 "at_exit_unittest.cc", 1621 "at_exit_unittest.cc",
1622 "atomicops_unittest.cc", 1622 "atomicops_unittest.cc",
1623 "barrier_closure_unittest.cc", 1623 "barrier_closure_unittest.cc",
1624 "base64_unittest.cc", 1624 "base64_unittest.cc",
1625 "base64url_unittest.cc", 1625 "base64url_unittest.cc",
1626 "big_endian_unittest.cc", 1626 "big_endian_unittest.cc",
1627 "bind_to_task_runner_unittest.cc",
1627 "bind_unittest.cc", 1628 "bind_unittest.cc",
1628 "bits_unittest.cc", 1629 "bits_unittest.cc",
1629 "build_time_unittest.cc", 1630 "build_time_unittest.cc",
1630 "callback_helpers_unittest.cc", 1631 "callback_helpers_unittest.cc",
1631 "callback_list_unittest.cc", 1632 "callback_list_unittest.cc",
1632 "callback_unittest.cc", 1633 "callback_unittest.cc",
1633 "cancelable_callback_unittest.cc", 1634 "cancelable_callback_unittest.cc",
1634 "command_line_unittest.cc", 1635 "command_line_unittest.cc",
1635 "containers/adapters_unittest.cc", 1636 "containers/adapters_unittest.cc",
1636 "containers/hash_tables_unittest.cc", 1637 "containers/hash_tables_unittest.cc",
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
2146 2147
2147 # GYP: //base.gyp:base_java_unittest_support 2148 # GYP: //base.gyp:base_java_unittest_support
2148 android_library("base_java_unittest_support") { 2149 android_library("base_java_unittest_support") {
2149 deps = [ 2150 deps = [
2150 ":base_java", 2151 ":base_java",
2151 ] 2152 ]
2152 java_files = 2153 java_files =
2153 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2154 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2154 } 2155 }
2155 } 2156 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698