| Index: components/proximity_auth.gypi
|
| diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi
|
| index e10cc9c37acae76d0bb10decf5bafda77ea36ce7..b56ebd139d8872b38a28154ef26d3ceb4a749a1a 100644
|
| --- a/components/proximity_auth.gypi
|
| +++ b/components/proximity_auth.gypi
|
| @@ -5,6 +5,8 @@
|
| {
|
| 'targets': [
|
| {
|
| + # GN version: //components/proximity_auth and
|
| + # //components/proximity_auth/ble.
|
| 'target_name': 'proximity_auth',
|
| 'type': 'static_library',
|
| 'include_dirs': [
|
| @@ -12,6 +14,7 @@
|
| ],
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| + '../content/content.gyp:content_browser',
|
| '../device/bluetooth/bluetooth.gyp:device_bluetooth',
|
| '../net/net.gyp:net',
|
| ],
|
|
|