OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |