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

Unified Diff: chrome/browser/chromeos/BUILD.gn

Issue 2733903002: Remote set volume command (Closed)
Patch Set: Created 3 years, 9 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/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index d91ac1bd9f5a6753e96daa546558c63dfb57c878..26d6c0202a941db29e42fd7be252a2e664e7ad27 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -1134,6 +1134,8 @@ source_set("chromeos") {
"policy/remote_commands/device_command_reboot_job.h",
"policy/remote_commands/device_command_screenshot_job.cc",
"policy/remote_commands/device_command_screenshot_job.h",
+ "policy/remote_commands/device_command_set_volume_job.cc",
+ "policy/remote_commands/device_command_set_volume_job.h",
"policy/remote_commands/device_commands_factory_chromeos.cc",
"policy/remote_commands/device_commands_factory_chromeos.h",
"policy/remote_commands/screenshot_delegate.cc",
@@ -1670,6 +1672,7 @@ source_set("unit_tests") {
"policy/network_configuration_updater_unittest.cc",
"policy/recommendation_restorer_unittest.cc",
"policy/remote_commands/device_command_screenshot_job_unittest.cc",
+ "policy/remote_commands/device_command_set_volume_job_unittest.cc",
"policy/server_backed_state_keys_broker_unittest.cc",
"policy/status_uploader_unittest.cc",
"policy/system_log_uploader_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698