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

Side by Side Diff: chrome/browser/chromeos/BUILD.gn

Issue 2733903002: Remote set volume command (Closed)
Patch Set: Callback, two more tests, nits 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 1116 matching lines...) Expand 10 before | Expand all | Expand 10 after
1127 "policy/recommendation_restorer.cc", 1127 "policy/recommendation_restorer.cc",
1128 "policy/recommendation_restorer.h", 1128 "policy/recommendation_restorer.h",
1129 "policy/recommendation_restorer_factory.cc", 1129 "policy/recommendation_restorer_factory.cc",
1130 "policy/recommendation_restorer_factory.h", 1130 "policy/recommendation_restorer_factory.h",
1131 "policy/remote_commands/affiliated_remote_commands_invalidator.cc", 1131 "policy/remote_commands/affiliated_remote_commands_invalidator.cc",
1132 "policy/remote_commands/affiliated_remote_commands_invalidator.h", 1132 "policy/remote_commands/affiliated_remote_commands_invalidator.h",
1133 "policy/remote_commands/device_command_reboot_job.cc", 1133 "policy/remote_commands/device_command_reboot_job.cc",
1134 "policy/remote_commands/device_command_reboot_job.h", 1134 "policy/remote_commands/device_command_reboot_job.h",
1135 "policy/remote_commands/device_command_screenshot_job.cc", 1135 "policy/remote_commands/device_command_screenshot_job.cc",
1136 "policy/remote_commands/device_command_screenshot_job.h", 1136 "policy/remote_commands/device_command_screenshot_job.h",
1137 "policy/remote_commands/device_command_set_volume_job.cc",
1138 "policy/remote_commands/device_command_set_volume_job.h",
1137 "policy/remote_commands/device_commands_factory_chromeos.cc", 1139 "policy/remote_commands/device_commands_factory_chromeos.cc",
1138 "policy/remote_commands/device_commands_factory_chromeos.h", 1140 "policy/remote_commands/device_commands_factory_chromeos.h",
1139 "policy/remote_commands/screenshot_delegate.cc", 1141 "policy/remote_commands/screenshot_delegate.cc",
1140 "policy/remote_commands/screenshot_delegate.h", 1142 "policy/remote_commands/screenshot_delegate.h",
1141 "policy/server_backed_device_state.cc", 1143 "policy/server_backed_device_state.cc",
1142 "policy/server_backed_device_state.h", 1144 "policy/server_backed_device_state.h",
1143 "policy/server_backed_state_keys_broker.cc", 1145 "policy/server_backed_state_keys_broker.cc",
1144 "policy/server_backed_state_keys_broker.h", 1146 "policy/server_backed_state_keys_broker.h",
1145 "policy/status_uploader.cc", 1147 "policy/status_uploader.cc",
1146 "policy/status_uploader.h", 1148 "policy/status_uploader.h",
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
1663 "policy/device_cloud_policy_store_chromeos_unittest.cc", 1665 "policy/device_cloud_policy_store_chromeos_unittest.cc",
1664 "policy/device_local_account_policy_service_unittest.cc", 1666 "policy/device_local_account_policy_service_unittest.cc",
1665 "policy/dm_token_storage_unittest.cc", 1667 "policy/dm_token_storage_unittest.cc",
1666 "policy/extension_cache_unittest.cc", 1668 "policy/extension_cache_unittest.cc",
1667 "policy/fake_affiliated_invalidation_service_provider.cc", 1669 "policy/fake_affiliated_invalidation_service_provider.cc",
1668 "policy/fake_affiliated_invalidation_service_provider.h", 1670 "policy/fake_affiliated_invalidation_service_provider.h",
1669 "policy/heartbeat_scheduler_unittest.cc", 1671 "policy/heartbeat_scheduler_unittest.cc",
1670 "policy/network_configuration_updater_unittest.cc", 1672 "policy/network_configuration_updater_unittest.cc",
1671 "policy/recommendation_restorer_unittest.cc", 1673 "policy/recommendation_restorer_unittest.cc",
1672 "policy/remote_commands/device_command_screenshot_job_unittest.cc", 1674 "policy/remote_commands/device_command_screenshot_job_unittest.cc",
1675 "policy/remote_commands/device_command_set_volume_job_unittest.cc",
1673 "policy/server_backed_state_keys_broker_unittest.cc", 1676 "policy/server_backed_state_keys_broker_unittest.cc",
1674 "policy/status_uploader_unittest.cc", 1677 "policy/status_uploader_unittest.cc",
1675 "policy/system_log_uploader_unittest.cc", 1678 "policy/system_log_uploader_unittest.cc",
1676 "policy/upload_job_unittest.cc", 1679 "policy/upload_job_unittest.cc",
1677 "policy/user_cloud_policy_manager_chromeos_unittest.cc", 1680 "policy/user_cloud_policy_manager_chromeos_unittest.cc",
1678 "policy/user_cloud_policy_store_chromeos_unittest.cc", 1681 "policy/user_cloud_policy_store_chromeos_unittest.cc",
1679 "power/extension_event_observer_unittest.cc", 1682 "power/extension_event_observer_unittest.cc",
1680 "power/power_data_collector_unittest.cc", 1683 "power/power_data_collector_unittest.cc",
1681 "power/power_prefs_unittest.cc", 1684 "power/power_prefs_unittest.cc",
1682 "power/renderer_freezer_unittest.cc", 1685 "power/renderer_freezer_unittest.cc",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1794 "policy/proto/chrome_device_policy.proto", 1797 "policy/proto/chrome_device_policy.proto",
1795 "policy/proto/install_attributes.proto", 1798 "policy/proto/install_attributes.proto",
1796 ] 1799 ]
1797 } 1800 }
1798 1801
1799 proto_library("attestation_proto") { 1802 proto_library("attestation_proto") {
1800 sources = [ 1803 sources = [
1801 "attestation/attestation_key_payload.proto", 1804 "attestation/attestation_key_payload.proto",
1802 ] 1805 ]
1803 } 1806 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698