| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 "//ui/app_list/presenter:mojom", | 119 "//ui/app_list/presenter:mojom", |
| 120 "//ui/arc", | 120 "//ui/arc", |
| 121 "//ui/aura", | 121 "//ui/aura", |
| 122 "//ui/base", | 122 "//ui/base", |
| 123 "//ui/chromeos", | 123 "//ui/chromeos", |
| 124 "//ui/chromeos/events", | 124 "//ui/chromeos/events", |
| 125 "//ui/compositor", | 125 "//ui/compositor", |
| 126 "//ui/display", | 126 "//ui/display", |
| 127 "//ui/display/manager", | 127 "//ui/display/manager", |
| 128 "//ui/events:dom_keycode_converter", | 128 "//ui/events:dom_keycode_converter", |
| 129 "//ui/events/blink", |
| 129 "//ui/events/devices", | 130 "//ui/events/devices", |
| 130 "//ui/events/platform", | 131 "//ui/events/platform", |
| 131 "//ui/file_manager", | 132 "//ui/file_manager", |
| 132 "//ui/keyboard:mojom", | 133 "//ui/keyboard:mojom", |
| 133 "//ui/message_center", | 134 "//ui/message_center", |
| 134 "//ui/surface", | 135 "//ui/surface", |
| 135 "//ui/views", | 136 "//ui/views", |
| 136 "//ui/views/controls/webview", | 137 "//ui/views/controls/webview", |
| 137 "//ui/web_dialogs", | 138 "//ui/web_dialogs", |
| 138 "//url", | 139 "//url", |
| (...skipping 1725 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1864 "policy/proto/chrome_device_policy.proto", | 1865 "policy/proto/chrome_device_policy.proto", |
| 1865 "policy/proto/install_attributes.proto", | 1866 "policy/proto/install_attributes.proto", |
| 1866 ] | 1867 ] |
| 1867 } | 1868 } |
| 1868 | 1869 |
| 1869 proto_library("attestation_proto") { | 1870 proto_library("attestation_proto") { |
| 1870 sources = [ | 1871 sources = [ |
| 1871 "attestation/attestation_key_payload.proto", | 1872 "attestation/attestation_key_payload.proto", |
| 1872 ] | 1873 ] |
| 1873 } | 1874 } |
| OLD | NEW |