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

Side by Side Diff: base/BUILD.gn

Issue 1550063002: Remove base/basictypes.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-base
Patch Set: Created 4 years, 12 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/allocator/BUILD.gn » ('j') | base/allocator/BUILD.gn » ('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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "atomicops_internals_x86_msvc.h", 204 "atomicops_internals_x86_msvc.h",
205 "auto_reset.h", 205 "auto_reset.h",
206 "barrier_closure.cc", 206 "barrier_closure.cc",
207 "barrier_closure.h", 207 "barrier_closure.h",
208 "base64.cc", 208 "base64.cc",
209 "base64.h", 209 "base64.h",
210 "base64url.cc", 210 "base64url.cc",
211 "base64url.h", 211 "base64url.h",
212 "base_export.h", 212 "base_export.h",
213 "base_switches.h", 213 "base_switches.h",
214 "basictypes.h",
215 "big_endian.cc", 214 "big_endian.cc",
216 "big_endian.h", 215 "big_endian.h",
217 "bind.h", 216 "bind.h",
218 "bind_helpers.cc", 217 "bind_helpers.cc",
219 "bind_helpers.h", 218 "bind_helpers.h",
220 "bind_internal.h", 219 "bind_internal.h",
221 "bind_internal_win.h", 220 "bind_internal_win.h",
222 "bits.h", 221 "bits.h",
223 "build_time.cc", 222 "build_time.cc",
224 "build_time.h", 223 "build_time.h",
(...skipping 1922 matching lines...) Expand 10 before | Expand all | Expand 10 after
2147 2146
2148 # GYP: //base.gyp:base_java_unittest_support 2147 # GYP: //base.gyp:base_java_unittest_support
2149 android_library("base_java_unittest_support") { 2148 android_library("base_java_unittest_support") {
2150 deps = [ 2149 deps = [
2151 ":base_java", 2150 ":base_java",
2152 ] 2151 ]
2153 java_files = 2152 java_files =
2154 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2153 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2155 } 2154 }
2156 } 2155 }
OLDNEW
« no previous file with comments | « no previous file | base/allocator/BUILD.gn » ('j') | base/allocator/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698