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

Side by Side Diff: components/components_tests.gyp

Issue 311133006: Add more Rappor metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'precache/core/precache_database_unittest.cc', 135 'precache/core/precache_database_unittest.cc',
136 'precache/core/precache_fetcher_unittest.cc', 136 'precache/core/precache_fetcher_unittest.cc',
137 'precache/core/precache_url_table_unittest.cc', 137 'precache/core/precache_url_table_unittest.cc',
138 'query_parser/query_parser_unittest.cc', 138 'query_parser/query_parser_unittest.cc',
139 'query_parser/snippet_unittest.cc', 139 'query_parser/snippet_unittest.cc',
140 'rappor/bloom_filter_unittest.cc', 140 'rappor/bloom_filter_unittest.cc',
141 'rappor/byte_vector_utils_unittest.cc', 141 'rappor/byte_vector_utils_unittest.cc',
142 'rappor/log_uploader_unittest.cc', 142 'rappor/log_uploader_unittest.cc',
143 'rappor/rappor_metric_unittest.cc', 143 'rappor/rappor_metric_unittest.cc',
144 'rappor/rappor_service_unittest.cc', 144 'rappor/rappor_service_unittest.cc',
145 'rappor/rappor_utils_unittest.cc',
145 'search_provider_logos/logo_cache_unittest.cc', 146 'search_provider_logos/logo_cache_unittest.cc',
146 'search_provider_logos/logo_tracker_unittest.cc', 147 'search_provider_logos/logo_tracker_unittest.cc',
147 'sessions/serialized_navigation_entry_unittest.cc', 148 'sessions/serialized_navigation_entry_unittest.cc',
148 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c c', 149 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c c',
149 'signin/core/browser/signin_error_controller_unittest.cc', 150 'signin/core/browser/signin_error_controller_unittest.cc',
150 'signin/core/browser/webdata/token_service_table_unittest.cc', 151 'signin/core/browser/webdata/token_service_table_unittest.cc',
151 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm', 152 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm',
152 'storage_monitor/image_capture_device_manager_unittest.mm', 153 'storage_monitor/image_capture_device_manager_unittest.mm',
153 'storage_monitor/media_storage_util_unittest.cc', 154 'storage_monitor/media_storage_util_unittest.cc',
154 'storage_monitor/media_transfer_protocol_device_observer_linux_unitt est.cc', 155 'storage_monitor/media_transfer_protocol_device_observer_linux_unitt est.cc',
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 'dependencies': [ 738 'dependencies': [
738 '../base/allocator/allocator.gyp:allocator', 739 '../base/allocator/allocator.gyp:allocator',
739 ], 740 ],
740 }], 741 }],
741 ], 742 ],
742 }, 743 },
743 ], 744 ],
744 }], 745 }],
745 ], 746 ],
746 } 747 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698