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

Side by Side Diff: components/components_tests.gyp

Issue 808773005: Move most of the component updater artifacts to update_client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'bookmarks/browser/bookmark_utils_unittest.cc', 74 'bookmarks/browser/bookmark_utils_unittest.cc',
75 'browser_watcher/endsession_watcher_window_win_unittest.cc', 75 'browser_watcher/endsession_watcher_window_win_unittest.cc',
76 'browser_watcher/exit_funnel_win_unittest.cc', 76 'browser_watcher/exit_funnel_win_unittest.cc',
77 'browser_watcher/exit_code_watcher_win_unittest.cc', 77 'browser_watcher/exit_code_watcher_win_unittest.cc',
78 'browser_watcher/watcher_client_win_unittest.cc', 78 'browser_watcher/watcher_client_win_unittest.cc',
79 'browser_watcher/watcher_metrics_provider_win_unittest.cc', 79 'browser_watcher/watcher_metrics_provider_win_unittest.cc',
80 'crash/app/crash_keys_win_unittest.cc', 80 'crash/app/crash_keys_win_unittest.cc',
81 'captive_portal/captive_portal_detector_unittest.cc', 81 'captive_portal/captive_portal_detector_unittest.cc',
82 'cloud_devices/common/cloud_devices_urls_unittest.cc', 82 'cloud_devices/common/cloud_devices_urls_unittest.cc',
83 'cloud_devices/common/printer_description_unittest.cc', 83 'cloud_devices/common/printer_description_unittest.cc',
84 'component_updater/test/component_patcher_unittest.cc',
85 'component_updater/test/component_updater_ping_manager_unittest.cc',
86 'component_updater/test/crx_downloader_unittest.cc',
87 'component_updater/test/request_sender_unittest.cc',
88 'component_updater/test/update_checker_unittest.cc',
89 'component_updater/test/update_response_unittest.cc',
90 'content_settings/core/browser/content_settings_mock_provider.cc', 84 'content_settings/core/browser/content_settings_mock_provider.cc',
91 'content_settings/core/browser/content_settings_mock_provider.h', 85 'content_settings/core/browser/content_settings_mock_provider.h',
92 'content_settings/core/browser/content_settings_provider_unittest.cc ', 86 'content_settings/core/browser/content_settings_provider_unittest.cc ',
93 'content_settings/core/browser/content_settings_rule_unittest.cc', 87 'content_settings/core/browser/content_settings_rule_unittest.cc',
94 'content_settings/core/browser/content_settings_utils_unittest.cc', 88 'content_settings/core/browser/content_settings_utils_unittest.cc',
95 'content_settings/core/common/content_settings_pattern_parser_unitte st.cc', 89 'content_settings/core/common/content_settings_pattern_parser_unitte st.cc',
96 'content_settings/core/common/content_settings_pattern_unittest.cc', 90 'content_settings/core/common/content_settings_pattern_unittest.cc',
97 'crx_file/id_util_unittest.cc', 91 'crx_file/id_util_unittest.cc',
98 'data_reduction_proxy/core/browser/data_reduction_proxy_auth_request _handler_unittest.cc', 92 'data_reduction_proxy/core/browser/data_reduction_proxy_auth_request _handler_unittest.cc',
99 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_proto col_unittest.cc', 93 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_proto col_unittest.cc',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 'translate/core/browser/translate_browser_metrics_unittest.cc', 268 'translate/core/browser/translate_browser_metrics_unittest.cc',
275 'translate/core/browser/translate_prefs_unittest.cc', 269 'translate/core/browser/translate_prefs_unittest.cc',
276 'translate/core/browser/translate_script_unittest.cc', 270 'translate/core/browser/translate_script_unittest.cc',
277 'translate/core/common/translate_metrics_unittest.cc', 271 'translate/core/common/translate_metrics_unittest.cc',
278 'translate/core/common/translate_util_unittest.cc', 272 'translate/core/common/translate_util_unittest.cc',
279 'translate/core/language_detection/language_detection_util_unittest. cc', 273 'translate/core/language_detection/language_detection_util_unittest. cc',
280 'translate/ios/browser/js_translate_manager_unittest.mm', 274 'translate/ios/browser/js_translate_manager_unittest.mm',
281 'translate/ios/browser/language_detection_controller_unittest.mm', 275 'translate/ios/browser/language_detection_controller_unittest.mm',
282 'translate/ios/browser/translate_controller_unittest.mm', 276 'translate/ios/browser/translate_controller_unittest.mm',
283 'ui/zoom/page_zoom_unittests.cc', 277 'ui/zoom/page_zoom_unittests.cc',
278 'update_client/test/component_patcher_unittest.cc',
279 'update_client/test/crx_downloader_unittest.cc',
280 'update_client/test/ping_manager_unittest.cc',
281 'update_client/test/request_sender_unittest.cc',
282 'update_client/test/update_checker_unittest.cc',
283 'update_client/test/update_response_unittest.cc',
284 'update_client/update_query_params_unittest.cc', 284 'update_client/update_query_params_unittest.cc',
285 'url_matcher/regex_set_matcher_unittest.cc', 285 'url_matcher/regex_set_matcher_unittest.cc',
286 'url_matcher/string_pattern_unittest.cc', 286 'url_matcher/string_pattern_unittest.cc',
287 'url_matcher/substring_set_matcher_unittest.cc', 287 'url_matcher/substring_set_matcher_unittest.cc',
288 'url_matcher/url_matcher_factory_unittest.cc', 288 'url_matcher/url_matcher_factory_unittest.cc',
289 'url_matcher/url_matcher_unittest.cc', 289 'url_matcher/url_matcher_unittest.cc',
290 'url_fixer/url_fixer_unittest.cc', 290 'url_fixer/url_fixer_unittest.cc',
291 'variations/active_field_trials_unittest.cc', 291 'variations/active_field_trials_unittest.cc',
292 'variations/caching_permuted_entropy_provider_unittest.cc', 292 'variations/caching_permuted_entropy_provider_unittest.cc',
293 'variations/entropy_provider_unittest.cc', 293 'variations/entropy_provider_unittest.cc',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 'components.gyp:bookmarks_browser', 343 'components.gyp:bookmarks_browser',
344 'components.gyp:bookmarks_test_support', 344 'components.gyp:bookmarks_test_support',
345 345
346 # Dependencies of captive_portal 346 # Dependencies of captive_portal
347 'components.gyp:captive_portal_test_support', 347 'components.gyp:captive_portal_test_support',
348 '../net/net.gyp:net_test_support', 348 '../net/net.gyp:net_test_support',
349 349
350 # Dependencies of cloud_devices 350 # Dependencies of cloud_devices
351 'components.gyp:cloud_devices_common', 351 'components.gyp:cloud_devices_common',
352 352
353 # Dependencies of component_updater 353 # Dependencies of component_updater
blundell 2015/01/21 10:29:04 there aren't any component_updater unittests now s
Sorin Jianu 2015/01/21 18:29:46 Done.
354 'components.gyp:component_updater', 354 'components.gyp:component_updater',
355 'components.gyp:component_updater_test_support', 355 'components.gyp:update_client',
356 '../third_party/libxml/libxml.gyp:libxml',
357 356
358 # Dependencies of content_settings 357 # Dependencies of content_settings
359 'components.gyp:content_settings_core_browser', 358 'components.gyp:content_settings_core_browser',
360 'components.gyp:content_settings_core_common', 359 'components.gyp:content_settings_core_common',
361 'components.gyp:content_settings_core_test_support', 360 'components.gyp:content_settings_core_test_support',
362 361
363 # Dependencies of packed CT EV white list 362 # Dependencies of packed CT EV white list
364 'components.gyp:packed_ct_ev_whitelist', 363 'components.gyp:packed_ct_ev_whitelist',
365 364
366 # Dependencies of crash 365 # Dependencies of crash
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 'components.gyp:translate_core_language_detection', 494 'components.gyp:translate_core_language_detection',
496 495
497 # Dependencies of wallpaper 496 # Dependencies of wallpaper
498 'components.gyp:wallpaper', 497 'components.gyp:wallpaper',
499 498
500 # Dependencies of ui/zoom 499 # Dependencies of ui/zoom
501 'components.gyp:ui_zoom', 500 'components.gyp:ui_zoom',
502 501
503 # Dependencies of update_client 502 # Dependencies of update_client
504 'components.gyp:update_client', 503 'components.gyp:update_client',
504 'components.gyp:update_client_test_support',
505 '../third_party/libxml/libxml.gyp:libxml',
506
505 507
506 # Dependencies of url_fixer 508 # Dependencies of url_fixer
507 'components.gyp:url_fixer', 509 'components.gyp:url_fixer',
508 '../url/url.gyp:url_lib', 510 '../url/url.gyp:url_lib',
509 511
510 # Dependencies of variations 512 # Dependencies of variations
511 'components.gyp:variations', 513 'components.gyp:variations',
512 'components.gyp:variations_http_provider', 514 'components.gyp:variations_http_provider',
513 515
514 # Dependencies of web_resource 516 # Dependencies of web_resource
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 'timers/alarm_timer_unittest.cc', 829 'timers/alarm_timer_unittest.cc',
828 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', 830 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc',
829 'wifi_sync/wifi_credential_unittest.cc', 831 'wifi_sync/wifi_credential_unittest.cc',
830 'wifi_sync/wifi_security_class_chromeos_unittest.cc', 832 'wifi_sync/wifi_security_class_chromeos_unittest.cc',
831 'wifi_sync/wifi_security_class_unittest.cc', 833 'wifi_sync/wifi_security_class_unittest.cc',
832 ], 834 ],
833 'sources!': [ 835 'sources!': [
834 'storage_monitor/storage_monitor_linux_unittest.cc', 836 'storage_monitor/storage_monitor_linux_unittest.cc',
835 ], 837 ],
836 'dependencies': [ 838 'dependencies': [
837 » # Dependencies of wifi_sync 839 # Dependencies of wifi_sync
838 'components.gyp:wifi_sync', 840 'components.gyp:wifi_sync',
839 841
840 'components.gyp:pairing', 842 'components.gyp:pairing',
841 '../chromeos/chromeos.gyp:chromeos_test_support', 843 '../chromeos/chromeos.gyp:chromeos_test_support',
842 ], 844 ],
843 }], 845 }],
844 ['OS=="linux"', { 846 ['OS=="linux"', {
845 'sources': [ 847 'sources': [
846 'metrics/serialization/serialization_utils_unittest.cc', 848 'metrics/serialization/serialization_utils_unittest.cc',
847 ], 849 ],
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
1144 '../build/isolate.gypi', 1146 '../build/isolate.gypi',
1145 ], 1147 ],
1146 'sources': [ 1148 'sources': [
1147 'components_unittests.isolate', 1149 'components_unittests.isolate',
1148 ], 1150 ],
1149 }, 1151 },
1150 ], 1152 ],
1151 }], 1153 }],
1152 ], 1154 ],
1153 } 1155 }
OLDNEW
« no previous file with comments | « components/component_updater/url_fetcher_downloader.cc ('k') | components/test/data/component_updater/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698