| Index: device/base/BUILD.gn
|
| diff --git a/ios/public/consumer/base/BUILD.gn b/device/base/BUILD.gn
|
| similarity index 64%
|
| copy from ios/public/consumer/base/BUILD.gn
|
| copy to device/base/BUILD.gn
|
| index eb83ba22b1adcf0d9f15821bbf91574e002c623a..79ba73b970ac5c869c61873be9b77958a12c3674 100644
|
| --- a/ios/public/consumer/base/BUILD.gn
|
| +++ b/device/base/BUILD.gn
|
| @@ -4,10 +4,8 @@
|
|
|
| source_set("base") {
|
| sources = [
|
| - "//ios/consumer/base/debugger.mm",
|
| - "//ios/public/consumer/base/debugger.h",
|
| - ]
|
| - deps = [
|
| - "//base",
|
| + "device_sensors_consts.h",
|
| + "device_util_mac.cc",
|
| + "device_util_mac.h",
|
| ]
|
| }
|
|
|