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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
491 "metrics/field_trial.cc", | 491 "metrics/field_trial.cc", |
492 "metrics/field_trial.h", | 492 "metrics/field_trial.h", |
493 "metrics/histogram.cc", | 493 "metrics/histogram.cc", |
494 "metrics/histogram.h", | 494 "metrics/histogram.h", |
495 "metrics/histogram_base.cc", | 495 "metrics/histogram_base.cc", |
496 "metrics/histogram_base.h", | 496 "metrics/histogram_base.h", |
497 "metrics/histogram_delta_serialization.cc", | 497 "metrics/histogram_delta_serialization.cc", |
498 "metrics/histogram_delta_serialization.h", | 498 "metrics/histogram_delta_serialization.h", |
499 "metrics/histogram_flattener.h", | 499 "metrics/histogram_flattener.h", |
500 "metrics/histogram_macros.h", | 500 "metrics/histogram_macros.h", |
| 501 "metrics/histogram_persistence.cc", |
| 502 "metrics/histogram_persistence.h", |
501 "metrics/histogram_samples.cc", | 503 "metrics/histogram_samples.cc", |
502 "metrics/histogram_samples.h", | 504 "metrics/histogram_samples.h", |
503 "metrics/histogram_snapshot_manager.cc", | 505 "metrics/histogram_snapshot_manager.cc", |
504 "metrics/histogram_snapshot_manager.h", | 506 "metrics/histogram_snapshot_manager.h", |
505 "metrics/metrics_hashes.cc", | 507 "metrics/metrics_hashes.cc", |
506 "metrics/metrics_hashes.h", | 508 "metrics/metrics_hashes.h", |
507 "metrics/persistent_memory_allocator.cc", | 509 "metrics/persistent_memory_allocator.cc", |
508 "metrics/persistent_memory_allocator.h", | 510 "metrics/persistent_memory_allocator.h", |
509 "metrics/sample_map.cc", | 511 "metrics/sample_map.cc", |
510 "metrics/sample_map.h", | 512 "metrics/sample_map.h", |
(...skipping 1634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2145 | 2147 |
2146 # GYP: //base.gyp:base_java_unittest_support | 2148 # GYP: //base.gyp:base_java_unittest_support |
2147 android_library("base_java_unittest_support") { | 2149 android_library("base_java_unittest_support") { |
2148 deps = [ | 2150 deps = [ |
2149 ":base_java", | 2151 ":base_java", |
2150 ] | 2152 ] |
2151 java_files = | 2153 java_files = |
2152 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2154 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
2153 } | 2155 } |
2154 } | 2156 } |
OLD | NEW |