Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Unified Diff: components/proximity_auth/cryptauth/proto/BUILD.gn

Issue 1060483002: Add SecureMessage definitions to CryptAuth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use StartsWithASCII Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/proximity_auth/cryptauth/proto/BUILD.gn
diff --git a/components/proximity_auth/cryptauth/proto/BUILD.gn b/components/proximity_auth/cryptauth/proto/BUILD.gn
index 3d3d3f7f637b24c5316ca98351e06b5a752cbafd..813d594ed47a53a59c0c68d3f917b2e1239505e0 100644
--- a/components/proximity_auth/cryptauth/proto/BUILD.gn
+++ b/components/proximity_auth/cryptauth/proto/BUILD.gn
@@ -8,5 +8,6 @@ import("//third_party/protobuf/proto_library.gni")
proto_library("proto") {
sources = [
"cryptauth_api.proto",
+ "securemessage.proto",
]
}

Powered by Google App Engine
This is Rietveld 408576698