| 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 "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 Loading... |
| 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 } |
| OLD | NEW |