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

Side by Side Diff: components/components_tests.gyp

Issue 565363002: Implement support for fallback update check urls in the component updater (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
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
« no previous file with comments | « components/component_updater/update_checker.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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'crash/app/crash_keys_win_unittest.cc', 75 'crash/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', 79 'component_updater/test/component_patcher_unittest.cc',
80 'component_updater/test/component_updater_ping_manager_unittest.cc', 80 'component_updater/test/component_updater_ping_manager_unittest.cc',
81 'component_updater/test/crx_downloader_unittest.cc', 81 'component_updater/test/crx_downloader_unittest.cc',
82 'component_updater/test/request_sender_unittest.cc',
82 'component_updater/test/update_checker_unittest.cc', 83 'component_updater/test/update_checker_unittest.cc',
83 'component_updater/test/update_response_unittest.cc', 84 'component_updater/test/update_response_unittest.cc',
84 'content_settings/core/common/content_settings_pattern_parser_unitte st.cc', 85 'content_settings/core/common/content_settings_pattern_parser_unitte st.cc',
85 'content_settings/core/common/content_settings_pattern_unittest.cc', 86 'content_settings/core/common/content_settings_pattern_unittest.cc',
86 'crx_file/id_util_unittest.cc', 87 'crx_file/id_util_unittest.cc',
87 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_hand ler_unittest.cc', 88 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_hand ler_unittest.cc',
88 'data_reduction_proxy/browser/data_reduction_proxy_config_service_un ittest.cc', 89 'data_reduction_proxy/browser/data_reduction_proxy_config_service_un ittest.cc',
89 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest. cc', 90 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest. cc',
90 'data_reduction_proxy/browser/data_reduction_proxy_params_unittest.c c', 91 'data_reduction_proxy/browser/data_reduction_proxy_params_unittest.c c',
91 'data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest .cc', 92 'data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest .cc',
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 # Dependencies of bookmarks 290 # Dependencies of bookmarks
290 'components.gyp:bookmarks_browser', 291 'components.gyp:bookmarks_browser',
291 'components.gyp:bookmarks_test_support', 292 'components.gyp:bookmarks_test_support',
292 293
293 # Dependencies of captive_portal 294 # Dependencies of captive_portal
294 'components.gyp:captive_portal_test_support', 295 'components.gyp:captive_portal_test_support',
295 '../net/net.gyp:net_test_support', 296 '../net/net.gyp:net_test_support',
296 297
297 # Dependencies of cloud_devices 298 # Dependencies of cloud_devices
298 'components.gyp:cloud_devices_common', 299 'components.gyp:cloud_devices_common',
299 300
300 # Dependencies of component_updater 301 # Dependencies of component_updater
301 'components.gyp:component_updater', 302 'components.gyp:component_updater',
302 'components.gyp:component_updater_test_support', 303 'components.gyp:component_updater_test_support',
303 '../third_party/libxml/libxml.gyp:libxml', 304 '../third_party/libxml/libxml.gyp:libxml',
304 305
305 # Dependencies of content_settings 306 # Dependencies of content_settings
306 'components.gyp:content_settings_core_common', 307 'components.gyp:content_settings_core_common',
307 308
308 # Dependencies of crash 309 # Dependencies of crash
309 'components.gyp:crash_test_support', 310 'components.gyp:crash_test_support',
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 'dependencies': [ 945 'dependencies': [
945 '../base/allocator/allocator.gyp:allocator', 946 '../base/allocator/allocator.gyp:allocator',
946 ], 947 ],
947 }], 948 }],
948 ], 949 ],
949 }, 950 },
950 ], 951 ],
951 }], 952 }],
952 ], 953 ],
953 } 954 }
OLDNEW
« no previous file with comments | « components/component_updater/update_checker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698