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

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: fix last_command_id Created 5 years, 11 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 3b2c18f692ea209bf4e4a4ed63c75929e0176fc1..8f0f32ae4357aa529fd474e6a832da3145fee1f2 100644
--- a/components/policy/core/common/BUILD.gn
+++ b/components/policy/core/common/BUILD.gn
@@ -113,6 +113,8 @@ source_set("common") {
"remote_commands/remote_command_job.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