| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 "//ui/events/devices", | 128 "//ui/events/devices", |
| 129 "//ui/events/platform", | 129 "//ui/events/platform", |
| 130 "//ui/file_manager", | 130 "//ui/file_manager", |
| 131 "//ui/keyboard:mojom", | 131 "//ui/keyboard:mojom", |
| 132 "//ui/message_center", | 132 "//ui/message_center", |
| 133 "//ui/surface", | 133 "//ui/surface", |
| 134 "//ui/views", | 134 "//ui/views", |
| 135 "//ui/views/controls/webview", | 135 "//ui/views/controls/webview", |
| 136 "//ui/web_dialogs", | 136 "//ui/web_dialogs", |
| 137 "//url", | 137 "//url", |
| 138 "//v8", | |
| 139 ] | 138 ] |
| 140 | 139 |
| 141 data_deps = [ | 140 data_deps = [ |
| 142 "//ash/autoclick/mus:accessibility_autoclick", | 141 "//ash/autoclick/mus:accessibility_autoclick", |
| 143 ] | 142 ] |
| 144 | 143 |
| 145 allow_circular_includes_from = [ "//chrome/browser/extensions" ] | 144 allow_circular_includes_from = [ "//chrome/browser/extensions" ] |
| 146 | 145 |
| 147 sources = [ | 146 sources = [ |
| 148 "../supervised_user/chromeos/manager_password_service.cc", | 147 "../supervised_user/chromeos/manager_password_service.cc", |
| (...skipping 1665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1814 "policy/proto/chrome_device_policy.proto", | 1813 "policy/proto/chrome_device_policy.proto", |
| 1815 "policy/proto/install_attributes.proto", | 1814 "policy/proto/install_attributes.proto", |
| 1816 ] | 1815 ] |
| 1817 } | 1816 } |
| 1818 | 1817 |
| 1819 proto_library("attestation_proto") { | 1818 proto_library("attestation_proto") { |
| 1820 sources = [ | 1819 sources = [ |
| 1821 "attestation/attestation_key_payload.proto", | 1820 "attestation/attestation_key_payload.proto", |
| 1822 ] | 1821 ] |
| 1823 } | 1822 } |
| OLD | NEW |