| 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", |
| 72 "//components/safe_browsing_db:metadata_proto", | 73 "//components/safe_browsing_db:metadata_proto", |
| 73 "//components/session_manager/core", | 74 "//components/session_manager/core", |
| 74 "//components/sync_wifi", | 75 "//components/sync_wifi", |
| 75 "//components/user_manager", | 76 "//components/user_manager", |
| 76 | 77 |
| 77 # This depends directly on the variations target, rather than just | 78 # This depends directly on the variations target, rather than just |
| 78 # transitively via the common target because the proto sources need to | 79 # transitively via the common target because the proto sources need to |
| 79 # be generated before code in this target can start building. | 80 # be generated before code in this target can start building. |
| 80 "//components/resources", | 81 "//components/resources", |
| 81 "//components/strings", | 82 "//components/strings", |
| (...skipping 1712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1794 "policy/proto/chrome_device_policy.proto", | 1795 "policy/proto/chrome_device_policy.proto", |
| 1795 "policy/proto/install_attributes.proto", | 1796 "policy/proto/install_attributes.proto", |
| 1796 ] | 1797 ] |
| 1797 } | 1798 } |
| 1798 | 1799 |
| 1799 proto_library("attestation_proto") { | 1800 proto_library("attestation_proto") { |
| 1800 sources = [ | 1801 sources = [ |
| 1801 "attestation/attestation_key_payload.proto", | 1802 "attestation/attestation_key_payload.proto", |
| 1802 ] | 1803 ] |
| 1803 } | 1804 } |
| OLD | NEW |