| 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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 "metrics/sample_map.h", | 535 "metrics/sample_map.h", |
| 536 "metrics/sample_vector.cc", | 536 "metrics/sample_vector.cc", |
| 537 "metrics/sample_vector.h", | 537 "metrics/sample_vector.h", |
| 538 "metrics/sparse_histogram.cc", | 538 "metrics/sparse_histogram.cc", |
| 539 "metrics/sparse_histogram.h", | 539 "metrics/sparse_histogram.h", |
| 540 "metrics/statistics_recorder.cc", | 540 "metrics/statistics_recorder.cc", |
| 541 "metrics/statistics_recorder.h", | 541 "metrics/statistics_recorder.h", |
| 542 "metrics/user_metrics.cc", | 542 "metrics/user_metrics.cc", |
| 543 "metrics/user_metrics.h", | 543 "metrics/user_metrics.h", |
| 544 "metrics/user_metrics_action.h", | 544 "metrics/user_metrics_action.h", |
| 545 "move.h", |
| 545 "native_library.h", | 546 "native_library.h", |
| 546 "native_library_ios.mm", | 547 "native_library_ios.mm", |
| 547 "native_library_mac.mm", | 548 "native_library_mac.mm", |
| 548 "native_library_posix.cc", | 549 "native_library_posix.cc", |
| 549 "native_library_win.cc", | 550 "native_library_win.cc", |
| 550 "nix/mime_util_xdg.cc", | 551 "nix/mime_util_xdg.cc", |
| 551 "nix/mime_util_xdg.h", | 552 "nix/mime_util_xdg.h", |
| 552 "nix/xdg_util.cc", | 553 "nix/xdg_util.cc", |
| 553 "nix/xdg_util.h", | 554 "nix/xdg_util.h", |
| 554 "numerics/safe_conversions.h", | 555 "numerics/safe_conversions.h", |
| (...skipping 1828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2383 | 2384 |
| 2384 # GYP: //base.gyp:base_java_unittest_support | 2385 # GYP: //base.gyp:base_java_unittest_support |
| 2385 android_library("base_java_unittest_support") { | 2386 android_library("base_java_unittest_support") { |
| 2386 deps = [ | 2387 deps = [ |
| 2387 ":base_java", | 2388 ":base_java", |
| 2388 ] | 2389 ] |
| 2389 java_files = | 2390 java_files = |
| 2390 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2391 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 2391 } | 2392 } |
| 2392 } | 2393 } |
| OLD | NEW |