| Index: ios/public/consumer/base/BUILD.gn
|
| diff --git a/ios/public/consumer/base/BUILD.gn b/ios/public/consumer/base/BUILD.gn
|
| index cc242cfc3101d0d30f3570cd91c58644dc018ab8..eb83ba22b1adcf0d9f15821bbf91574e002c623a 100644
|
| --- a/ios/public/consumer/base/BUILD.gn
|
| +++ b/ios/public/consumer/base/BUILD.gn
|
| @@ -3,9 +3,8 @@
|
| # found in the LICENSE file.
|
|
|
| source_set("base") {
|
| - configs += [ "//build/config/compiler:enable_arc" ]
|
| sources = [
|
| - "//ios/consumer/base/debugger.cc",
|
| + "//ios/consumer/base/debugger.mm",
|
| "//ios/public/consumer/base/debugger.h",
|
| ]
|
| deps = [
|
|
|