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 24 matching lines...) Expand all Loading... |
35 "//ui/resources", | 35 "//ui/resources", |
36 "//ui/strings", | 36 "//ui/strings", |
37 ] | 37 ] |
38 | 38 |
39 deps = [ | 39 deps = [ |
40 # TODO(tbarzic): Cleanup this list. | 40 # TODO(tbarzic): Cleanup this list. |
41 ":attestation_proto", | 41 ":attestation_proto", |
42 ":device_policy_proto", | 42 ":device_policy_proto", |
43 "//ash", | 43 "//ash", |
44 "//ash:ash_with_content", | 44 "//ash:ash_with_content", |
| 45 "//ash/mus/public/interfaces", |
45 "//build/linux:fontconfig", | 46 "//build/linux:fontconfig", |
46 "//chrome/browser/devtools", | 47 "//chrome/browser/devtools", |
47 "//chrome/browser/extensions", | 48 "//chrome/browser/extensions", |
48 "//chrome/browser/safe_browsing:chunk_proto", | 49 "//chrome/browser/safe_browsing:chunk_proto", |
49 "//chrome/common", | 50 "//chrome/common", |
50 "//chrome/common/extensions/api", | 51 "//chrome/common/extensions/api", |
51 "//chrome/common/extensions/api:api_registration", | 52 "//chrome/common/extensions/api:api_registration", |
52 "//chrome/common/net", | 53 "//chrome/common/net", |
53 "//chrome/common/safe_browsing:proto", | 54 "//chrome/common/safe_browsing:proto", |
54 "//chrome/installer/util:with_no_strings", | 55 "//chrome/installer/util:with_no_strings", |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 "policy/proto/install_attributes.proto", | 216 "policy/proto/install_attributes.proto", |
216 ] | 217 ] |
217 } | 218 } |
218 | 219 |
219 proto_library("attestation_proto") { | 220 proto_library("attestation_proto") { |
220 sources = [ | 221 sources = [ |
221 "attestation/attestation_key_payload.proto", | 222 "attestation/attestation_key_payload.proto", |
222 "attestation/attestation_signed_data.proto", | 223 "attestation/attestation_signed_data.proto", |
223 ] | 224 ] |
224 } | 225 } |
OLD | NEW |