| 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",
|
|
|