| 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 "base64url.cc", | 224 "base64url.cc", |
| 225 "base64url.h", | 225 "base64url.h", |
| 226 "base_export.h", | 226 "base_export.h", |
| 227 "base_switches.h", | 227 "base_switches.h", |
| 228 "big_endian.cc", | 228 "big_endian.cc", |
| 229 "big_endian.h", | 229 "big_endian.h", |
| 230 "bind.h", | 230 "bind.h", |
| 231 "bind_helpers.cc", | 231 "bind_helpers.cc", |
| 232 "bind_helpers.h", | 232 "bind_helpers.h", |
| 233 "bind_internal.h", | 233 "bind_internal.h", |
| 234 "bind_internal_win.h", | |
| 235 "bit_cast.h", | 234 "bit_cast.h", |
| 236 "bits.h", | 235 "bits.h", |
| 237 "build_time.cc", | 236 "build_time.cc", |
| 238 "build_time.h", | 237 "build_time.h", |
| 239 "callback.h", | 238 "callback.h", |
| 240 "callback_helpers.cc", | 239 "callback_helpers.cc", |
| 241 "callback_helpers.h", | 240 "callback_helpers.h", |
| 242 "callback_internal.cc", | 241 "callback_internal.cc", |
| 243 "callback_internal.h", | 242 "callback_internal.h", |
| 244 "cancelable_callback.h", | 243 "cancelable_callback.h", |
| (...skipping 2175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2420 | 2419 |
| 2421 # GYP: //base.gyp:base_java_unittest_support | 2420 # GYP: //base.gyp:base_java_unittest_support |
| 2422 android_library("base_java_unittest_support") { | 2421 android_library("base_java_unittest_support") { |
| 2423 deps = [ | 2422 deps = [ |
| 2424 ":base_java", | 2423 ":base_java", |
| 2425 ] | 2424 ] |
| 2426 java_files = | 2425 java_files = |
| 2427 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2426 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 2428 } | 2427 } |
| 2429 } | 2428 } |
| OLD | NEW |