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

Unified Diff: components/policy/core/common/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 | « components/BUILD.gn ('k') | components/timers/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/common/BUILD.gn
diff --git a/components/policy/core/common/BUILD.gn b/components/policy/core/common/BUILD.gn
index d9e2466fb983a4cb89313e4263206430b36e494f..2c68ff2121ce9eb430006418bd7554f9fd61329f 100644
--- a/components/policy/core/common/BUILD.gn
+++ b/components/policy/core/common/BUILD.gn
@@ -252,7 +252,9 @@ if (enable_configuration_policy) {
"schema_registry_unittest.cc",
"schema_unittest.cc",
]
- if (!is_chromeos) {
+ if (is_chromeos) {
+ sources += [ "proxy_policy_provider_unittest.cc" ]
+ } else {
sources += [
"cloud/user_cloud_policy_manager_unittest.cc",
"cloud/user_cloud_policy_store_unittest.cc",
« no previous file with comments | « components/BUILD.gn ('k') | components/timers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698