Index: components/proximity_auth.gypi |
diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi |
index c4e250327aac7867336681217fe72bf3640f0094..da4ecd99e4af61cbc389881f3ddeccbbacbcec56 100644 |
--- a/components/proximity_auth.gypi |
+++ b/components/proximity_auth.gypi |
@@ -20,6 +20,9 @@ |
"proximity_auth/bluetooth_connection.h", |
"proximity_auth/bluetooth_connection_finder.cc", |
"proximity_auth/bluetooth_connection_finder.h", |
+ "proximity_auth/bluetooth_throttler.h", |
+ "proximity_auth/bluetooth_throttler_impl.cc", |
+ "proximity_auth/bluetooth_throttler_impl.h", |
"proximity_auth/bluetooth_util.cc", |
"proximity_auth/bluetooth_util.h", |
"proximity_auth/bluetooth_util_chromeos.cc", |
@@ -38,6 +41,8 @@ |
"proximity_auth/secure_context.h", |
"proximity_auth/switches.cc", |
"proximity_auth/switches.h", |
+ "proximity_auth/throttled_bluetooth_connection_finder.cc", |
+ "proximity_auth/throttled_bluetooth_connection_finder.h", |
"proximity_auth/wire_message.cc", |
"proximity_auth/wire_message.h", |
], |