| 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 "//ui/app_list/presenter:mojom", | 118 "//ui/app_list/presenter:mojom", |
| 119 "//ui/arc", | 119 "//ui/arc", |
| 120 "//ui/aura", | 120 "//ui/aura", |
| 121 "//ui/base", | 121 "//ui/base", |
| 122 "//ui/chromeos", | 122 "//ui/chromeos", |
| 123 "//ui/chromeos/events", | 123 "//ui/chromeos/events", |
| 124 "//ui/compositor", | 124 "//ui/compositor", |
| 125 "//ui/display", | 125 "//ui/display", |
| 126 "//ui/display/manager", | 126 "//ui/display/manager", |
| 127 "//ui/events:dom_keycode_converter", | 127 "//ui/events:dom_keycode_converter", |
| 128 "//ui/events/blink", | |
| 129 "//ui/events/devices", | 128 "//ui/events/devices", |
| 130 "//ui/events/platform", | 129 "//ui/events/platform", |
| 131 "//ui/file_manager", | 130 "//ui/file_manager", |
| 132 "//ui/keyboard:mojom", | 131 "//ui/keyboard:mojom", |
| 133 "//ui/message_center", | 132 "//ui/message_center", |
| 134 "//ui/surface", | 133 "//ui/surface", |
| 135 "//ui/views", | 134 "//ui/views", |
| 136 "//ui/views/controls/webview", | 135 "//ui/views/controls/webview", |
| 137 "//ui/web_dialogs", | 136 "//ui/web_dialogs", |
| 138 "//url", | 137 "//url", |
| (...skipping 1708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1847 "policy/proto/chrome_device_policy.proto", | 1846 "policy/proto/chrome_device_policy.proto", |
| 1848 "policy/proto/install_attributes.proto", | 1847 "policy/proto/install_attributes.proto", |
| 1849 ] | 1848 ] |
| 1850 } | 1849 } |
| 1851 | 1850 |
| 1852 proto_library("attestation_proto") { | 1851 proto_library("attestation_proto") { |
| 1853 sources = [ | 1852 sources = [ |
| 1854 "attestation/attestation_key_payload.proto", | 1853 "attestation/attestation_key_payload.proto", |
| 1855 ] | 1854 ] |
| 1856 } | 1855 } |
| OLD | NEW |