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: chrome/test/BUILD.gn

Issue 2898063002: Hold cros_component_installers in browser_process. (Closed)
Patch Set: trim code Created 3 years, 7 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 2dba518f65cc5c68d59f13b9369ee402f44d2ac5..a3b12a3e1b9263453bf5b219b46aba2bb1a6c33a 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -3768,6 +3768,8 @@ test("unit_tests") {
if (is_chromeos) {
sources -= [ "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.cc" ]
+ sources +=
+ [ "../browser/component_updater/cros_component_installer_unittest.cc" ]
}
if (enable_background) {
sources += [

Powered by Google App Engine
This is Rietveld 408576698