Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(294)

Unified Diff: ios/shared/chrome/browser/ui/coordinators/BUILD.gn

Issue 2798833003: [ios clean] Updates all BrowserCoordinator to the new rule (Closed)
Patch Set: Fix unittests Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/shared/chrome/browser/ui/coordinators/BUILD.gn
diff --git a/ios/shared/chrome/browser/ui/coordinators/BUILD.gn b/ios/shared/chrome/browser/ui/coordinators/BUILD.gn
index 39a3d8f55893f63000c6863369d9c18150ce3faa..2f45aebdcd0795055b1c269c64ae30782d124678 100644
--- a/ios/shared/chrome/browser/ui/coordinators/BUILD.gn
+++ b/ios/shared/chrome/browser/ui/coordinators/BUILD.gn
@@ -17,7 +17,6 @@ source_set("coordinators") {
"//ios/chrome/browser",
"//ios/chrome/browser/browser_state",
"//ios/chrome/browser/tabs:tabs_internal",
- "//ios/shared/chrome/browser/coordinator_context",
"//ios/shared/chrome/browser/ui/browser_list",
]
}
@@ -35,7 +34,6 @@ source_set("unit_tests") {
"//base",
"//base/test:test_support",
"//ios/chrome/test/base",
- "//ios/shared/chrome/browser/coordinator_context",
"//testing/gtest",
]
}

Powered by Google App Engine
This is Rietveld 408576698