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

Side by Side Diff: components/components_tests.gyp

Issue 803313003: Rename omaha_client and similar tokens to update_client in all contexts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: rebase to master Created 5 years, 11 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
« no previous file with comments | « components/components.gyp ('k') | components/omaha_client.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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'metrics/metrics_hashes_unittest.cc', 171 'metrics/metrics_hashes_unittest.cc',
172 'metrics/metrics_log_manager_unittest.cc', 172 'metrics/metrics_log_manager_unittest.cc',
173 'metrics/metrics_log_unittest.cc', 173 'metrics/metrics_log_unittest.cc',
174 'metrics/metrics_reporting_scheduler_unittest.cc', 174 'metrics/metrics_reporting_scheduler_unittest.cc',
175 'metrics/metrics_service_unittest.cc', 175 'metrics/metrics_service_unittest.cc',
176 'metrics/metrics_state_manager_unittest.cc', 176 'metrics/metrics_state_manager_unittest.cc',
177 'metrics/persisted_logs_unittest.cc', 177 'metrics/persisted_logs_unittest.cc',
178 'metrics/profiler/profiler_metrics_provider_unittest.cc', 178 'metrics/profiler/profiler_metrics_provider_unittest.cc',
179 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc', 179 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc',
180 'network_time/network_time_tracker_unittest.cc', 180 'network_time/network_time_tracker_unittest.cc',
181 'omaha_client/omaha_query_params_unittest.cc',
182 'omnibox/answers_cache_unittest.cc', 181 'omnibox/answers_cache_unittest.cc',
183 'omnibox/base_search_provider_unittest.cc', 182 'omnibox/base_search_provider_unittest.cc',
184 'omnibox/autocomplete_input_unittest.cc', 183 'omnibox/autocomplete_input_unittest.cc',
185 'omnibox/autocomplete_match_unittest.cc', 184 'omnibox/autocomplete_match_unittest.cc',
186 'omnibox/autocomplete_result_unittest.cc', 185 'omnibox/autocomplete_result_unittest.cc',
187 'omnibox/keyword_provider_unittest.cc', 186 'omnibox/keyword_provider_unittest.cc',
188 'omnibox/omnibox_field_trial_unittest.cc', 187 'omnibox/omnibox_field_trial_unittest.cc',
189 'omnibox/suggestion_answer_unittest.cc', 188 'omnibox/suggestion_answer_unittest.cc',
190 'os_crypt/ie7_password_win_unittest.cc', 189 'os_crypt/ie7_password_win_unittest.cc',
191 'os_crypt/keychain_password_mac_unittest.mm', 190 'os_crypt/keychain_password_mac_unittest.mm',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 'translate/core/browser/language_state_unittest.cc', 266 'translate/core/browser/language_state_unittest.cc',
268 'translate/core/browser/translate_browser_metrics_unittest.cc', 267 'translate/core/browser/translate_browser_metrics_unittest.cc',
269 'translate/core/browser/translate_prefs_unittest.cc', 268 'translate/core/browser/translate_prefs_unittest.cc',
270 'translate/core/browser/translate_script_unittest.cc', 269 'translate/core/browser/translate_script_unittest.cc',
271 'translate/core/common/translate_metrics_unittest.cc', 270 'translate/core/common/translate_metrics_unittest.cc',
272 'translate/core/common/translate_util_unittest.cc', 271 'translate/core/common/translate_util_unittest.cc',
273 'translate/core/language_detection/language_detection_util_unittest. cc', 272 'translate/core/language_detection/language_detection_util_unittest. cc',
274 'translate/ios/browser/js_translate_manager_unittest.mm', 273 'translate/ios/browser/js_translate_manager_unittest.mm',
275 'translate/ios/browser/language_detection_controller_unittest.mm', 274 'translate/ios/browser/language_detection_controller_unittest.mm',
276 'translate/ios/browser/translate_controller_unittest.mm', 275 'translate/ios/browser/translate_controller_unittest.mm',
276 'update_client/update_query_params_unittest.cc',
277 'url_matcher/regex_set_matcher_unittest.cc', 277 'url_matcher/regex_set_matcher_unittest.cc',
278 'url_matcher/string_pattern_unittest.cc', 278 'url_matcher/string_pattern_unittest.cc',
279 'url_matcher/substring_set_matcher_unittest.cc', 279 'url_matcher/substring_set_matcher_unittest.cc',
280 'url_matcher/url_matcher_factory_unittest.cc', 280 'url_matcher/url_matcher_factory_unittest.cc',
281 'url_matcher/url_matcher_unittest.cc', 281 'url_matcher/url_matcher_unittest.cc',
282 'url_fixer/url_fixer_unittest.cc', 282 'url_fixer/url_fixer_unittest.cc',
283 'variations/active_field_trials_unittest.cc', 283 'variations/active_field_trials_unittest.cc',
284 'variations/caching_permuted_entropy_provider_unittest.cc', 284 'variations/caching_permuted_entropy_provider_unittest.cc',
285 'variations/entropy_provider_unittest.cc', 285 'variations/entropy_provider_unittest.cc',
286 'variations/metrics_util_unittest.cc', 286 'variations/metrics_util_unittest.cc',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 # Dependencies of metrics 415 # Dependencies of metrics
416 'components.gyp:metrics', 416 'components.gyp:metrics',
417 'components.gyp:metrics_gpu', 417 'components.gyp:metrics_gpu',
418 'components.gyp:metrics_net', 418 'components.gyp:metrics_net',
419 'components.gyp:metrics_profiler', 419 'components.gyp:metrics_profiler',
420 'components.gyp:metrics_test_support', 420 'components.gyp:metrics_test_support',
421 421
422 # Dependencies of network_time 422 # Dependencies of network_time
423 'components.gyp:network_time', 423 'components.gyp:network_time',
424 424
425 # Dependencies of omaha_client
426 'components.gyp:omaha_client',
427
428 # Dependencies of omnibox 425 # Dependencies of omnibox
429 'components.gyp:omnibox', 426 'components.gyp:omnibox',
430 'components.gyp:omnibox_test_support', 427 'components.gyp:omnibox_test_support',
431 428
432 # Dependencies of os_crypt 429 # Dependencies of os_crypt
433 'components.gyp:os_crypt', 430 'components.gyp:os_crypt',
434 431
435 # Dependencies of ownership 432 # Dependencies of ownership
436 'components.gyp:ownership', 433 'components.gyp:ownership',
437 434
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 'components.gyp:sync_driver_test_support', 475 'components.gyp:sync_driver_test_support',
479 476
480 # Dependencies of translate. 477 # Dependencies of translate.
481 'components.gyp:translate_core_browser', 478 'components.gyp:translate_core_browser',
482 'components.gyp:translate_core_common', 479 'components.gyp:translate_core_common',
483 'components.gyp:translate_core_language_detection', 480 'components.gyp:translate_core_language_detection',
484 481
485 # Dependencies of wallpaper 482 # Dependencies of wallpaper
486 'components.gyp:wallpaper', 483 'components.gyp:wallpaper',
487 484
485 # Dependencies of update_client
486 'components.gyp:update_client',
487
488 # Dependencies of url_fixer 488 # Dependencies of url_fixer
489 'components.gyp:url_fixer', 489 'components.gyp:url_fixer',
490 '../url/url.gyp:url_lib', 490 '../url/url.gyp:url_lib',
491 491
492 # Dependencies of variations 492 # Dependencies of variations
493 'components.gyp:variations', 493 'components.gyp:variations',
494 'components.gyp:variations_http_provider', 494 'components.gyp:variations_http_provider',
495 495
496 # Dependencies of web_resource 496 # Dependencies of web_resource
497 'components.gyp:web_resource', 497 'components.gyp:web_resource',
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 'dependencies': [ 1104 'dependencies': [
1105 '../base/allocator/allocator.gyp:allocator', 1105 '../base/allocator/allocator.gyp:allocator',
1106 ], 1106 ],
1107 }], 1107 }],
1108 ], 1108 ],
1109 }, 1109 },
1110 ], 1110 ],
1111 }], 1111 }],
1112 ], 1112 ],
1113 } 1113 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/omaha_client.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698