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

Side by Side Diff: chromeos/BUILD.gn

Issue 2768543002: chromeos: Add PowerManagerClient::GetSwitchStates(). (Closed)
Patch Set: document that callbacks aren't run on error 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/protobuf/proto_library.gni") 7 import("//third_party/protobuf/proto_library.gni")
8 8
9 assert(is_chromeos, "Non-ChromeOS builds must not depend on //chromeos") 9 assert(is_chromeos, "Non-ChromeOS builds must not depend on //chromeos")
10 10
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 ] 688 ]
689 } 689 }
690 690
691 proto_library("power_manager_proto") { 691 proto_library("power_manager_proto") {
692 sources = [ 692 sources = [
693 "//third_party/cros_system_api/dbus/power_manager/input_event.proto", 693 "//third_party/cros_system_api/dbus/power_manager/input_event.proto",
694 "//third_party/cros_system_api/dbus/power_manager/peripheral_battery_status. proto", 694 "//third_party/cros_system_api/dbus/power_manager/peripheral_battery_status. proto",
695 "//third_party/cros_system_api/dbus/power_manager/policy.proto", 695 "//third_party/cros_system_api/dbus/power_manager/policy.proto",
696 "//third_party/cros_system_api/dbus/power_manager/power_supply_properties.pr oto", 696 "//third_party/cros_system_api/dbus/power_manager/power_supply_properties.pr oto",
697 "//third_party/cros_system_api/dbus/power_manager/suspend.proto", 697 "//third_party/cros_system_api/dbus/power_manager/suspend.proto",
698 "//third_party/cros_system_api/dbus/power_manager/switch_states.proto",
698 ] 699 ]
699 700
700 proto_out_dir = "chromeos/dbus/power_manager" 701 proto_out_dir = "chromeos/dbus/power_manager"
701 } 702 }
702 703
703 proto_library("cryptohome_proto") { 704 proto_library("cryptohome_proto") {
704 sources = [ 705 sources = [
705 "//third_party/cros_system_api/dbus/cryptohome/key.proto", 706 "//third_party/cros_system_api/dbus/cryptohome/key.proto",
706 "//third_party/cros_system_api/dbus/cryptohome/rpc.proto", 707 "//third_party/cros_system_api/dbus/cryptohome/rpc.proto",
707 ] 708 ]
(...skipping 17 matching lines...) Expand all
725 proto_out_dir = "chromeos/cryptohome" 726 proto_out_dir = "chromeos/cryptohome"
726 } 727 }
727 728
728 proto_library("authpolicy_proto") { 729 proto_library("authpolicy_proto") {
729 sources = [ 730 sources = [
730 "//third_party/cros_system_api/dbus/authpolicy/active_directory_account_data .proto", 731 "//third_party/cros_system_api/dbus/authpolicy/active_directory_account_data .proto",
731 ] 732 ]
732 733
733 proto_out_dir = "chromeos/dbus/authpolicy" 734 proto_out_dir = "chromeos/dbus/authpolicy"
734 } 735 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/lock/webui_screen_locker.cc ('k') | chromeos/dbus/fake_power_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698