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

Unified 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, 4 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 side-by-side diff with in-line comments
Download patch
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 770fc6bcebe88b2a28e1525af7984eb640616c75..9120433fcbf8dd360aaca5bcc972c01202c03a45 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -134,9 +134,10 @@
],
'component_updater_unittest_sources': [
'component_updater/component_updater_service_unittest.cc',
- 'component_updater/default_component_installer_unittest.cc',
'component_updater/configurator_impl_unittest.cc',
+ 'component_updater/default_component_installer_unittest.cc',
'component_updater/timer_unittest.cc',
+ 'component_updater/updater_state_unittest_win.cc',
],
'content_settings_unittest_sources': [
'content_settings/core/browser/content_settings_mock_provider.cc',

Powered by Google App Engine
This is Rietveld 408576698