| 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 "//third_party/webrtc_overrides", | 113 "//third_party/webrtc_overrides", |
| 114 "//third_party/zlib", | 114 "//third_party/zlib", |
| 115 "//ui/app_list", | 115 "//ui/app_list", |
| 116 "//ui/app_list/presenter:mojom", | 116 "//ui/app_list/presenter:mojom", |
| 117 "//ui/arc", | 117 "//ui/arc", |
| 118 "//ui/aura", | 118 "//ui/aura", |
| 119 "//ui/base", | 119 "//ui/base", |
| 120 "//ui/chromeos", | 120 "//ui/chromeos", |
| 121 "//ui/compositor", | 121 "//ui/compositor", |
| 122 "//ui/display", | 122 "//ui/display", |
| 123 "//ui/display/manager", |
| 123 "//ui/events:dom_keycode_converter", | 124 "//ui/events:dom_keycode_converter", |
| 124 "//ui/events/devices", | 125 "//ui/events/devices", |
| 125 "//ui/events/platform", | 126 "//ui/events/platform", |
| 126 "//ui/file_manager", | 127 "//ui/file_manager", |
| 127 "//ui/keyboard:mojom", | 128 "//ui/keyboard:mojom", |
| 128 "//ui/message_center", | 129 "//ui/message_center", |
| 129 "//ui/surface", | 130 "//ui/surface", |
| 130 "//ui/views", | 131 "//ui/views", |
| 131 "//ui/views/controls/webview", | 132 "//ui/views/controls/webview", |
| 132 "//ui/web_dialogs", | 133 "//ui/web_dialogs", |
| (...skipping 1664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1797 "policy/proto/chrome_device_policy.proto", | 1798 "policy/proto/chrome_device_policy.proto", |
| 1798 "policy/proto/install_attributes.proto", | 1799 "policy/proto/install_attributes.proto", |
| 1799 ] | 1800 ] |
| 1800 } | 1801 } |
| 1801 | 1802 |
| 1802 proto_library("attestation_proto") { | 1803 proto_library("attestation_proto") { |
| 1803 sources = [ | 1804 sources = [ |
| 1804 "attestation/attestation_key_payload.proto", | 1805 "attestation/attestation_key_payload.proto", |
| 1805 ] | 1806 ] |
| 1806 } | 1807 } |
| OLD | NEW |