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

Unified Diff: ios/clean/chrome/browser/ui/web_contents/BUILD.gn

Issue 2780423003: [ios] Use web_state_list in web_contents_mediator. (Closed)
Patch Set: Update unittests. Created 3 years, 9 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/clean/chrome/browser/ui/web_contents/BUILD.gn
diff --git a/ios/clean/chrome/browser/ui/web_contents/BUILD.gn b/ios/clean/chrome/browser/ui/web_contents/BUILD.gn
index 064924f691864486367789989a33e1b68c393b26..950583c5562e16cb8941dcb102898cdfc8ce2b21 100644
--- a/ios/clean/chrome/browser/ui/web_contents/BUILD.gn
+++ b/ios/clean/chrome/browser/ui/web_contents/BUILD.gn
@@ -15,6 +15,8 @@ source_set("web_contents") {
deps = [
":web_contents_ui",
"//ios/shared/chrome/browser/coordinator_context",
+ "//ios/shared/chrome/browser/tabs",
+ "//ios/shared/chrome/browser/ui/browser_list",
"//ios/shared/chrome/browser/ui/coordinators",
"//ios/web",
"//ui/base",
@@ -46,6 +48,8 @@ source_set("unit_tests") {
"//base",
"//base/test:test_support",
"//ios/chrome/test/base",
+ "//ios/shared/chrome/browser/tabs",
+ "//ios/shared/chrome/browser/tabs:test_support",
"//ios/web:test_support",
"//testing/gtest",
]

Powered by Google App Engine
This is Rietveld 408576698