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 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
6 | 6 |
7 if (is_android) { | 7 if (is_android) { |
8 import("//build/config/android/rules.gni") | 8 import("//build/config/android/rules.gni") |
9 } | 9 } |
10 | 10 |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
392 "metrics/sample_vector.h", | 392 "metrics/sample_vector.h", |
393 "metrics/bucket_ranges.cc", | 393 "metrics/bucket_ranges.cc", |
394 "metrics/bucket_ranges.h", | 394 "metrics/bucket_ranges.h", |
395 "metrics/histogram.cc", | 395 "metrics/histogram.cc", |
396 "metrics/histogram.h", | 396 "metrics/histogram.h", |
397 "metrics/histogram_base.cc", | 397 "metrics/histogram_base.cc", |
398 "metrics/histogram_base.h", | 398 "metrics/histogram_base.h", |
399 "metrics/histogram_delta_serialization.cc", | 399 "metrics/histogram_delta_serialization.cc", |
400 "metrics/histogram_delta_serialization.", | 400 "metrics/histogram_delta_serialization.", |
401 "metrics/histogram_flattener.h", | 401 "metrics/histogram_flattener.h", |
| 402 "metrics/histogram_macros.h", |
402 "metrics/histogram_samples.cc", | 403 "metrics/histogram_samples.cc", |
403 "metrics/histogram_samples.h", | 404 "metrics/histogram_samples.h", |
404 "metrics/histogram_snapshot_manager.cc", | 405 "metrics/histogram_snapshot_manager.cc", |
405 "metrics/histogram_snapshot_manager.h", | 406 "metrics/histogram_snapshot_manager.h", |
406 "metrics/sparse_histogram.cc", | 407 "metrics/sparse_histogram.cc", |
407 "metrics/sparse_histogram.h", | 408 "metrics/sparse_histogram.h", |
408 "metrics/statistics_recorder.cc", | 409 "metrics/statistics_recorder.cc", |
409 "metrics/statistics_recorder.h", | 410 "metrics/statistics_recorder.h", |
410 "metrics/stats_counters.cc", | 411 "metrics/stats_counters.cc", |
411 "metrics/stats_counters.h", | 412 "metrics/stats_counters.h", |
(...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1505 # GYP: //base.gyp:base_unittests_apk | 1506 # GYP: //base.gyp:base_unittests_apk |
1506 unittest_apk("base_unittests_apk") { | 1507 unittest_apk("base_unittests_apk") { |
1507 deps = [ | 1508 deps = [ |
1508 ":base_java", | 1509 ":base_java", |
1509 ":base_java_unittest_support", | 1510 ":base_java_unittest_support", |
1510 ":base_unittests", | 1511 ":base_unittests", |
1511 ] | 1512 ] |
1512 unittests_dep = ":base_unittests" | 1513 unittests_dep = ":base_unittests" |
1513 } | 1514 } |
1514 } | 1515 } |
OLD | NEW |