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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 "//components/variations", | 82 "//components/variations", |
83 "//content/public/browser", | 83 "//content/public/browser", |
84 "//content/public/common", | 84 "//content/public/common", |
85 "//crypto", | 85 "//crypto", |
86 "//dbus", | 86 "//dbus", |
87 "//device/bluetooth", | 87 "//device/bluetooth", |
88 "//device/hid", | 88 "//device/hid", |
89 "//media", | 89 "//media", |
90 "//media/mojo/interfaces", | 90 "//media/mojo/interfaces", |
91 "//mojo/common", | 91 "//mojo/common", |
92 "//mojo/shell/public/cpp", | |
93 "//net", | 92 "//net", |
94 "//ppapi/proxy:ipc", # For PpapiMsg_LoadPlugin | 93 "//ppapi/proxy:ipc", # For PpapiMsg_LoadPlugin |
| 94 "//services/shell/public/cpp", |
95 | 95 |
96 # TODO: care about enable_basic_printing and enable_print_preview. | 96 # TODO: care about enable_basic_printing and enable_print_preview. |
97 "//printing", | 97 "//printing", |
98 "//skia", | 98 "//skia", |
99 "//storage/browser", | 99 "//storage/browser", |
100 "//storage/common", | 100 "//storage/common", |
101 "//sync", | 101 "//sync", |
102 "//third_party/adobe/flash:flapper_version_h", | 102 "//third_party/adobe/flash:flapper_version_h", |
103 "//third_party/cacheinvalidation", | 103 "//third_party/cacheinvalidation", |
104 "//third_party/icu", | 104 "//third_party/icu", |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 "policy/proto/install_attributes.proto", | 210 "policy/proto/install_attributes.proto", |
211 ] | 211 ] |
212 } | 212 } |
213 | 213 |
214 proto_library("attestation_proto") { | 214 proto_library("attestation_proto") { |
215 sources = [ | 215 sources = [ |
216 "attestation/attestation_key_payload.proto", | 216 "attestation/attestation_key_payload.proto", |
217 "attestation/attestation_signed_data.proto", | 217 "attestation/attestation_signed_data.proto", |
218 ] | 218 ] |
219 } | 219 } |
OLD | NEW |