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

Unified Diff: components/policy/BUILD.gn

Issue 879233003: Initial RemoteCommandService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remote-commands
Patch Set: comments grammar fixes; fix win compile Created 5 years, 10 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
Index: components/policy/BUILD.gn
diff --git a/components/policy/BUILD.gn b/components/policy/BUILD.gn
index 632cbe673d6991128a72d59849ed5ecfff43f5bf..8fd5fca573e2cf378898cf72d11f9bed90e0b1dc 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) {

Powered by Google App Engine
This is Rietveld 408576698