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

Side by Side Diff: components/components_tests.gyp

Issue 2169323003: Test current behavior of -component-updater=fast-update in ConfiguratorImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/configurator_impl_unittest.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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'client_update_protocol_unittest_sources': [ 127 'client_update_protocol_unittest_sources': [
128 'client_update_protocol/ecdsa_unittest.cc', 128 'client_update_protocol/ecdsa_unittest.cc',
129 ], 129 ],
130 'cloud_devices_unittest_sources': [ 130 'cloud_devices_unittest_sources': [
131 'cloud_devices/common/cloud_devices_urls_unittest.cc', 131 'cloud_devices/common/cloud_devices_urls_unittest.cc',
132 'cloud_devices/common/printer_description_unittest.cc', 132 'cloud_devices/common/printer_description_unittest.cc',
133 ], 133 ],
134 'component_updater_unittest_sources': [ 134 'component_updater_unittest_sources': [
135 'component_updater/component_updater_service_unittest.cc', 135 'component_updater/component_updater_service_unittest.cc',
136 'component_updater/default_component_installer_unittest.cc', 136 'component_updater/default_component_installer_unittest.cc',
137 'component_updater/configurator_impl_unittest.cc',
137 'component_updater/timer_unittest.cc', 138 'component_updater/timer_unittest.cc',
138 ], 139 ],
139 'content_settings_unittest_sources': [ 140 'content_settings_unittest_sources': [
140 'content_settings/core/browser/content_settings_mock_provider.cc', 141 'content_settings/core/browser/content_settings_mock_provider.cc',
141 'content_settings/core/browser/content_settings_mock_provider.h', 142 'content_settings/core/browser/content_settings_mock_provider.h',
142 'content_settings/core/browser/content_settings_registry_unittest.cc', 143 'content_settings/core/browser/content_settings_registry_unittest.cc',
143 'content_settings/core/browser/content_settings_rule_unittest.cc', 144 'content_settings/core/browser/content_settings_rule_unittest.cc',
144 'content_settings/core/browser/content_settings_utils_unittest.cc', 145 'content_settings/core/browser/content_settings_utils_unittest.cc',
145 'content_settings/core/browser/cookie_settings_unittest.cc', 146 'content_settings/core/browser/cookie_settings_unittest.cc',
146 'content_settings/core/browser/website_settings_registry_unittest.cc', 147 'content_settings/core/browser/website_settings_registry_unittest.cc',
(...skipping 1892 matching lines...) Expand 10 before | Expand all | Expand 10 after
2039 'dependencies': [ 2040 'dependencies': [
2040 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2041 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2041 ], 2042 ],
2042 }], 2043 }],
2043 ], 2044 ],
2044 }, 2045 },
2045 ], 2046 ],
2046 }], 2047 }],
2047 ], 2048 ],
2048 } 2049 }
OLDNEW
« no previous file with comments | « components/component_updater/configurator_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698