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

Side by Side Diff: components/components_tests.gyp

Issue 318993002: Merge MetricsLog and MetricsLogBase. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: address nits Created 6 years, 6 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 | « chrome/browser/metrics/profiler_metrics_provider.cc ('k') | components/metrics.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 '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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'gcm_driver/gcm_driver_desktop_unittest.cc', 102 'gcm_driver/gcm_driver_desktop_unittest.cc',
103 'invalidation/invalidation_logger_unittest.cc', 103 'invalidation/invalidation_logger_unittest.cc',
104 'json_schema/json_schema_validator_unittest.cc', 104 'json_schema/json_schema_validator_unittest.cc',
105 'json_schema/json_schema_validator_unittest_base.cc', 105 'json_schema/json_schema_validator_unittest_base.cc',
106 'json_schema/json_schema_validator_unittest_base.h', 106 'json_schema/json_schema_validator_unittest_base.h',
107 'keyed_service/content/browser_context_dependency_manager_unittest.c c', 107 'keyed_service/content/browser_context_dependency_manager_unittest.c c',
108 'keyed_service/core/dependency_graph_unittest.cc', 108 'keyed_service/core/dependency_graph_unittest.cc',
109 'language_usage_metrics/language_usage_metrics_unittest.cc', 109 'language_usage_metrics/language_usage_metrics_unittest.cc',
110 'metrics/machine_id_provider_win_unittest.cc', 110 'metrics/machine_id_provider_win_unittest.cc',
111 'metrics/metrics_hashes_unittest.cc', 111 'metrics/metrics_hashes_unittest.cc',
112 'metrics/metrics_log_base_unittest.cc',
113 'metrics/metrics_log_manager_unittest.cc', 112 'metrics/metrics_log_manager_unittest.cc',
113 'metrics/metrics_log_unittest.cc',
114 'metrics/metrics_reporting_scheduler_unittest.cc', 114 'metrics/metrics_reporting_scheduler_unittest.cc',
115 'metrics/metrics_state_manager_unittest.cc', 115 'metrics/metrics_state_manager_unittest.cc',
116 'metrics/net/compression_utils_unittest.cc', 116 'metrics/net/compression_utils_unittest.cc',
117 'metrics/persisted_logs_unittest.cc', 117 'metrics/persisted_logs_unittest.cc',
118 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc', 118 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc',
119 'network_time/network_time_tracker_unittest.cc', 119 'network_time/network_time_tracker_unittest.cc',
120 'os_crypt/ie7_password_win_unittest.cc', 120 'os_crypt/ie7_password_win_unittest.cc',
121 'os_crypt/keychain_password_mac_unittest.mm', 121 'os_crypt/keychain_password_mac_unittest.mm',
122 'os_crypt/os_crypt_unittest.cc', 122 'os_crypt/os_crypt_unittest.cc',
123 'password_manager/core/browser/browser_save_password_progress_logger _unittest.cc', 123 'password_manager/core/browser/browser_save_password_progress_logger _unittest.cc',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 264
265 # Dependencies of keyed_service 265 # Dependencies of keyed_service
266 'components.gyp:keyed_service_core', 266 'components.gyp:keyed_service_core',
267 267
268 # Dependencies of language_usage_metrics 268 # Dependencies of language_usage_metrics
269 'components.gyp:language_usage_metrics', 269 'components.gyp:language_usage_metrics',
270 270
271 # Dependencies of metrics 271 # Dependencies of metrics
272 'components.gyp:metrics', 272 'components.gyp:metrics',
273 'components.gyp:metrics_net', 273 'components.gyp:metrics_net',
274 'components.gyp:metrics_test_support',
274 275
275 # Dependencies of network_time 276 # Dependencies of network_time
276 'components.gyp:network_time', 277 'components.gyp:network_time',
277 278
278 # Dependencies of os_crypt 279 # Dependencies of os_crypt
279 'components.gyp:os_crypt', 280 'components.gyp:os_crypt',
280 281
281 # Dependencies of password_manager 282 # Dependencies of password_manager
282 'components.gyp:password_manager_core_browser', 283 'components.gyp:password_manager_core_browser',
283 'components.gyp:password_manager_core_browser_test_support', 284 'components.gyp:password_manager_core_browser_test_support',
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 'dependencies': [ 765 'dependencies': [
765 '../base/allocator/allocator.gyp:allocator', 766 '../base/allocator/allocator.gyp:allocator',
766 ], 767 ],
767 }], 768 }],
768 ], 769 ],
769 }, 770 },
770 ], 771 ],
771 }], 772 }],
772 ], 773 ],
773 } 774 }
OLDNEW
« no previous file with comments | « chrome/browser/metrics/profiler_metrics_provider.cc ('k') | components/metrics.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698