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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//chrome/chrome_tests.gni") | 7 import("//chrome/chrome_tests.gni") |
8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
9 import("//third_party/protobuf/proto_library.gni") | 9 import("//third_party/protobuf/proto_library.gni") |
10 | 10 |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 "//chrome/installer/util:with_no_strings", | 55 "//chrome/installer/util:with_no_strings", |
56 "//chromeos", | 56 "//chromeos", |
57 "//chromeos:cryptohome_proto", | 57 "//chromeos:cryptohome_proto", |
58 "//chromeos:cryptohome_signkey_proto", | 58 "//chromeos:cryptohome_signkey_proto", |
59 "//chromeos:power_manager_proto", | 59 "//chromeos:power_manager_proto", |
60 "//chromeos/ime:gencode", | 60 "//chromeos/ime:gencode", |
61 "//components/arc", | 61 "//components/arc", |
62 "//components/certificate_reporting:cert_logger_proto", | 62 "//components/certificate_reporting:cert_logger_proto", |
63 "//components/certificate_reporting:encrypted_cert_logger_proto", | 63 "//components/certificate_reporting:encrypted_cert_logger_proto", |
64 "//components/drive", | 64 "//components/drive", |
| 65 "//components/feedback", |
65 "//components/flags_ui", | 66 "//components/flags_ui", |
66 "//components/login", | 67 "//components/login", |
67 "//components/onc", | 68 "//components/onc", |
68 "//components/ownership", | 69 "//components/ownership", |
69 "//components/pairing", | 70 "//components/pairing", |
70 "//components/policy", | 71 "//components/policy", |
71 "//components/proxy_config", | 72 "//components/proxy_config", |
72 "//components/session_manager/core", | 73 "//components/session_manager/core", |
73 "//components/user_manager", | 74 "//components/user_manager", |
74 "//components/wifi_sync", | 75 "//components/wifi_sync", |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 "policy/proto/install_attributes.proto", | 199 "policy/proto/install_attributes.proto", |
199 ] | 200 ] |
200 } | 201 } |
201 | 202 |
202 proto_library("attestation_proto") { | 203 proto_library("attestation_proto") { |
203 sources = [ | 204 sources = [ |
204 "attestation/attestation_key_payload.proto", | 205 "attestation/attestation_key_payload.proto", |
205 "attestation/attestation_signed_data.proto", | 206 "attestation/attestation_signed_data.proto", |
206 ] | 207 ] |
207 } | 208 } |
OLD | NEW |