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

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: Fix build errors 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') | components/cronet/android/histogram_manager.cc » ('J')
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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'json_schema/json_schema_validator_unittest.cc', 150 'json_schema/json_schema_validator_unittest.cc',
151 'json_schema/json_schema_validator_unittest_base.cc', 151 'json_schema/json_schema_validator_unittest_base.cc',
152 'json_schema/json_schema_validator_unittest_base.h', 152 'json_schema/json_schema_validator_unittest_base.h',
153 'keyed_service/content/browser_context_dependency_manager_unittest.c c', 153 'keyed_service/content/browser_context_dependency_manager_unittest.c c',
154 'keyed_service/core/dependency_graph_unittest.cc', 154 'keyed_service/core/dependency_graph_unittest.cc',
155 'language_usage_metrics/language_usage_metrics_unittest.cc', 155 'language_usage_metrics/language_usage_metrics_unittest.cc',
156 'leveldb_proto/proto_database_impl_unittest.cc', 156 'leveldb_proto/proto_database_impl_unittest.cc',
157 'login/screens/screen_context_unittest.cc', 157 'login/screens/screen_context_unittest.cc',
158 'metrics/compression_utils_unittest.cc', 158 'metrics/compression_utils_unittest.cc',
159 'metrics/daily_event_unittest.cc', 159 'metrics/daily_event_unittest.cc',
160 'metrics/histogram_encoder_unittest.cc',
mef 2014/12/11 23:11:40 is there corresponding gn file?
ramant (doing other things) 2014/12/12 02:43:05 Added the unit tests to BUILD.gn also.
161 'metrics/histogram_manager_unittest.cc',
160 'metrics/machine_id_provider_win_unittest.cc', 162 'metrics/machine_id_provider_win_unittest.cc',
161 'metrics/metrics_hashes_unittest.cc', 163 'metrics/metrics_hashes_unittest.cc',
162 'metrics/metrics_log_manager_unittest.cc', 164 'metrics/metrics_log_manager_unittest.cc',
163 'metrics/metrics_log_unittest.cc', 165 'metrics/metrics_log_unittest.cc',
164 'metrics/metrics_reporting_scheduler_unittest.cc', 166 'metrics/metrics_reporting_scheduler_unittest.cc',
165 'metrics/metrics_service_unittest.cc', 167 'metrics/metrics_service_unittest.cc',
166 'metrics/metrics_state_manager_unittest.cc', 168 'metrics/metrics_state_manager_unittest.cc',
167 'metrics/persisted_logs_unittest.cc', 169 'metrics/persisted_logs_unittest.cc',
168 'metrics/profiler/profiler_metrics_provider_unittest.cc', 170 'metrics/profiler/profiler_metrics_provider_unittest.cc',
169 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc', 171 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc',
(...skipping 900 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 'dependencies': [ 1072 'dependencies': [
1071 '../base/allocator/allocator.gyp:allocator', 1073 '../base/allocator/allocator.gyp:allocator',
1072 ], 1074 ],
1073 }], 1075 }],
1074 ], 1076 ],
1075 }, 1077 },
1076 ], 1078 ],
1077 }], 1079 }],
1078 ], 1080 ],
1079 } 1081 }
OLDNEW
« no previous file with comments | « no previous file | components/cronet.gypi » ('j') | components/cronet/android/histogram_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698