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

Side by Side Diff: components/components_tests.gyp

Issue 1805263002: Move CUP to new component client_update_protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sorin review 1 Created 4 years, 9 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/update_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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'certificate_reporting_unittest_sources': [ 103 'certificate_reporting_unittest_sources': [
104 'certificate_reporting/error_report_unittest.cc', 104 'certificate_reporting/error_report_unittest.cc',
105 'certificate_reporting/error_reporter_unittest.cc', 105 'certificate_reporting/error_reporter_unittest.cc',
106 ], 106 ],
107 'certificate_transparency_unittest_sources': [ 107 'certificate_transparency_unittest_sources': [
108 'certificate_transparency/log_proof_fetcher_unittest.cc', 108 'certificate_transparency/log_proof_fetcher_unittest.cc',
109 ], 109 ],
110 'child_trace_message_filter_unittest_sources': [ 110 'child_trace_message_filter_unittest_sources': [
111 'tracing/child_trace_message_filter_unittest.cc', 111 'tracing/child_trace_message_filter_unittest.cc',
112 ], 112 ],
113 'client_update_protocol_unittest_sources': [
114 'client_update_protocol/ecdsa_unittest.cc',
115 ],
113 'cloud_devices_unittest_sources': [ 116 'cloud_devices_unittest_sources': [
114 'cloud_devices/common/cloud_devices_urls_unittest.cc', 117 'cloud_devices/common/cloud_devices_urls_unittest.cc',
115 'cloud_devices/common/printer_description_unittest.cc', 118 'cloud_devices/common/printer_description_unittest.cc',
116 ], 119 ],
117 'component_updater_unittest_sources': [ 120 'component_updater_unittest_sources': [
118 'component_updater/component_updater_service_unittest.cc', 121 'component_updater/component_updater_service_unittest.cc',
119 'component_updater/timer_unittest.cc', 122 'component_updater/timer_unittest.cc',
120 ], 123 ],
121 'content_settings_unittest_sources': [ 124 'content_settings_unittest_sources': [
122 'content_settings/core/browser/content_settings_mock_provider.cc', 125 'content_settings/core/browser/content_settings_mock_provider.cc',
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
804 'translate/core/language_detection/language_detection_util_unittest.cc', 807 'translate/core/language_detection/language_detection_util_unittest.cc',
805 'translate/ios/browser/js_translate_manager_unittest.mm', 808 'translate/ios/browser/js_translate_manager_unittest.mm',
806 'translate/ios/browser/language_detection_controller_unittest.mm', 809 'translate/ios/browser/language_detection_controller_unittest.mm',
807 'translate/ios/browser/translate_controller_unittest.mm', 810 'translate/ios/browser/translate_controller_unittest.mm',
808 ], 811 ],
809 'ui_unittest_sources': [ 812 'ui_unittest_sources': [
810 'ui/zoom/page_zoom_unittests.cc', 813 'ui/zoom/page_zoom_unittests.cc',
811 ], 814 ],
812 'update_client_unittest_sources': [ 815 'update_client_unittest_sources': [
813 'update_client/component_patcher_unittest.cc', 816 'update_client/component_patcher_unittest.cc',
814 'update_client/client_update_protocol_ecdsa_unittest.cc',
815 'update_client/crx_downloader_unittest.cc', 817 'update_client/crx_downloader_unittest.cc',
816 'update_client/ping_manager_unittest.cc', 818 'update_client/ping_manager_unittest.cc',
817 'update_client/request_sender_unittest.cc', 819 'update_client/request_sender_unittest.cc',
818 'update_client/update_checker_unittest.cc', 820 'update_client/update_checker_unittest.cc',
819 'update_client/update_client_unittest.cc', 821 'update_client/update_client_unittest.cc',
820 'update_client/update_query_params_unittest.cc', 822 'update_client/update_query_params_unittest.cc',
821 'update_client/update_response_unittest.cc', 823 'update_client/update_response_unittest.cc',
822 'update_client/utils_unittest.cc', 824 'update_client/utils_unittest.cc',
823 ], 825 ],
824 'upload_list_unittest_sources': [ 826 'upload_list_unittest_sources': [
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 'test/run_all_unittests.cc', 940 'test/run_all_unittests.cc',
939 941
940 '<@(auto_login_parser_unittest_sources)', 942 '<@(auto_login_parser_unittest_sources)',
941 '<@(autofill_unittest_sources)', 943 '<@(autofill_unittest_sources)',
942 '<@(bookmarks_unittest_sources)', 944 '<@(bookmarks_unittest_sources)',
943 '<@(browser_sync_unittest_sources)', 945 '<@(browser_sync_unittest_sources)',
944 '<@(browser_watcher_unittest_sources)', 946 '<@(browser_watcher_unittest_sources)',
945 '<@(bubble_unittest_sources)', 947 '<@(bubble_unittest_sources)',
946 '<@(captive_portal_unittest_sources)', 948 '<@(captive_portal_unittest_sources)',
947 '<@(certificate_reporting_unittest_sources)', 949 '<@(certificate_reporting_unittest_sources)',
950 '<@(client_update_protocol_unittest_sources)',
948 '<@(cloud_devices_unittest_sources)', 951 '<@(cloud_devices_unittest_sources)',
949 '<@(component_updater_unittest_sources)', 952 '<@(component_updater_unittest_sources)',
950 '<@(content_settings_unittest_sources)', 953 '<@(content_settings_unittest_sources)',
951 '<@(crash_unittest_sources)', 954 '<@(crash_unittest_sources)',
952 '<@(crx_file_unittest_sources)', 955 '<@(crx_file_unittest_sources)',
953 '<@(data_reduction_proxy_unittest_sources)', 956 '<@(data_reduction_proxy_unittest_sources)',
954 '<@(data_usage_unittest_sources)', 957 '<@(data_usage_unittest_sources)',
955 '<@(data_use_measurement_unittest_sources)', 958 '<@(data_use_measurement_unittest_sources)',
956 '<@(device_event_log_unittest_sources)', 959 '<@(device_event_log_unittest_sources)',
957 '<@(dom_distiller_unittest_sources)', 960 '<@(dom_distiller_unittest_sources)',
(...skipping 956 matching lines...) Expand 10 before | Expand all | Expand 10 after
1914 'dependencies': [ 1917 'dependencies': [
1915 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1918 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1916 ], 1919 ],
1917 }], 1920 }],
1918 ], 1921 ],
1919 }, 1922 },
1920 ], 1923 ],
1921 }], 1924 }],
1922 ], 1925 ],
1923 } 1926 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/update_client.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698