| Index: components/policy/BUILD.gn
|
| diff --git a/components/policy/BUILD.gn b/components/policy/BUILD.gn
|
| index c8266dea07a3f8582ad32ff99ac22f2b8ca198a4..31dc83ee4bd687dc70021bfd6058134450c02d24 100644
|
| --- a/components/policy/BUILD.gn
|
| +++ b/components/policy/BUILD.gn
|
| @@ -200,6 +200,8 @@ if (enable_configuration_policy) {
|
| "core/common/preferences_mock_mac.h",
|
| "core/common/remote_commands/test_remote_command_job.cc",
|
| "core/common/remote_commands/test_remote_command_job.h",
|
| + "core/common/remote_commands/testing_remote_commands_server.cc",
|
| + "core/common/remote_commands/testing_remote_commands_server.h",
|
| ]
|
|
|
| if (is_chromeos) {
|
|
|