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

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: Rebase. 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
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/web_contents/web_contents_mediator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 207c2a0cc7ee8d6d187153a419b89170de8473fe..a8cfe05febfdb3c89d5cd97151a7e210eb94ee97 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/clean/chrome/browser/ui/context_menu",
+ "//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",
]
« no previous file with comments | « no previous file | ios/clean/chrome/browser/ui/web_contents/web_contents_mediator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698