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

Unified Diff: components/policy/BUILD.gn

Issue 879233003: Initial RemoteCommandService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remote-commands
Patch Set: rebase, fixes addressing #31 Created 5 years, 9 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/policy.gypi ('k') | 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/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) {
« no previous file with comments | « components/policy.gypi ('k') | components/policy/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698