| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 "//third_party/libusb", | 95 "//third_party/libusb", |
| 96 "//third_party/libxml", | 96 "//third_party/libxml", |
| 97 "//third_party/npapi", | 97 "//third_party/npapi", |
| 98 "//third_party/protobuf:protobuf_lite", | 98 "//third_party/protobuf:protobuf_lite", |
| 99 "//third_party/protobuf:protoc($host_toolchain)", | 99 "//third_party/protobuf:protoc($host_toolchain)", |
| 100 "//third_party/re2", | 100 "//third_party/re2", |
| 101 "//third_party/zlib", | 101 "//third_party/zlib", |
| 102 "//ui/app_list", | 102 "//ui/app_list", |
| 103 "//ui/aura", | 103 "//ui/aura", |
| 104 "//ui/base", | 104 "//ui/base", |
| 105 "//ui/chromeos:ui_chromeos", |
| 105 "//ui/compositor", | 106 "//ui/compositor", |
| 106 "//ui/display", | 107 "//ui/display", |
| 107 "//ui/events/platform", | 108 "//ui/events/platform", |
| 108 "//ui/events:dom4_keycode_converter", | 109 "//ui/events:dom4_keycode_converter", |
| 109 "//ui/file_manager", | 110 "//ui/file_manager", |
| 110 "//ui/message_center", | 111 "//ui/message_center", |
| 111 "//ui/surface", | 112 "//ui/surface", |
| 112 "//ui/views", | 113 "//ui/views", |
| 113 "//ui/views/controls/webview", | 114 "//ui/views/controls/webview", |
| 114 "//ui/web_dialogs", | 115 "//ui/web_dialogs", |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 "policy/proto/install_attributes.proto", | 164 "policy/proto/install_attributes.proto", |
| 164 ] | 165 ] |
| 165 } | 166 } |
| 166 | 167 |
| 167 proto_library("attestation_proto") { | 168 proto_library("attestation_proto") { |
| 168 sources = [ | 169 sources = [ |
| 169 "attestation/attestation_key_payload.proto", | 170 "attestation/attestation_key_payload.proto", |
| 170 "attestation/attestation_signed_data.proto", | 171 "attestation/attestation_signed_data.proto", |
| 171 ] | 172 ] |
| 172 } | 173 } |
| OLD | NEW |