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

Side by Side Diff: components/components_tests.gyp

Issue 794493002: Add UMA Histogram Manager to Cronet. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disabled flaky HistogramBucketFields unittest Created 6 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 | « no previous file | components/cronet.gypi » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 'json_schema/json_schema_validator_unittest.cc', 152 'json_schema/json_schema_validator_unittest.cc',
153 'json_schema/json_schema_validator_unittest_base.cc', 153 'json_schema/json_schema_validator_unittest_base.cc',
154 'json_schema/json_schema_validator_unittest_base.h', 154 'json_schema/json_schema_validator_unittest_base.h',
155 'keyed_service/content/browser_context_dependency_manager_unittest.c c', 155 'keyed_service/content/browser_context_dependency_manager_unittest.c c',
156 'keyed_service/core/dependency_graph_unittest.cc', 156 'keyed_service/core/dependency_graph_unittest.cc',
157 'language_usage_metrics/language_usage_metrics_unittest.cc', 157 'language_usage_metrics/language_usage_metrics_unittest.cc',
158 'leveldb_proto/proto_database_impl_unittest.cc', 158 'leveldb_proto/proto_database_impl_unittest.cc',
159 'login/screens/screen_context_unittest.cc', 159 'login/screens/screen_context_unittest.cc',
160 'metrics/compression_utils_unittest.cc', 160 'metrics/compression_utils_unittest.cc',
161 'metrics/daily_event_unittest.cc', 161 'metrics/daily_event_unittest.cc',
162 'metrics/histogram_encoder_unittest.cc',
163 'metrics/histogram_manager_unittest.cc',
162 'metrics/machine_id_provider_win_unittest.cc', 164 'metrics/machine_id_provider_win_unittest.cc',
163 'metrics/metrics_hashes_unittest.cc', 165 'metrics/metrics_hashes_unittest.cc',
164 'metrics/metrics_log_manager_unittest.cc', 166 'metrics/metrics_log_manager_unittest.cc',
165 'metrics/metrics_log_unittest.cc', 167 'metrics/metrics_log_unittest.cc',
166 'metrics/metrics_reporting_scheduler_unittest.cc', 168 'metrics/metrics_reporting_scheduler_unittest.cc',
167 'metrics/metrics_service_unittest.cc', 169 'metrics/metrics_service_unittest.cc',
168 'metrics/metrics_state_manager_unittest.cc', 170 'metrics/metrics_state_manager_unittest.cc',
169 'metrics/persisted_logs_unittest.cc', 171 'metrics/persisted_logs_unittest.cc',
170 'metrics/profiler/profiler_metrics_provider_unittest.cc', 172 'metrics/profiler/profiler_metrics_provider_unittest.cc',
171 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc', 173 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc',
(...skipping 905 matching lines...) Expand 10 before | Expand all | Expand 10 after
1077 'dependencies': [ 1079 'dependencies': [
1078 '../base/allocator/allocator.gyp:allocator', 1080 '../base/allocator/allocator.gyp:allocator',
1079 ], 1081 ],
1080 }], 1082 }],
1081 ], 1083 ],
1082 }, 1084 },
1083 ], 1085 ],
1084 }], 1086 }],
1085 ], 1087 ],
1086 } 1088 }
OLDNEW
« no previous file with comments | « no previous file | components/cronet.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698