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

Unified Diff: chrome/test/BUILD.gn

Issue 2707063002: Universial component install for chrome os. (Closed)
Patch Set: build unit_test only on chromeos Created 3 years, 10 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
« no previous file with comments | « chrome/browser/component_updater/cros_component_installer_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 6830f7ae80f804299a9108f8f7a93934276fc9d9..94042c0ef76e559306406307d72061365faecdce 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -3799,6 +3799,8 @@ test("unit_tests") {
}
if (is_chromeos) {
+ sources +=
+ [ "../browser/component_updater/cros_component_installer_unittest.cc" ]
sources -= [ "../browser/signin/chrome_signin_status_metrics_provider_delegate_unittest.cc" ]
}
if (enable_background) {
« no previous file with comments | « chrome/browser/component_updater/cros_component_installer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698