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

Side by Side Diff: base/base.gypi

Issue 1738063002: Refactor histogram_persistence to be a class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed final 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
« no previous file with comments | « base/base.gyp ('k') | base/metrics/histogram.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'metrics/bucket_ranges.cc', 395 'metrics/bucket_ranges.cc',
396 'metrics/bucket_ranges.h', 396 'metrics/bucket_ranges.h',
397 'metrics/histogram.cc', 397 'metrics/histogram.cc',
398 'metrics/histogram.h', 398 'metrics/histogram.h',
399 'metrics/histogram_base.cc', 399 'metrics/histogram_base.cc',
400 'metrics/histogram_base.h', 400 'metrics/histogram_base.h',
401 'metrics/histogram_delta_serialization.cc', 401 'metrics/histogram_delta_serialization.cc',
402 'metrics/histogram_delta_serialization.h', 402 'metrics/histogram_delta_serialization.h',
403 'metrics/histogram_flattener.h', 403 'metrics/histogram_flattener.h',
404 'metrics/histogram_macros.h', 404 'metrics/histogram_macros.h',
405 'metrics/histogram_persistence.cc',
406 'metrics/histogram_persistence.h',
407 'metrics/histogram_samples.cc', 405 'metrics/histogram_samples.cc',
408 'metrics/histogram_samples.h', 406 'metrics/histogram_samples.h',
409 'metrics/histogram_snapshot_manager.cc', 407 'metrics/histogram_snapshot_manager.cc',
410 'metrics/histogram_snapshot_manager.h', 408 'metrics/histogram_snapshot_manager.h',
411 'metrics/metrics_hashes.cc', 409 'metrics/metrics_hashes.cc',
412 'metrics/metrics_hashes.h', 410 'metrics/metrics_hashes.h',
411 'metrics/persistent_histogram_allocator.cc',
412 'metrics/persistent_histogram_allocator.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/sample_map.cc', 415 'metrics/sample_map.cc',
416 'metrics/sample_map.h', 416 'metrics/sample_map.h',
417 'metrics/sample_vector.cc', 417 'metrics/sample_vector.cc',
418 'metrics/sample_vector.h', 418 'metrics/sample_vector.h',
419 'metrics/sparse_histogram.cc', 419 'metrics/sparse_histogram.cc',
420 'metrics/sparse_histogram.h', 420 'metrics/sparse_histogram.h',
421 'metrics/statistics_recorder.cc', 421 'metrics/statistics_recorder.cc',
422 'metrics/statistics_recorder.h', 422 'metrics/statistics_recorder.h',
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
1057 'i18n/time_formatting.h', 1057 'i18n/time_formatting.h',
1058 'i18n/timezone.cc', 1058 'i18n/timezone.cc',
1059 'i18n/timezone.h', 1059 'i18n/timezone.h',
1060 'i18n/utf8_validator_tables.cc', 1060 'i18n/utf8_validator_tables.cc',
1061 'i18n/utf8_validator_tables.h', 1061 'i18n/utf8_validator_tables.h',
1062 ], 1062 ],
1063 }] 1063 }]
1064 ], 1064 ],
1065 }, 1065 },
1066 } 1066 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/metrics/histogram.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698