| 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 22 matching lines...) Expand all Loading... |
| 33 "//ui/resources", | 33 "//ui/resources", |
| 34 "//ui/strings", | 34 "//ui/strings", |
| 35 ] | 35 ] |
| 36 | 36 |
| 37 deps = [ | 37 deps = [ |
| 38 # TODO(tbarzic): Cleanup this list. | 38 # TODO(tbarzic): Cleanup this list. |
| 39 ":attestation_proto", | 39 ":attestation_proto", |
| 40 "//ash", | 40 "//ash", |
| 41 "//ash:ash_with_content", | 41 "//ash:ash_with_content", |
| 42 "//ash/autoclick/mus/public/interfaces", | 42 "//ash/autoclick/mus/public/interfaces", |
| 43 "//ash/public/interfaces", | 43 "//ash/public/cpp:ash_public_cpp", |
| 44 "//build/linux:fontconfig", | 44 "//build/linux:fontconfig", |
| 45 "//chrome/browser/devtools", | 45 "//chrome/browser/devtools", |
| 46 "//chrome/browser/extensions", | 46 "//chrome/browser/extensions", |
| 47 "//chrome/browser/safe_browsing:chunk_proto", | 47 "//chrome/browser/safe_browsing:chunk_proto", |
| 48 "//chrome/common", | 48 "//chrome/common", |
| 49 "//chrome/common/extensions/api", | 49 "//chrome/common/extensions/api", |
| 50 "//chrome/common/extensions/api:api_registration", | 50 "//chrome/common/extensions/api:api_registration", |
| 51 "//chrome/common/net", | 51 "//chrome/common/net", |
| 52 "//chrome/common/safe_browsing:proto", | 52 "//chrome/common/safe_browsing:proto", |
| 53 "//chromeos", | 53 "//chromeos", |
| (...skipping 1733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1787 "policy/proto/chrome_device_policy.proto", | 1787 "policy/proto/chrome_device_policy.proto", |
| 1788 "policy/proto/install_attributes.proto", | 1788 "policy/proto/install_attributes.proto", |
| 1789 ] | 1789 ] |
| 1790 } | 1790 } |
| 1791 | 1791 |
| 1792 proto_library("attestation_proto") { | 1792 proto_library("attestation_proto") { |
| 1793 sources = [ | 1793 sources = [ |
| 1794 "attestation/attestation_key_payload.proto", | 1794 "attestation/attestation_key_payload.proto", |
| 1795 ] | 1795 ] |
| 1796 } | 1796 } |
| OLD | NEW |