| Index: components/cryptauth/BUILD.gn
|
| diff --git a/components/proximity_auth/cryptauth/BUILD.gn b/components/cryptauth/BUILD.gn
|
| similarity index 96%
|
| rename from components/proximity_auth/cryptauth/BUILD.gn
|
| rename to components/cryptauth/BUILD.gn
|
| index 6791187ea8b23f6004224690869f8f58b7d11864..3e101034266ff7c2e2ff153ba38cce96dbd26f18 100644
|
| --- a/components/proximity_auth/cryptauth/BUILD.gn
|
| +++ b/components/cryptauth/BUILD.gn
|
| @@ -49,7 +49,7 @@ static_library("cryptauth") {
|
| ]
|
|
|
| public_deps = [
|
| - "//components/proximity_auth/cryptauth/proto",
|
| + "//components/cryptauth/proto",
|
| ]
|
| }
|
|
|
| @@ -69,7 +69,7 @@ static_library("test_support") {
|
|
|
| public_deps = [
|
| ":cryptauth",
|
| - "//components/proximity_auth/cryptauth/proto",
|
| + "//components/cryptauth/proto",
|
| ]
|
|
|
| deps = [
|
|
|