| Index: ios/chrome/common/physical_web/physical_web.gyp
|
| diff --git a/ios/chrome/common/physical_web/physical_web.gyp b/ios/chrome/common/physical_web/physical_web.gyp
|
| index 887c0af7f3e5d7e8a8b69cad0bbfe0d1fd5aad41..8106f41e2cf58a4cb41ef1c8267e0ceb92fcc6a7 100644
|
| --- a/ios/chrome/common/physical_web/physical_web.gyp
|
| +++ b/ios/chrome/common/physical_web/physical_web.gyp
|
| @@ -9,6 +9,8 @@
|
| 'target_name': 'physical_web',
|
| 'type': 'static_library',
|
| 'sources': [
|
| + 'physical_web_data_source_ios.h',
|
| + 'physical_web_data_source_ios.mm',
|
| 'physical_web_device.h',
|
| 'physical_web_device.mm',
|
| 'physical_web_request.h',
|
| @@ -20,6 +22,7 @@
|
| ],
|
| 'dependencies': [
|
| '../../../../base/base.gyp:base',
|
| + '../../../../components/components.gyp:physical_web_data_source',
|
| '../../../../components/components.gyp:version_info',
|
| '../../../../device/bluetooth/bluetooth.gyp:uribeacon',
|
| '../../../../google_apis/google_apis.gyp:google_apis',
|
|
|