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

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: +comment. fix spacing. 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') | 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 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 2175 matching lines...) Expand 10 before | Expand all | Expand 10 after
2420 2419
2421 # GYP: //base.gyp:base_java_unittest_support 2420 # GYP: //base.gyp:base_java_unittest_support
2422 android_library("base_java_unittest_support") { 2421 android_library("base_java_unittest_support") {
2423 deps = [ 2422 deps = [
2424 ":base_java", 2423 ":base_java",
2425 ] 2424 ]
2426 java_files = 2425 java_files =
2427 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2426 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2428 } 2427 }
2429 } 2428 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698