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

Unified Diff: components/BUILD.gn

Issue 2104203003: GN: chromeos: Add missing components tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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 | « no previous file | components/policy/core/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 6ca5ef7a703f058571198cd2ecfd47be955cdb3e..abf71d07af25e9ce38bf304925cc1e8a49f4d296 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -60,6 +60,7 @@ test("components_unittests") {
"//components/auto_login_parser:unit_tests",
"//components/autofill/core/browser:unit_tests",
"//components/autofill/core/common:unit_tests",
+ "//components/base32:unit_tests",
"//components/bookmarks/browser:unit_tests",
"//components/bookmarks/managed:unit_tests",
"//components/browser_sync/browser:unit_tests",
@@ -275,11 +276,15 @@ test("components_unittests") {
if (enable_rlz_support) {
deps += [ "//components/rlz:unit_tests" ]
}
+
if (is_chromeos) {
deps += [
"//components/arc:unit_tests",
"//components/ownership:unit_tests",
+ "//components/pairing:unit_tests",
+ "//components/timers:unit_tests",
"//components/user_manager:unit_tests",
+ "//components/wifi_sync:unit_tests",
]
}
« no previous file with comments | « no previous file | components/policy/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698