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

Unified Diff: components/policy/core/common/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/core/common/BUILD.gn
diff --git a/components/policy/core/common/BUILD.gn b/components/policy/core/common/BUILD.gn
index e192b3dbe21dea6e99e8c94848d598d559392511..40ed1dae94aabcc58555c63ac4ce99d8028624cb 100644
--- a/components/policy/core/common/BUILD.gn
+++ b/components/policy/core/common/BUILD.gn
@@ -112,8 +112,12 @@ source_set("common") {
"registry_dict_win.h",
"remote_commands/remote_command_job.cc",
"remote_commands/remote_command_job.h",
+ "remote_commands/remote_commands_factory.cc",
+ "remote_commands/remote_commands_factory.h",
"remote_commands/remote_commands_queue.cc",
"remote_commands/remote_commands_queue.h",
+ "remote_commands/remote_commands_service.cc",
+ "remote_commands/remote_commands_service.h",
"schema.cc",
"schema.h",
"schema_internal.h",

Powered by Google App Engine
This is Rietveld 408576698