| Index: components/cryptauth/BUILD.gn
|
| diff --git a/components/cryptauth/BUILD.gn b/components/cryptauth/BUILD.gn
|
| index a0dff7c11e1acfa3372d198265907a1b4e839fcc..14316cfcb0503fb85e8bcea31a2ed69b245e7196 100644
|
| --- a/components/cryptauth/BUILD.gn
|
| +++ b/components/cryptauth/BUILD.gn
|
| @@ -31,6 +31,8 @@ static_library("cryptauth") {
|
| "cryptauth_gcm_manager_impl.h",
|
| "pref_names.cc",
|
| "pref_names.h",
|
| + "remote_device.cc",
|
| + "remote_device.h",
|
| "secure_message_delegate.cc",
|
| "secure_message_delegate.h",
|
| "switches.cc",
|
|
|