Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Side by Side Diff: base/base.gypi

Issue 1734033003: Add support for persistent sparse histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed review comments by Alexei Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'metrics/histogram_persistence.cc', 405 'metrics/histogram_persistence.cc',
406 'metrics/histogram_persistence.h', 406 'metrics/histogram_persistence.h',
407 'metrics/histogram_samples.cc', 407 'metrics/histogram_samples.cc',
408 'metrics/histogram_samples.h', 408 'metrics/histogram_samples.h',
409 'metrics/histogram_snapshot_manager.cc', 409 'metrics/histogram_snapshot_manager.cc',
410 'metrics/histogram_snapshot_manager.h', 410 'metrics/histogram_snapshot_manager.h',
411 'metrics/metrics_hashes.cc', 411 'metrics/metrics_hashes.cc',
412 'metrics/metrics_hashes.h', 412 'metrics/metrics_hashes.h',
413 'metrics/persistent_memory_allocator.cc', 413 'metrics/persistent_memory_allocator.cc',
414 'metrics/persistent_memory_allocator.h', 414 'metrics/persistent_memory_allocator.h',
415 'metrics/persistent_sample_map.cc',
416 'metrics/persistent_sample_map.h',
415 'metrics/sample_map.cc', 417 'metrics/sample_map.cc',
416 'metrics/sample_map.h', 418 'metrics/sample_map.h',
417 'metrics/sample_vector.cc', 419 'metrics/sample_vector.cc',
418 'metrics/sample_vector.h', 420 'metrics/sample_vector.h',
419 'metrics/sparse_histogram.cc', 421 'metrics/sparse_histogram.cc',
420 'metrics/sparse_histogram.h', 422 'metrics/sparse_histogram.h',
421 'metrics/statistics_recorder.cc', 423 'metrics/statistics_recorder.cc',
422 'metrics/statistics_recorder.h', 424 'metrics/statistics_recorder.h',
423 'metrics/user_metrics.cc', 425 'metrics/user_metrics.cc',
424 'metrics/user_metrics.h', 426 'metrics/user_metrics.h',
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 'i18n/time_formatting.h', 1059 'i18n/time_formatting.h',
1058 'i18n/timezone.cc', 1060 'i18n/timezone.cc',
1059 'i18n/timezone.h', 1061 'i18n/timezone.h',
1060 'i18n/utf8_validator_tables.cc', 1062 'i18n/utf8_validator_tables.cc',
1061 'i18n/utf8_validator_tables.h', 1063 'i18n/utf8_validator_tables.h',
1062 ], 1064 ],
1063 }] 1065 }]
1064 ], 1066 ],
1065 }, 1067 },
1066 } 1068 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/metrics/histogram.cc » ('j') | base/metrics/histogram.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698