| 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 "barrier_closure.cc", | 228 "barrier_closure.cc", |
| 229 "barrier_closure.h", | 229 "barrier_closure.h", |
| 230 "base64.cc", | 230 "base64.cc", |
| 231 "base64.h", | 231 "base64.h", |
| 232 "base64url.cc", | 232 "base64url.cc", |
| 233 "base64url.h", | 233 "base64url.h", |
| 234 "base_export.h", | 234 "base_export.h", |
| 235 "base_switches.h", | 235 "base_switches.h", |
| 236 "big_endian.cc", | 236 "big_endian.cc", |
| 237 "big_endian.h", | 237 "big_endian.h", |
| 238 "bind.cc", |
| 238 "bind.h", | 239 "bind.h", |
| 239 "bind_helpers.cc", | 240 "bind_helpers.cc", |
| 240 "bind_helpers.h", | 241 "bind_helpers.h", |
| 241 "bind_internal.h", | 242 "bind_internal.h", |
| 242 "bit_cast.h", | 243 "bit_cast.h", |
| 243 "bits.h", | 244 "bits.h", |
| 244 "build_time.cc", | 245 "build_time.cc", |
| 245 "build_time.h", | 246 "build_time.h", |
| 246 "callback.h", | 247 "callback.h", |
| 247 "callback_helpers.cc", | 248 "callback_helpers.cc", |
| (...skipping 2206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2454 testonly = true | 2455 testonly = true |
| 2455 deps = [ | 2456 deps = [ |
| 2456 ":base_java", | 2457 ":base_java", |
| 2457 ] | 2458 ] |
| 2458 java_files = [ | 2459 java_files = [ |
| 2459 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", | 2460 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", |
| 2460 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", | 2461 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", |
| 2461 ] | 2462 ] |
| 2462 } | 2463 } |
| 2463 } | 2464 } |
| OLD | NEW |