| 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("//extensions/features/features.gni") | 7 import("//extensions/features/features.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/protobuf/proto_library.gni") | 10 import("//third_party/protobuf/proto_library.gni") |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 "//third_party/icu", | 106 "//third_party/icu", |
| 107 "//third_party/leveldatabase", | 107 "//third_party/leveldatabase", |
| 108 "//third_party/libjingle", | 108 "//third_party/libjingle", |
| 109 "//third_party/libusb", | 109 "//third_party/libusb", |
| 110 "//third_party/protobuf:protobuf_lite", | 110 "//third_party/protobuf:protobuf_lite", |
| 111 "//third_party/protobuf:protoc($host_toolchain)", | 111 "//third_party/protobuf:protoc($host_toolchain)", |
| 112 "//third_party/re2", | 112 "//third_party/re2", |
| 113 "//third_party/zlib", | 113 "//third_party/zlib", |
| 114 "//ui/app_list", | 114 "//ui/app_list", |
| 115 "//ui/app_list/presenter:mojom", | 115 "//ui/app_list/presenter:mojom", |
| 116 "//ui/arc", |
| 116 "//ui/aura", | 117 "//ui/aura", |
| 117 "//ui/base", | 118 "//ui/base", |
| 118 "//ui/chromeos", | 119 "//ui/chromeos", |
| 119 "//ui/compositor", | 120 "//ui/compositor", |
| 120 "//ui/display", | 121 "//ui/display", |
| 121 "//ui/events:dom_keycode_converter", | 122 "//ui/events:dom_keycode_converter", |
| 122 "//ui/events/devices", | 123 "//ui/events/devices", |
| 123 "//ui/events/platform", | 124 "//ui/events/platform", |
| 124 "//ui/file_manager", | 125 "//ui/file_manager", |
| 125 "//ui/keyboard:mojom", | 126 "//ui/keyboard:mojom", |
| (...skipping 1531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1657 "policy/proto/chrome_device_policy.proto", | 1658 "policy/proto/chrome_device_policy.proto", |
| 1658 "policy/proto/install_attributes.proto", | 1659 "policy/proto/install_attributes.proto", |
| 1659 ] | 1660 ] |
| 1660 } | 1661 } |
| 1661 | 1662 |
| 1662 proto_library("attestation_proto") { | 1663 proto_library("attestation_proto") { |
| 1663 sources = [ | 1664 sources = [ |
| 1664 "attestation/attestation_key_payload.proto", | 1665 "attestation/attestation_key_payload.proto", |
| 1665 ] | 1666 ] |
| 1666 } | 1667 } |
| OLD | NEW |