| Index: ios/clean/chrome/browser/ui/presenters/BUILD.gn
|
| diff --git a/ios/clean/chrome/browser/ui/presenters/BUILD.gn b/ios/clean/chrome/browser/ui/presenters/BUILD.gn
|
| index 99e391839864d7a6f74afe5193d873344cc0c6c7..3a89a3397b829af9a0ea5f2bc9b700a6b3292dea 100644
|
| --- a/ios/clean/chrome/browser/ui/presenters/BUILD.gn
|
| +++ b/ios/clean/chrome/browser/ui/presenters/BUILD.gn
|
| @@ -10,4 +10,8 @@ source_set("presenters") {
|
| ]
|
|
|
| configs += [ "//build/config/compiler:enable_arc" ]
|
| +
|
| + deps = [
|
| + "//ios/clean/chrome/browser/ui/commands",
|
| + ]
|
| }
|
|
|