| 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 "files/important_file_writer.h", | 339 "files/important_file_writer.h", |
| 340 "files/memory_mapped_file.cc", | 340 "files/memory_mapped_file.cc", |
| 341 "files/memory_mapped_file.h", | 341 "files/memory_mapped_file.h", |
| 342 "files/memory_mapped_file_posix.cc", | 342 "files/memory_mapped_file_posix.cc", |
| 343 "files/memory_mapped_file_win.cc", | 343 "files/memory_mapped_file_win.cc", |
| 344 "files/scoped_file.cc", | 344 "files/scoped_file.cc", |
| 345 "files/scoped_file.h", | 345 "files/scoped_file.h", |
| 346 "files/scoped_temp_dir.cc", | 346 "files/scoped_temp_dir.cc", |
| 347 "files/scoped_temp_dir.h", | 347 "files/scoped_temp_dir.h", |
| 348 "format_macros.h", | 348 "format_macros.h", |
| 349 "function_util.h", |
| 349 "gtest_prod_util.h", | 350 "gtest_prod_util.h", |
| 350 "guid.cc", | 351 "guid.cc", |
| 351 "guid.h", | 352 "guid.h", |
| 352 "hash.cc", | 353 "hash.cc", |
| 353 "hash.h", | 354 "hash.h", |
| 354 "id_map.h", | 355 "id_map.h", |
| 355 "ios/crb_protocol_observers.h", | 356 "ios/crb_protocol_observers.h", |
| 356 "ios/crb_protocol_observers.mm", | 357 "ios/crb_protocol_observers.mm", |
| 357 "ios/device_util.h", | 358 "ios/device_util.h", |
| 358 "ios/device_util.mm", | 359 "ios/device_util.mm", |
| (...skipping 2058 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2417 | 2418 |
| 2418 # GYP: //base.gyp:base_java_unittest_support | 2419 # GYP: //base.gyp:base_java_unittest_support |
| 2419 android_library("base_java_unittest_support") { | 2420 android_library("base_java_unittest_support") { |
| 2420 deps = [ | 2421 deps = [ |
| 2421 ":base_java", | 2422 ":base_java", |
| 2422 ] | 2423 ] |
| 2423 java_files = | 2424 java_files = |
| 2424 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2425 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 2425 } | 2426 } |
| 2426 } | 2427 } |
| OLD | NEW |