| 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |