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

Side by Side Diff: components/components_tests.gyp

Issue 493953002: Componentize component_updater: Move a bunch of tests to component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 3 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 | « components/component_updater/test/url_request_post_interceptor.cc ('k') | no next file » | 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'autofill/core/common/save_password_progress_logger_unittest.cc', 69 'autofill/core/common/save_password_progress_logger_unittest.cc',
70 'bookmarks/browser/bookmark_codec_unittest.cc', 70 'bookmarks/browser/bookmark_codec_unittest.cc',
71 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc', 71 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc',
72 'bookmarks/browser/bookmark_index_unittest.cc', 72 'bookmarks/browser/bookmark_index_unittest.cc',
73 'bookmarks/browser/bookmark_model_unittest.cc', 73 'bookmarks/browser/bookmark_model_unittest.cc',
74 'bookmarks/browser/bookmark_utils_unittest.cc', 74 'bookmarks/browser/bookmark_utils_unittest.cc',
75 'breakpad/app/crash_keys_win_unittest.cc', 75 'breakpad/app/crash_keys_win_unittest.cc',
76 'captive_portal/captive_portal_detector_unittest.cc', 76 'captive_portal/captive_portal_detector_unittest.cc',
77 'cloud_devices/common/cloud_devices_urls_unittest.cc', 77 'cloud_devices/common/cloud_devices_urls_unittest.cc',
78 'cloud_devices/common/printer_description_unittest.cc', 78 'cloud_devices/common/printer_description_unittest.cc',
79 'component_updater/test/component_patcher_unittest.cc',
80 'component_updater/test/component_updater_ping_manager_unittest.cc',
81 'component_updater/test/crx_downloader_unittest.cc',
82 'component_updater/test/update_checker_unittest.cc',
83 'component_updater/test/update_response_unittest.cc',
79 'crx_file/id_util_unittest.cc', 84 'crx_file/id_util_unittest.cc',
80 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_hand ler_unittest.cc', 85 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_hand ler_unittest.cc',
81 'data_reduction_proxy/browser/data_reduction_proxy_config_service_un ittest.cc', 86 'data_reduction_proxy/browser/data_reduction_proxy_config_service_un ittest.cc',
82 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest. cc', 87 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest. cc',
83 'data_reduction_proxy/browser/data_reduction_proxy_params_unittest.c c', 88 'data_reduction_proxy/browser/data_reduction_proxy_params_unittest.c c',
84 'data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest .cc', 89 'data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest .cc',
85 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest .cc', 90 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest .cc',
86 'data_reduction_proxy/browser/data_reduction_proxy_tamper_detection_ unittest.cc', 91 'data_reduction_proxy/browser/data_reduction_proxy_tamper_detection_ unittest.cc',
87 'data_reduction_proxy/browser/data_reduction_proxy_usage_stats_unitt est.cc', 92 'data_reduction_proxy/browser/data_reduction_proxy_usage_stats_unitt est.cc',
88 'data_reduction_proxy/common/data_reduction_proxy_headers_unittest.c c', 93 'data_reduction_proxy/common/data_reduction_proxy_headers_unittest.c c',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 'password_manager/content/renderer/credential_manager_client_uni ttest.cc', 422 'password_manager/content/renderer/credential_manager_client_uni ttest.cc',
418 'power/origin_power_map_unittest.cc', 423 'power/origin_power_map_unittest.cc',
419 'usb_service/usb_context_unittest.cc', 424 'usb_service/usb_context_unittest.cc',
420 'usb_service/usb_device_filter_unittest.cc', 425 'usb_service/usb_device_filter_unittest.cc',
421 ], 426 ],
422 'dependencies': [ 427 'dependencies': [
423 # Dependencies of autofill 428 # Dependencies of autofill
424 'components.gyp:autofill_content_browser', 429 'components.gyp:autofill_content_browser',
425 'components.gyp:autofill_content_renderer', 430 'components.gyp:autofill_content_renderer',
426 'components.gyp:autofill_content_test_support', 431 'components.gyp:autofill_content_test_support',
432
433 # Dependencies of component_updater
434 'components.gyp:component_updater',
435 'components.gyp:component_updater_test_support',
436 '../third_party/libxml/libxml.gyp:libxml',
427 437
428 # Dependencies of dom_distiller 438 # Dependencies of dom_distiller
429 'components.gyp:dom_distiller_content', 439 'components.gyp:dom_distiller_content',
430 440
431 # Dependencies of 441 # Dependencies of
432 # intercept_navigation_resource_throttle_unittest.cc 442 # intercept_navigation_resource_throttle_unittest.cc
433 '../skia/skia.gyp:skia', 443 '../skia/skia.gyp:skia',
434 'components.gyp:navigation_interception', 444 'components.gyp:navigation_interception',
435 445
436 # Dependencies of keyed_service 446 # Dependencies of keyed_service
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 'dependencies': [ 921 'dependencies': [
912 '../base/allocator/allocator.gyp:allocator', 922 '../base/allocator/allocator.gyp:allocator',
913 ], 923 ],
914 }], 924 }],
915 ], 925 ],
916 }, 926 },
917 ], 927 ],
918 }], 928 }],
919 ], 929 ],
920 } 930 }
OLDNEW
« no previous file with comments | « components/component_updater/test/url_request_post_interceptor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698