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