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

Unified Diff: components/policy/policy_common.gypi

Issue 879233003: Initial RemoteCommandService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remote-commands
Patch Set: minor fixes 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/policy_common.gypi
diff --git a/components/policy/policy_common.gypi b/components/policy/policy_common.gypi
index 95bdf7f41b1c5f20024ab9d86e9ab0cf254bd859..77b3c9bc9ef8d8d904eed47cc69c4058809e74a1 100644
--- a/components/policy/policy_common.gypi
+++ b/components/policy/policy_common.gypi
@@ -129,8 +129,12 @@
'core/common/registry_dict_win.h',
'core/common/remote_commands/remote_command_job.cc',
'core/common/remote_commands/remote_command_job.h',
+ 'core/common/remote_commands/remote_commands_factory.cc',
+ 'core/common/remote_commands/remote_commands_factory.h',
'core/common/remote_commands/remote_commands_queue.cc',
'core/common/remote_commands/remote_commands_queue.h',
+ 'core/common/remote_commands/remote_commands_service.cc',
+ 'core/common/remote_commands/remote_commands_service.h',
'core/common/schema.cc',
'core/common/schema.h',
'core/common/schema_internal.h',

Powered by Google App Engine
This is Rietveld 408576698