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

Unified Diff: ios/chrome/browser/web_state_list/BUILD.gn

Issue 2799723002: [ios] Move WebStateList to ios/chrome/browser/web_state_list. (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
Index: ios/chrome/browser/web_state_list/BUILD.gn
diff --git a/ios/shared/chrome/browser/tabs/BUILD.gn b/ios/chrome/browser/web_state_list/BUILD.gn
similarity index 95%
rename from ios/shared/chrome/browser/tabs/BUILD.gn
rename to ios/chrome/browser/web_state_list/BUILD.gn
index 42b01ee233e4e8df8beac9d3631ef74dc64abbcf..dde15ae59678911efac9b7c2177458108845bc93 100644
--- a/ios/shared/chrome/browser/tabs/BUILD.gn
+++ b/ios/chrome/browser/web_state_list/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("tabs") {
+source_set("web_state_list") {
sources = [
"web_state_list.h",
"web_state_list.mm",
@@ -38,7 +38,7 @@ source_set("test_support") {
"fake_web_state_list_delegate.mm",
]
deps = [
- ":tabs",
+ ":web_state_list",
"//base",
]
configs += [ "//build/config/compiler:enable_arc" ]
@@ -54,8 +54,8 @@ source_set("unit_tests") {
"web_state_opener_unittest.mm",
]
deps = [
- ":tabs",
":test_support",
+ ":web_state_list",
"//base",
"//ios/web",
"//ios/web:test_support",

Powered by Google App Engine
This is Rietveld 408576698