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

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

Issue 616233002: Add proto definitions for messages used by CryptAuth APIs and the authentication protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/enhanced_bookmarks/proto/BUILD.gn b/components/proximity_auth/cryptauth/proto/BUILD.gn
similarity index 59%
copy from components/enhanced_bookmarks/proto/BUILD.gn
copy to components/proximity_auth/cryptauth/proto/BUILD.gn
index f6e932d68557d333f778f21e18eee71c3c78c352..5beee2a5a375f8ca539143cf8e8846bd7db97f50 100644
--- a/components/enhanced_bookmarks/proto/BUILD.gn
+++ b/components/proximity_auth/cryptauth/proto/BUILD.gn
@@ -2,11 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//third_party/protobuf/proto_library.gni")
+import ("//third_party/protobuf/proto_library.gni")
+# GYP version: //components/proximity_auth.gypi:cryptauth_proto
proto_library("proto") {
sources = [
- "metadata.proto",
- "search.proto",
+ "cryptauth_api.proto",
]
}

Powered by Google App Engine
This is Rietveld 408576698