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

Side by Side Diff: chromeos/BUILD.gn

Issue 2841103002: Chromad: Add GetUserStatus call into AuthPolicyClient (Closed)
Patch Set: Fix test build Created 3 years, 7 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 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 proto_library("cryptohome_signkey_proto") { 740 proto_library("cryptohome_signkey_proto") {
741 sources = [ 741 sources = [
742 "//third_party/cros_system_api/dbus/cryptohome/signed_secret.proto", 742 "//third_party/cros_system_api/dbus/cryptohome/signed_secret.proto",
743 ] 743 ]
744 744
745 proto_out_dir = "chromeos/cryptohome" 745 proto_out_dir = "chromeos/cryptohome"
746 } 746 }
747 747
748 proto_library("authpolicy_proto") { 748 proto_library("authpolicy_proto") {
749 sources = [ 749 sources = [
750 "//third_party/cros_system_api/dbus/authpolicy/active_directory_account_data .proto", 750 "//third_party/cros_system_api/dbus/authpolicy/active_directory_info.proto",
751 ] 751 ]
752 752
753 proto_out_dir = "chromeos/dbus/authpolicy" 753 proto_out_dir = "chromeos/dbus/authpolicy"
754 } 754 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc ('k') | chromeos/dbus/auth_policy_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698