Index: components/proximity_auth.gypi |
diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi |
index c1f7b6d37dcb236e2b9110f3a8beaae75c937478..fe5f3be20c1c1d2e1ff419d152e0b1841996a2aa 100644 |
--- a/components/proximity_auth.gypi |
+++ b/components/proximity_auth.gypi |
@@ -16,8 +16,6 @@ |
'../net/net.gyp:net', |
], |
'sources': [ |
- "proximity_auth/base64url.cc", |
- "proximity_auth/base64url.h", |
"proximity_auth/bluetooth_connection.cc", |
"proximity_auth/bluetooth_connection.h", |
"proximity_auth/bluetooth_connection_finder.cc", |
@@ -71,6 +69,8 @@ |
'../net/net.gyp:net', |
], |
'sources': [ |
+ "proximity_auth/cryptauth/base64url.cc", |
+ "proximity_auth/cryptauth/base64url.h", |
"proximity_auth/cryptauth/cryptauth_access_token_fetcher.h", |
"proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl.cc", |
"proximity_auth/cryptauth/cryptauth_access_token_fetcher_impl.h", |