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

Side by Side Diff: base/base.gypi

Issue 1476633003: Move HashMetricName to base namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed unittest Created 5 years 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/BUILD.gn » ('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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 'metrics/histogram_base.cc', 396 'metrics/histogram_base.cc',
397 'metrics/histogram_base.h', 397 'metrics/histogram_base.h',
398 'metrics/histogram_delta_serialization.cc', 398 'metrics/histogram_delta_serialization.cc',
399 'metrics/histogram_delta_serialization.h', 399 'metrics/histogram_delta_serialization.h',
400 'metrics/histogram_flattener.h', 400 'metrics/histogram_flattener.h',
401 'metrics/histogram_macros.h', 401 'metrics/histogram_macros.h',
402 'metrics/histogram_samples.cc', 402 'metrics/histogram_samples.cc',
403 'metrics/histogram_samples.h', 403 'metrics/histogram_samples.h',
404 'metrics/histogram_snapshot_manager.cc', 404 'metrics/histogram_snapshot_manager.cc',
405 'metrics/histogram_snapshot_manager.h', 405 'metrics/histogram_snapshot_manager.h',
406 'metrics/metrics_hashes.cc',
407 'metrics/metrics_hashes.h',
406 'metrics/sample_map.cc', 408 'metrics/sample_map.cc',
407 'metrics/sample_map.h', 409 'metrics/sample_map.h',
408 'metrics/sample_vector.cc', 410 'metrics/sample_vector.cc',
409 'metrics/sample_vector.h', 411 'metrics/sample_vector.h',
410 'metrics/sparse_histogram.cc', 412 'metrics/sparse_histogram.cc',
411 'metrics/sparse_histogram.h', 413 'metrics/sparse_histogram.h',
412 'metrics/statistics_recorder.cc', 414 'metrics/statistics_recorder.cc',
413 'metrics/statistics_recorder.h', 415 'metrics/statistics_recorder.h',
414 'metrics/user_metrics.cc', 416 'metrics/user_metrics.cc',
415 'metrics/user_metrics.h', 417 'metrics/user_metrics.h',
(...skipping 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
1051 'i18n/time_formatting.h', 1053 'i18n/time_formatting.h',
1052 'i18n/timezone.cc', 1054 'i18n/timezone.cc',
1053 'i18n/timezone.h', 1055 'i18n/timezone.h',
1054 'i18n/utf8_validator_tables.cc', 1056 'i18n/utf8_validator_tables.cc',
1055 'i18n/utf8_validator_tables.h', 1057 'i18n/utf8_validator_tables.h',
1056 ], 1058 ],
1057 }] 1059 }]
1058 ], 1060 ],
1059 }, 1061 },
1060 } 1062 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/metrics/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698