| 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 0afdd5bad230203925819eb63b5bdf32278af60d..a41352be80a4bcae35efb6840c296f7de34868e0 100644
|
| --- a/ios/chrome/common/physical_web/BUILD.gn
|
| +++ b/ios/chrome/common/physical_web/BUILD.gn
|
| @@ -3,6 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| source_set("physical_web") {
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| sources = [
|
| "physical_web_device.h",
|
| "physical_web_device.mm",
|
|
|