| Index: ios/clean/chrome/browser/ui/root/BUILD.gn
|
| diff --git a/ios/clean/chrome/browser/ui/root/BUILD.gn b/ios/clean/chrome/browser/ui/root/BUILD.gn
|
| index 19133fb13ac64cfc173075a4a2172a32fde30a93..d499ecdf6a7ed42bba3b90ff8e64b728fff4d8de 100644
|
| --- a/ios/clean/chrome/browser/ui/root/BUILD.gn
|
| +++ b/ios/clean/chrome/browser/ui/root/BUILD.gn
|
| @@ -26,8 +26,8 @@ source_set("root_ui") {
|
| ]
|
| deps = [
|
| "//base",
|
| - "//ios/clean/chrome/browser/ui/animators",
|
| - "//ios/clean/chrome/browser/ui/presenters",
|
| + "//ios/clean/chrome/browser/ui/transitions/animators",
|
| + "//ios/clean/chrome/browser/ui/transitions/presenters",
|
| ]
|
| configs += [ "//build/config/compiler:enable_arc" ]
|
| }
|
| @@ -42,7 +42,7 @@ source_set("unit_tests") {
|
| ":root_ui",
|
| "//base",
|
| "//ios/clean/chrome/browser",
|
| - "//ios/clean/chrome/browser/ui/animators",
|
| + "//ios/clean/chrome/browser/ui/transitions/animators",
|
| "//testing/gtest",
|
| "//third_party/ocmock",
|
| ]
|
|
|