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

Side by Side Diff: components/components_tests.gyp

Issue 333353005: Move OmahaQueryParams to a component and add a delegate interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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
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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'metrics/machine_id_provider_win_unittest.cc', 122 'metrics/machine_id_provider_win_unittest.cc',
123 'metrics/metrics_hashes_unittest.cc', 123 'metrics/metrics_hashes_unittest.cc',
124 'metrics/metrics_log_manager_unittest.cc', 124 'metrics/metrics_log_manager_unittest.cc',
125 'metrics/metrics_log_unittest.cc', 125 'metrics/metrics_log_unittest.cc',
126 'metrics/metrics_reporting_scheduler_unittest.cc', 126 'metrics/metrics_reporting_scheduler_unittest.cc',
127 'metrics/metrics_service_unittest.cc', 127 'metrics/metrics_service_unittest.cc',
128 'metrics/metrics_state_manager_unittest.cc', 128 'metrics/metrics_state_manager_unittest.cc',
129 'metrics/persisted_logs_unittest.cc', 129 'metrics/persisted_logs_unittest.cc',
130 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc', 130 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc',
131 'network_time/network_time_tracker_unittest.cc', 131 'network_time/network_time_tracker_unittest.cc',
132 'omaha_query_params/omaha_query_params_unittest.cc',
132 'os_crypt/ie7_password_win_unittest.cc', 133 'os_crypt/ie7_password_win_unittest.cc',
133 'os_crypt/keychain_password_mac_unittest.mm', 134 'os_crypt/keychain_password_mac_unittest.mm',
134 'os_crypt/os_crypt_unittest.cc', 135 'os_crypt/os_crypt_unittest.cc',
135 'password_manager/core/browser/browser_save_password_progress_logger _unittest.cc', 136 'password_manager/core/browser/browser_save_password_progress_logger _unittest.cc',
136 'password_manager/core/browser/log_router_unittest.cc', 137 'password_manager/core/browser/log_router_unittest.cc',
137 'password_manager/core/browser/login_database_unittest.cc', 138 'password_manager/core/browser/login_database_unittest.cc',
138 'password_manager/core/browser/password_autofill_manager_unittest.cc ', 139 'password_manager/core/browser/password_autofill_manager_unittest.cc ',
139 'password_manager/core/browser/password_form_manager_unittest.cc', 140 'password_manager/core/browser/password_form_manager_unittest.cc',
140 'password_manager/core/browser/password_generation_manager_unittest. cc', 141 'password_manager/core/browser/password_generation_manager_unittest. cc',
141 'password_manager/core/browser/password_manager_unittest.cc', 142 'password_manager/core/browser/password_manager_unittest.cc',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'components.gyp:leveldb_proto_test_support', 296 'components.gyp:leveldb_proto_test_support',
296 297
297 # Dependencies of metrics 298 # Dependencies of metrics
298 'components.gyp:metrics', 299 'components.gyp:metrics',
299 'components.gyp:metrics_net', 300 'components.gyp:metrics_net',
300 'components.gyp:metrics_test_support', 301 'components.gyp:metrics_test_support',
301 302
302 # Dependencies of network_time 303 # Dependencies of network_time
303 'components.gyp:network_time', 304 'components.gyp:network_time',
304 305
306 # Dependencies of omaha_query_params
307 'components.gyp:omaha_query_params',
308
305 # Dependencies of os_crypt 309 # Dependencies of os_crypt
306 'components.gyp:os_crypt', 310 'components.gyp:os_crypt',
307 311
308 # Dependencies of password_manager 312 # Dependencies of password_manager
309 'components.gyp:password_manager_core_browser', 313 'components.gyp:password_manager_core_browser',
310 'components.gyp:password_manager_core_browser_test_support', 314 'components.gyp:password_manager_core_browser_test_support',
311 315
312 # Dependencies of precache/core 316 # Dependencies of precache/core
313 'components.gyp:password_manager_core_browser', 317 'components.gyp:password_manager_core_browser',
314 'components.gyp:precache_core', 318 'components.gyp:precache_core',
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
807 'dependencies': [ 811 'dependencies': [
808 '../base/allocator/allocator.gyp:allocator', 812 '../base/allocator/allocator.gyp:allocator',
809 ], 813 ],
810 }], 814 }],
811 ], 815 ],
812 }, 816 },
813 ], 817 ],
814 }], 818 }],
815 ], 819 ],
816 } 820 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698