OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
6 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'base_target': 0, | 8 'base_target': 0, |
9 'base_i18n_target': 0, | 9 'base_i18n_target': 0, |
10 }, | 10 }, |
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
386 'metrics/sample_vector.h', | 386 'metrics/sample_vector.h', |
387 'metrics/bucket_ranges.cc', | 387 'metrics/bucket_ranges.cc', |
388 'metrics/bucket_ranges.h', | 388 'metrics/bucket_ranges.h', |
389 'metrics/histogram.cc', | 389 'metrics/histogram.cc', |
390 'metrics/histogram.h', | 390 'metrics/histogram.h', |
391 'metrics/histogram_base.cc', | 391 'metrics/histogram_base.cc', |
392 'metrics/histogram_base.h', | 392 'metrics/histogram_base.h', |
393 'metrics/histogram_delta_serialization.cc', | 393 'metrics/histogram_delta_serialization.cc', |
394 'metrics/histogram_delta_serialization.h', | 394 'metrics/histogram_delta_serialization.h', |
395 'metrics/histogram_flattener.h', | 395 'metrics/histogram_flattener.h', |
| 396 'metrics/histogram_macros.h', |
396 'metrics/histogram_samples.cc', | 397 'metrics/histogram_samples.cc', |
397 'metrics/histogram_samples.h', | 398 'metrics/histogram_samples.h', |
398 'metrics/histogram_snapshot_manager.cc', | 399 'metrics/histogram_snapshot_manager.cc', |
399 'metrics/histogram_snapshot_manager.h', | 400 'metrics/histogram_snapshot_manager.h', |
400 'metrics/sparse_histogram.cc', | 401 'metrics/sparse_histogram.cc', |
401 'metrics/sparse_histogram.h', | 402 'metrics/sparse_histogram.h', |
402 'metrics/statistics_recorder.cc', | 403 'metrics/statistics_recorder.cc', |
403 'metrics/statistics_recorder.h', | 404 'metrics/statistics_recorder.h', |
404 'metrics/stats_counters.cc', | 405 'metrics/stats_counters.cc', |
405 'metrics/stats_counters.h', | 406 'metrics/stats_counters.h', |
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1017 'i18n/time_formatting.h', | 1018 'i18n/time_formatting.h', |
1018 'i18n/timezone.cc', | 1019 'i18n/timezone.cc', |
1019 'i18n/timezone.h', | 1020 'i18n/timezone.h', |
1020 'i18n/utf8_validator_tables.cc', | 1021 'i18n/utf8_validator_tables.cc', |
1021 'i18n/utf8_validator_tables.h', | 1022 'i18n/utf8_validator_tables.h', |
1022 ], | 1023 ], |
1023 }] | 1024 }] |
1024 ], | 1025 ], |
1025 }, | 1026 }, |
1026 } | 1027 } |
OLD | NEW |