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("//components/nacl/nacl_defines.gni") | 7 import("//components/nacl/nacl_defines.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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 "//third_party/protobuf:protobuf_lite", | 103 "//third_party/protobuf:protobuf_lite", |
104 "//third_party/protobuf:protoc($host_toolchain)", | 104 "//third_party/protobuf:protoc($host_toolchain)", |
105 "//third_party/re2", | 105 "//third_party/re2", |
106 "//third_party/zlib", | 106 "//third_party/zlib", |
107 "//ui/app_list", | 107 "//ui/app_list", |
108 "//ui/aura", | 108 "//ui/aura", |
109 "//ui/base", | 109 "//ui/base", |
110 "//ui/chromeos:ui_chromeos", | 110 "//ui/chromeos:ui_chromeos", |
111 "//ui/compositor", | 111 "//ui/compositor", |
112 "//ui/display", | 112 "//ui/display", |
| 113 "//ui/events/devices", |
113 "//ui/events/platform", | 114 "//ui/events/platform", |
114 "//ui/events:dom4_keycode_converter", | 115 "//ui/events:dom4_keycode_converter", |
115 "//ui/file_manager", | 116 "//ui/file_manager", |
116 "//ui/message_center", | 117 "//ui/message_center", |
117 "//ui/surface", | 118 "//ui/surface", |
118 "//ui/views", | 119 "//ui/views", |
119 "//ui/views/controls/webview", | 120 "//ui/views/controls/webview", |
120 "//ui/web_dialogs", | 121 "//ui/web_dialogs", |
121 "//url", | 122 "//url", |
122 "//v8", | 123 "//v8", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
174 "policy/proto/install_attributes.proto", | 175 "policy/proto/install_attributes.proto", |
175 ] | 176 ] |
176 } | 177 } |
177 | 178 |
178 proto_library("attestation_proto") { | 179 proto_library("attestation_proto") { |
179 sources = [ | 180 sources = [ |
180 "attestation/attestation_key_payload.proto", | 181 "attestation/attestation_key_payload.proto", |
181 "attestation/attestation_signed_data.proto", | 182 "attestation/attestation_signed_data.proto", |
182 ] | 183 ] |
183 } | 184 } |
OLD | NEW |