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

Unified Diff: chrome/browser/BUILD.gn

Issue 879233003: Initial RemoteCommandService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remote-commands
Patch Set: WIP 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: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 438728f6b26a0411622b39e27bb136692cdbd064..d3fc14ccedf4a187f0f2fb8decf9b401236705b4 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1046,6 +1046,8 @@ source_set("test_support") {
if (enable_configuration_policy) {
sources += [
+ "policy/remote_commands/testing_remote_commands_server.cc",
+ "policy/remote_commands/testing_remote_commands_server.h",
"policy/test/local_policy_test_server.cc",
"policy/test/local_policy_test_server.h",
]

Powered by Google App Engine
This is Rietveld 408576698