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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
537 "metrics/histogram_samples.cc", | 537 "metrics/histogram_samples.cc", |
538 "metrics/histogram_samples.h", | 538 "metrics/histogram_samples.h", |
539 "metrics/histogram_snapshot_manager.cc", | 539 "metrics/histogram_snapshot_manager.cc", |
540 "metrics/histogram_snapshot_manager.h", | 540 "metrics/histogram_snapshot_manager.h", |
541 "metrics/metrics_hashes.cc", | 541 "metrics/metrics_hashes.cc", |
542 "metrics/metrics_hashes.h", | 542 "metrics/metrics_hashes.h", |
543 "metrics/persistent_histogram_allocator.cc", | 543 "metrics/persistent_histogram_allocator.cc", |
544 "metrics/persistent_histogram_allocator.h", | 544 "metrics/persistent_histogram_allocator.h", |
545 "metrics/persistent_memory_allocator.cc", | 545 "metrics/persistent_memory_allocator.cc", |
546 "metrics/persistent_memory_allocator.h", | 546 "metrics/persistent_memory_allocator.h", |
| 547 "metrics/persistent_metrics_file_util.cc", |
| 548 "metrics/persistent_metrics_file_util.h", |
547 "metrics/persistent_sample_map.cc", | 549 "metrics/persistent_sample_map.cc", |
548 "metrics/persistent_sample_map.h", | 550 "metrics/persistent_sample_map.h", |
549 "metrics/sample_map.cc", | 551 "metrics/sample_map.cc", |
550 "metrics/sample_map.h", | 552 "metrics/sample_map.h", |
551 "metrics/sample_vector.cc", | 553 "metrics/sample_vector.cc", |
552 "metrics/sample_vector.h", | 554 "metrics/sample_vector.h", |
553 "metrics/sparse_histogram.cc", | 555 "metrics/sparse_histogram.cc", |
554 "metrics/sparse_histogram.h", | 556 "metrics/sparse_histogram.h", |
555 "metrics/statistics_recorder.cc", | 557 "metrics/statistics_recorder.cc", |
556 "metrics/statistics_recorder.h", | 558 "metrics/statistics_recorder.h", |
(...skipping 1890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2447 testonly = true | 2449 testonly = true |
2448 deps = [ | 2450 deps = [ |
2449 ":base_java", | 2451 ":base_java", |
2450 ] | 2452 ] |
2451 java_files = [ | 2453 java_files = [ |
2452 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", | 2454 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", |
2453 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", | 2455 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", |
2454 ] | 2456 ] |
2455 } | 2457 } |
2456 } | 2458 } |
OLD | NEW |