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

Side by Side Diff: components/components_tests.gyp

Issue 2286483002: Serialize Google Update state as part of the recovery component update checks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 ], 127 ],
128 'client_update_protocol_unittest_sources': [ 128 'client_update_protocol_unittest_sources': [
129 'client_update_protocol/ecdsa_unittest.cc', 129 'client_update_protocol/ecdsa_unittest.cc',
130 ], 130 ],
131 'cloud_devices_unittest_sources': [ 131 'cloud_devices_unittest_sources': [
132 'cloud_devices/common/cloud_devices_urls_unittest.cc', 132 'cloud_devices/common/cloud_devices_urls_unittest.cc',
133 'cloud_devices/common/printer_description_unittest.cc', 133 'cloud_devices/common/printer_description_unittest.cc',
134 ], 134 ],
135 'component_updater_unittest_sources': [ 135 'component_updater_unittest_sources': [
136 'component_updater/component_updater_service_unittest.cc', 136 'component_updater/component_updater_service_unittest.cc',
137 'component_updater/configurator_impl_unittest.cc',
137 'component_updater/default_component_installer_unittest.cc', 138 'component_updater/default_component_installer_unittest.cc',
138 'component_updater/configurator_impl_unittest.cc',
139 'component_updater/timer_unittest.cc', 139 'component_updater/timer_unittest.cc',
140 'component_updater/updater_state_unittest_win.cc',
140 ], 141 ],
141 'content_settings_unittest_sources': [ 142 'content_settings_unittest_sources': [
142 'content_settings/core/browser/content_settings_mock_provider.cc', 143 'content_settings/core/browser/content_settings_mock_provider.cc',
143 'content_settings/core/browser/content_settings_mock_provider.h', 144 'content_settings/core/browser/content_settings_mock_provider.h',
144 'content_settings/core/browser/content_settings_registry_unittest.cc', 145 'content_settings/core/browser/content_settings_registry_unittest.cc',
145 'content_settings/core/browser/content_settings_rule_unittest.cc', 146 'content_settings/core/browser/content_settings_rule_unittest.cc',
146 'content_settings/core/browser/content_settings_utils_unittest.cc', 147 'content_settings/core/browser/content_settings_utils_unittest.cc',
147 'content_settings/core/browser/cookie_settings_unittest.cc', 148 'content_settings/core/browser/cookie_settings_unittest.cc',
148 'content_settings/core/browser/website_settings_registry_unittest.cc', 149 'content_settings/core/browser/website_settings_registry_unittest.cc',
149 'content_settings/core/common/content_settings_pattern_parser_unittest.cc' , 150 'content_settings/core/common/content_settings_pattern_parser_unittest.cc' ,
(...skipping 1983 matching lines...) Expand 10 before | Expand all | Expand 10 after
2133 'dependencies': [ 2134 'dependencies': [
2134 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2135 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2135 ], 2136 ],
2136 }], 2137 }],
2137 ], 2138 ],
2138 }, 2139 },
2139 ], 2140 ],
2140 }], 2141 }],
2141 ], 2142 ],
2142 } 2143 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698