| 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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 494 "metrics/field_trial.cc", | 494 "metrics/field_trial.cc", |
| 495 "metrics/field_trial.h", | 495 "metrics/field_trial.h", |
| 496 "metrics/histogram.cc", | 496 "metrics/histogram.cc", |
| 497 "metrics/histogram.h", | 497 "metrics/histogram.h", |
| 498 "metrics/histogram_base.cc", | 498 "metrics/histogram_base.cc", |
| 499 "metrics/histogram_base.h", | 499 "metrics/histogram_base.h", |
| 500 "metrics/histogram_delta_serialization.cc", | 500 "metrics/histogram_delta_serialization.cc", |
| 501 "metrics/histogram_delta_serialization.h", | 501 "metrics/histogram_delta_serialization.h", |
| 502 "metrics/histogram_flattener.h", | 502 "metrics/histogram_flattener.h", |
| 503 "metrics/histogram_macros.h", | 503 "metrics/histogram_macros.h", |
| 504 "metrics/histogram_persistence.cc", |
| 505 "metrics/histogram_persistence.h", |
| 504 "metrics/histogram_samples.cc", | 506 "metrics/histogram_samples.cc", |
| 505 "metrics/histogram_samples.h", | 507 "metrics/histogram_samples.h", |
| 506 "metrics/histogram_snapshot_manager.cc", | 508 "metrics/histogram_snapshot_manager.cc", |
| 507 "metrics/histogram_snapshot_manager.h", | 509 "metrics/histogram_snapshot_manager.h", |
| 508 "metrics/metrics_hashes.cc", | 510 "metrics/metrics_hashes.cc", |
| 509 "metrics/metrics_hashes.h", | 511 "metrics/metrics_hashes.h", |
| 510 "metrics/persistent_memory_allocator.cc", | 512 "metrics/persistent_memory_allocator.cc", |
| 511 "metrics/persistent_memory_allocator.h", | 513 "metrics/persistent_memory_allocator.h", |
| 512 "metrics/sample_map.cc", | 514 "metrics/sample_map.cc", |
| 513 "metrics/sample_map.h", | 515 "metrics/sample_map.h", |
| (...skipping 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2138 | 2140 |
| 2139 # GYP: //base.gyp:base_java_unittest_support | 2141 # GYP: //base.gyp:base_java_unittest_support |
| 2140 android_library("base_java_unittest_support") { | 2142 android_library("base_java_unittest_support") { |
| 2141 deps = [ | 2143 deps = [ |
| 2142 ":base_java", | 2144 ":base_java", |
| 2143 ] | 2145 ] |
| 2144 java_files = | 2146 java_files = |
| 2145 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2147 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 2146 } | 2148 } |
| 2147 } | 2149 } |
| OLD | NEW |