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

Unified Diff: ios/shared/chrome/browser/tabs/BUILD.gn

Issue 2766413004: [ios] Change API to inform WebStateList of opener-opened relationship. (Closed)
Patch Set: Address comments. 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/shared/chrome/browser/tabs/BUILD.gn
diff --git a/ios/shared/chrome/browser/tabs/BUILD.gn b/ios/shared/chrome/browser/tabs/BUILD.gn
index af0ef7244e16996a7b4a1842fb4c0b2f4723e53d..484ea14f7533979e9ce047d552a49279eef48d0e 100644
--- a/ios/shared/chrome/browser/tabs/BUILD.gn
+++ b/ios/shared/chrome/browser/tabs/BUILD.gn
@@ -17,6 +17,8 @@ source_set("tabs") {
"web_state_list_observer_bridge.mm",
"web_state_list_order_controller.h",
"web_state_list_order_controller.mm",
+ "web_state_opener.h",
+ "web_state_opener.mm",
]
deps = [
"//base",
@@ -46,6 +48,7 @@ source_set("unit_tests") {
"web_state_list_fast_enumeration_helper_unittest.mm",
"web_state_list_order_controller_unittest.mm",
"web_state_list_unittest.mm",
+ "web_state_opener_unittest.mm",
]
deps = [
":tabs",
« no previous file with comments | « ios/clean/chrome/browser/ui/tab_grid/tab_grid_coordinator.mm ('k') | ios/shared/chrome/browser/tabs/web_state_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698