| 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",
|
| ]
|
| }
|
|
|