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

Side by Side Diff: base/BUILD.gn

Issue 399313006: Move bit_cast from base/macros.h to its own header (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bit_cast spruce up+fix typo 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/bit_cast.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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "base64url.h", 211 "base64url.h",
212 "base_export.h", 212 "base_export.h",
213 "base_switches.h", 213 "base_switches.h",
214 "big_endian.cc", 214 "big_endian.cc",
215 "big_endian.h", 215 "big_endian.h",
216 "bind.h", 216 "bind.h",
217 "bind_helpers.cc", 217 "bind_helpers.cc",
218 "bind_helpers.h", 218 "bind_helpers.h",
219 "bind_internal.h", 219 "bind_internal.h",
220 "bind_internal_win.h", 220 "bind_internal_win.h",
221 "bit_cast.h",
221 "bits.h", 222 "bits.h",
222 "build_time.cc", 223 "build_time.cc",
223 "build_time.h", 224 "build_time.h",
224 "callback.h", 225 "callback.h",
225 "callback_helpers.cc", 226 "callback_helpers.cc",
226 "callback_helpers.h", 227 "callback_helpers.h",
227 "callback_internal.cc", 228 "callback_internal.cc",
228 "callback_internal.h", 229 "callback_internal.h",
229 "cancelable_callback.h", 230 "cancelable_callback.h",
230 "command_line.cc", 231 "command_line.cc",
(...skipping 1915 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.gypi » ('j') | base/bit_cast.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698