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

Side by Side Diff: base/BUILD.gn

Issue 2106773002: Remove `Runnable` concept from base/bind_internal.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase onto clang crash workaround Created 4 years, 5 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.gypi » ('j') | base/bind_internal.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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "base64url.cc", 224 "base64url.cc",
225 "base64url.h", 225 "base64url.h",
226 "base_export.h", 226 "base_export.h",
227 "base_switches.h", 227 "base_switches.h",
228 "big_endian.cc", 228 "big_endian.cc",
229 "big_endian.h", 229 "big_endian.h",
230 "bind.h", 230 "bind.h",
231 "bind_helpers.cc", 231 "bind_helpers.cc",
232 "bind_helpers.h", 232 "bind_helpers.h",
233 "bind_internal.h", 233 "bind_internal.h",
234 "bind_internal_win.h",
235 "bit_cast.h", 234 "bit_cast.h",
236 "bits.h", 235 "bits.h",
237 "build_time.cc", 236 "build_time.cc",
238 "build_time.h", 237 "build_time.h",
239 "callback.h", 238 "callback.h",
240 "callback_helpers.cc", 239 "callback_helpers.cc",
241 "callback_helpers.h", 240 "callback_helpers.h",
242 "callback_internal.cc", 241 "callback_internal.cc",
243 "callback_internal.h", 242 "callback_internal.h",
244 "cancelable_callback.h", 243 "cancelable_callback.h",
(...skipping 2177 matching lines...) Expand 10 before | Expand all | Expand 10 after
2422 2421
2423 # GYP: //base.gyp:base_java_unittest_support 2422 # GYP: //base.gyp:base_java_unittest_support
2424 android_library("base_java_unittest_support") { 2423 android_library("base_java_unittest_support") {
2425 deps = [ 2424 deps = [
2426 ":base_java", 2425 ":base_java",
2427 ] 2426 ]
2428 java_files = 2427 java_files =
2429 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2428 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2430 } 2429 }
2431 } 2430 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/bind_internal.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698