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

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

Issue 2699833004: Add WebStateListOrderController to control WebState insertion. (Closed)
Patch Set: Address comments. Created 3 years, 10 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 | « ios/shared/DEPS ('k') | ios/shared/chrome/browser/tabs/web_state_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a416aa6bd1f143dede2eaf90510e709bda639be6..c05b62261993c5f5e2ca66fbaa60e4bf0a0abc91 100644
--- a/ios/shared/chrome/browser/tabs/BUILD.gn
+++ b/ios/shared/chrome/browser/tabs/BUILD.gn
@@ -13,10 +13,13 @@ source_set("tabs") {
"web_state_list_observer.h",
"web_state_list_observer_bridge.h",
"web_state_list_observer_bridge.mm",
+ "web_state_list_order_controller.h",
+ "web_state_list_order_controller.mm",
]
deps = [
"//base",
"//ios/web",
+ "//ui/base",
]
libs = [ "Foundation.framework" ]
configs += [ "//build/config/compiler:enable_arc" ]
@@ -26,6 +29,7 @@ source_set("unit_tests") {
testonly = true
sources = [
"web_state_list_fast_enumeration_helper_unittest.mm",
+ "web_state_list_order_controller_unittest.mm",
"web_state_list_unittest.mm",
]
deps = [
@@ -34,6 +38,7 @@ source_set("unit_tests") {
"//ios/web:test_support",
"//net",
"//testing/gtest",
+ "//ui/base",
"//url",
]
configs += [ "//build/config/compiler:enable_arc" ]
« no previous file with comments | « ios/shared/DEPS ('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