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

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: Fix chromeos compile after r368203 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') | 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "base64url.h", 206 "base64url.h",
207 "base_export.h", 207 "base_export.h",
208 "base_switches.h", 208 "base_switches.h",
209 "big_endian.cc", 209 "big_endian.cc",
210 "big_endian.h", 210 "big_endian.h",
211 "bind.h", 211 "bind.h",
212 "bind_helpers.cc", 212 "bind_helpers.cc",
213 "bind_helpers.h", 213 "bind_helpers.h",
214 "bind_internal.h", 214 "bind_internal.h",
215 "bind_internal_win.h", 215 "bind_internal_win.h",
216 "bit_cast.h",
216 "bits.h", 217 "bits.h",
217 "build_time.cc", 218 "build_time.cc",
218 "build_time.h", 219 "build_time.h",
219 "callback.h", 220 "callback.h",
220 "callback_helpers.cc", 221 "callback_helpers.cc",
221 "callback_helpers.h", 222 "callback_helpers.h",
222 "callback_internal.cc", 223 "callback_internal.cc",
223 "callback_internal.h", 224 "callback_internal.h",
224 "cancelable_callback.h", 225 "cancelable_callback.h",
225 "command_line.cc", 226 "command_line.cc",
(...skipping 1917 matching lines...) Expand 10 before | Expand all | Expand 10 after
2143 2144
2144 # GYP: //base.gyp:base_java_unittest_support 2145 # GYP: //base.gyp:base_java_unittest_support
2145 android_library("base_java_unittest_support") { 2146 android_library("base_java_unittest_support") {
2146 deps = [ 2147 deps = [
2147 ":base_java", 2148 ":base_java",
2148 ] 2149 ]
2149 java_files = 2150 java_files =
2150 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2151 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2151 } 2152 }
2152 } 2153 }
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