| Index: ios/chrome/browser/undo/BUILD.gn
|
| diff --git a/ios/public/consumer/base/BUILD.gn b/ios/chrome/browser/undo/BUILD.gn
|
| similarity index 50%
|
| copy from ios/public/consumer/base/BUILD.gn
|
| copy to ios/chrome/browser/undo/BUILD.gn
|
| index eb83ba22b1adcf0d9f15821bbf91574e002c623a..d2dcc71c82a019a15fd373796e554aaef0750107 100644
|
| --- a/ios/public/consumer/base/BUILD.gn
|
| +++ b/ios/chrome/browser/undo/BUILD.gn
|
| @@ -2,12 +2,15 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("base") {
|
| +source_set("undo") {
|
| sources = [
|
| - "//ios/consumer/base/debugger.mm",
|
| - "//ios/public/consumer/base/debugger.h",
|
| + "bookmark_undo_service_factory.cc",
|
| + "bookmark_undo_service_factory.h",
|
| ]
|
| deps = [
|
| "//base",
|
| + "//components/keyed_service/ios",
|
| + "//components/undo",
|
| + "//ios/chrome/browser/browser_state",
|
| ]
|
| }
|
|
|