| Index: components/proximity_auth/BUILD.gn
|
| diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
|
| index 84f827b6f797148b567ff005344787c7eb0c0ad8..380459e62bf0fe7bd5eef11fb7fac384fee35706 100644
|
| --- a/components/proximity_auth/BUILD.gn
|
| +++ b/components/proximity_auth/BUILD.gn
|
| @@ -6,8 +6,6 @@ import("//testing/test.gni")
|
|
|
| source_set("proximity_auth") {
|
| sources = [
|
| - "base64url.cc",
|
| - "base64url.h",
|
| "bluetooth_connection.cc",
|
| "bluetooth_connection.h",
|
| "bluetooth_connection_finder.cc",
|
| @@ -44,7 +42,6 @@ source_set("proximity_auth") {
|
| source_set("unit_tests") {
|
| testonly = true
|
| sources = [
|
| - "base64url_unittest.cc",
|
| "bluetooth_connection_finder_unittest.cc",
|
| "bluetooth_connection_unittest.cc",
|
| "client_unittest.cc",
|
|
|