| 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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//third_party/protobuf/proto_library.gni") | 8 import("//third_party/protobuf/proto_library.gni") |
| 9 | 9 |
| 10 assert(is_chromeos) | 10 assert(is_chromeos) |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 "//chromeos:cryptohome_proto", | 55 "//chromeos:cryptohome_proto", |
| 56 "//chromeos:cryptohome_signkey_proto", | 56 "//chromeos:cryptohome_signkey_proto", |
| 57 "//components/arc", | 57 "//components/arc", |
| 58 "//components/certificate_reporting:cert_logger_proto", | 58 "//components/certificate_reporting:cert_logger_proto", |
| 59 "//components/certificate_reporting:encrypted_cert_logger_proto", | 59 "//components/certificate_reporting:encrypted_cert_logger_proto", |
| 60 "//components/drive", | 60 "//components/drive", |
| 61 "//components/drive:drive_chromeos", | 61 "//components/drive:drive_chromeos", |
| 62 "//components/feedback", | 62 "//components/feedback", |
| 63 "//components/flags_ui", | 63 "//components/flags_ui", |
| 64 "//components/login", | 64 "//components/login", |
| 65 "//components/metrics/leak_detector", |
| 65 "//components/onc", | 66 "//components/onc", |
| 66 "//components/ownership", | 67 "//components/ownership", |
| 67 "//components/pairing", | 68 "//components/pairing", |
| 68 "//components/policy:generated", | 69 "//components/policy:generated", |
| 69 "//components/proxy_config", | 70 "//components/proxy_config", |
| 70 "//components/safe_browsing_db:metadata_proto", | 71 "//components/safe_browsing_db:metadata_proto", |
| 71 "//components/session_manager/core", | 72 "//components/session_manager/core", |
| 72 "//components/user_manager", | 73 "//components/user_manager", |
| 73 "//components/wifi_sync", | 74 "//components/wifi_sync", |
| 74 | 75 |
| (...skipping 1538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1613 "policy/proto/chrome_device_policy.proto", | 1614 "policy/proto/chrome_device_policy.proto", |
| 1614 "policy/proto/install_attributes.proto", | 1615 "policy/proto/install_attributes.proto", |
| 1615 ] | 1616 ] |
| 1616 } | 1617 } |
| 1617 | 1618 |
| 1618 proto_library("attestation_proto") { | 1619 proto_library("attestation_proto") { |
| 1619 sources = [ | 1620 sources = [ |
| 1620 "attestation/attestation_key_payload.proto", | 1621 "attestation/attestation_key_payload.proto", |
| 1621 ] | 1622 ] |
| 1622 } | 1623 } |
| OLD | NEW |