| 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..f56f06b2addee28a027f46b24b0453b559a37ae0 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 = [
|
| + "ios_chrome_physical_web_data_source.h",
|
| + "ios_chrome_physical_web_data_source.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",
|
|
|