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

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: reformat comments 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
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/proximity_auth/cryptauth/proto/cryptauth_api.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 579884aba01e55ad2821a7ed926ccadc11a026ff..5beee2a5a375f8ca539143cf8e8846bd7db97f50 100644
--- a/components/enhanced_bookmarks/proto/BUILD.gn
+++ b/components/proximity_auth/cryptauth/proto/BUILD.gn
@@ -2,12 +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 = [
- "cluster.proto",
- "metadata.proto",
- "search.proto",
+ "cryptauth_api.proto",
]
}
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/proximity_auth/cryptauth/proto/cryptauth_api.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698