Index: chrome/browser/chromeos/BUILD.gn |
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn |
index 673e3623c7abbff8adb7644e4d3237b93fcc5b4b..46921f40872f31b03385e2a1bd2498528a635c74 100644 |
--- a/chrome/browser/chromeos/BUILD.gn |
+++ b/chrome/browser/chromeos/BUILD.gn |
@@ -50,7 +50,6 @@ |
"//chrome/common/safe_browsing:proto", |
"//chrome/installer/util:with_no_strings", |
"//chromeos", |
- "//chromeos:attestation_proto", |
"//chromeos:cryptohome_proto", |
"//chromeos:cryptohome_signkey_proto", |
"//chromeos:power_manager_proto", |
@@ -1365,5 +1364,6 @@ |
proto_library("attestation_proto") { |
sources = [ |
"attestation/attestation_key_payload.proto", |
+ "attestation/attestation_signed_data.proto", |
] |
} |