| Index: ios/chrome/common/physical_web/BUILD.gn
|
| diff --git a/ios/chrome/common/physical_web/BUILD.gn b/ios/chrome/common/physical_web/BUILD.gn
|
| index 52cec6350530756de71f55b1acc4a02b95273525..540f8a3c8f22d73ef0ccc74b42eaeae16af7f23b 100644
|
| --- a/ios/chrome/common/physical_web/BUILD.gn
|
| +++ b/ios/chrome/common/physical_web/BUILD.gn
|
| @@ -4,6 +4,8 @@
|
|
|
| source_set("physical_web") {
|
| 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",
|
| @@ -16,6 +18,7 @@ source_set("physical_web") {
|
|
|
| deps = [
|
| "//base",
|
| + "//components/physical_web_data_source",
|
| "//components/version_info",
|
| "//device/bluetooth/uribeacon",
|
| "//google_apis",
|
|
|