| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 "//components/drive:drive_chromeos", | 62 "//components/drive:drive_chromeos", |
| 63 "//components/feedback", | 63 "//components/feedback", |
| 64 "//components/flags_ui", | 64 "//components/flags_ui", |
| 65 "//components/login", | 65 "//components/login", |
| 66 "//components/metrics/leak_detector", | 66 "//components/metrics/leak_detector", |
| 67 "//components/onc", | 67 "//components/onc", |
| 68 "//components/ownership", | 68 "//components/ownership", |
| 69 "//components/pairing", | 69 "//components/pairing", |
| 70 "//components/policy:generated", | 70 "//components/policy:generated", |
| 71 "//components/proxy_config", | 71 "//components/proxy_config", |
| 72 "//components/safe_browsing:csd_proto", | |
| 73 "//components/safe_browsing_db:metadata_proto", | 72 "//components/safe_browsing_db:metadata_proto", |
| 74 "//components/session_manager/core", | 73 "//components/session_manager/core", |
| 75 "//components/sync_wifi", | 74 "//components/sync_wifi", |
| 76 "//components/user_manager", | 75 "//components/user_manager", |
| 77 | 76 |
| 78 # This depends directly on the variations target, rather than just | 77 # This depends directly on the variations target, rather than just |
| 79 # transitively via the common target because the proto sources need to | 78 # transitively via the common target because the proto sources need to |
| 80 # be generated before code in this target can start building. | 79 # be generated before code in this target can start building. |
| 81 "//components/resources", | 80 "//components/resources", |
| 82 "//components/strings", | 81 "//components/strings", |
| (...skipping 1715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1798 "policy/proto/chrome_device_policy.proto", | 1797 "policy/proto/chrome_device_policy.proto", |
| 1799 "policy/proto/install_attributes.proto", | 1798 "policy/proto/install_attributes.proto", |
| 1800 ] | 1799 ] |
| 1801 } | 1800 } |
| 1802 | 1801 |
| 1803 proto_library("attestation_proto") { | 1802 proto_library("attestation_proto") { |
| 1804 sources = [ | 1803 sources = [ |
| 1805 "attestation/attestation_key_payload.proto", | 1804 "attestation/attestation_key_payload.proto", |
| 1806 ] | 1805 ] |
| 1807 } | 1806 } |
| OLD | NEW |