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