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

Side by Side Diff: base/base.gypi

Issue 27460003: Consolidate serialization code in base::HistogramDeltasSerializer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « base/base.gyp ('k') | base/metrics/histogram_base.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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 'metrics/sample_map.cc', 332 'metrics/sample_map.cc',
333 'metrics/sample_map.h', 333 'metrics/sample_map.h',
334 'metrics/sample_vector.cc', 334 'metrics/sample_vector.cc',
335 'metrics/sample_vector.h', 335 'metrics/sample_vector.h',
336 'metrics/bucket_ranges.cc', 336 'metrics/bucket_ranges.cc',
337 'metrics/bucket_ranges.h', 337 'metrics/bucket_ranges.h',
338 'metrics/histogram.cc', 338 'metrics/histogram.cc',
339 'metrics/histogram.h', 339 'metrics/histogram.h',
340 'metrics/histogram_base.cc', 340 'metrics/histogram_base.cc',
341 'metrics/histogram_base.h', 341 'metrics/histogram_base.h',
342 'metrics/histogram_delta_serialization.cc',
343 'metrics/histogram_delta_serialization.h',
342 'metrics/histogram_flattener.h', 344 'metrics/histogram_flattener.h',
343 'metrics/histogram_samples.cc', 345 'metrics/histogram_samples.cc',
344 'metrics/histogram_samples.h', 346 'metrics/histogram_samples.h',
345 'metrics/histogram_snapshot_manager.cc', 347 'metrics/histogram_snapshot_manager.cc',
346 'metrics/histogram_snapshot_manager.h', 348 'metrics/histogram_snapshot_manager.h',
347 'metrics/sparse_histogram.cc', 349 'metrics/sparse_histogram.cc',
348 'metrics/sparse_histogram.h', 350 'metrics/sparse_histogram.h',
349 'metrics/statistics_recorder.cc', 351 'metrics/statistics_recorder.cc',
350 'metrics/statistics_recorder.h', 352 'metrics/statistics_recorder.h',
351 'metrics/stats_counters.cc', 353 'metrics/stats_counters.cc',
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 ['<(toolkit_uses_gtk) == 1', { 917 ['<(toolkit_uses_gtk) == 1', {
916 'sources!': [ 918 'sources!': [
917 'x11/x11_error_tracker.cc', 919 'x11/x11_error_tracker.cc',
918 ], 920 ],
919 }], 921 }],
920 ], 922 ],
921 }], 923 }],
922 ], 924 ],
923 }, 925 },
924 } 926 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/metrics/histogram_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698