| 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 'includes': [ | 6 'includes': [ |
| 7 'trace_event/trace_event.gypi', | 7 'trace_event/trace_event.gypi', |
| 8 ], | 8 ], |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'variables': { | 10 'variables': { |
| (...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 'metrics/histogram_samples.cc', | 409 'metrics/histogram_samples.cc', |
| 410 'metrics/histogram_samples.h', | 410 'metrics/histogram_samples.h', |
| 411 'metrics/histogram_snapshot_manager.cc', | 411 'metrics/histogram_snapshot_manager.cc', |
| 412 'metrics/histogram_snapshot_manager.h', | 412 'metrics/histogram_snapshot_manager.h', |
| 413 'metrics/metrics_hashes.cc', | 413 'metrics/metrics_hashes.cc', |
| 414 'metrics/metrics_hashes.h', | 414 'metrics/metrics_hashes.h', |
| 415 'metrics/persistent_histogram_allocator.cc', | 415 'metrics/persistent_histogram_allocator.cc', |
| 416 'metrics/persistent_histogram_allocator.h', | 416 'metrics/persistent_histogram_allocator.h', |
| 417 'metrics/persistent_memory_allocator.cc', | 417 'metrics/persistent_memory_allocator.cc', |
| 418 'metrics/persistent_memory_allocator.h', | 418 'metrics/persistent_memory_allocator.h', |
| 419 'metrics/persistent_sample_map.cc', |
| 420 'metrics/persistent_sample_map.h', |
| 419 'metrics/sample_map.cc', | 421 'metrics/sample_map.cc', |
| 420 'metrics/sample_map.h', | 422 'metrics/sample_map.h', |
| 421 'metrics/sample_vector.cc', | 423 'metrics/sample_vector.cc', |
| 422 'metrics/sample_vector.h', | 424 'metrics/sample_vector.h', |
| 423 'metrics/sparse_histogram.cc', | 425 'metrics/sparse_histogram.cc', |
| 424 'metrics/sparse_histogram.h', | 426 'metrics/sparse_histogram.h', |
| 425 'metrics/statistics_recorder.cc', | 427 'metrics/statistics_recorder.cc', |
| 426 'metrics/statistics_recorder.h', | 428 'metrics/statistics_recorder.h', |
| 427 'metrics/user_metrics.cc', | 429 'metrics/user_metrics.cc', |
| 428 'metrics/user_metrics.h', | 430 'metrics/user_metrics.h', |
| (...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1067 'i18n/time_formatting.h', | 1069 'i18n/time_formatting.h', |
| 1068 'i18n/timezone.cc', | 1070 'i18n/timezone.cc', |
| 1069 'i18n/timezone.h', | 1071 'i18n/timezone.h', |
| 1070 'i18n/utf8_validator_tables.cc', | 1072 'i18n/utf8_validator_tables.cc', |
| 1071 'i18n/utf8_validator_tables.h', | 1073 'i18n/utf8_validator_tables.h', |
| 1072 ], | 1074 ], |
| 1073 }] | 1075 }] |
| 1074 ], | 1076 ], |
| 1075 }, | 1077 }, |
| 1076 } | 1078 } |
| OLD | NEW |