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

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

Issue 2714003003: Remove toggle button code from Tab Strip. (Closed)
Patch Set: 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
Index: ios/chrome/browser/ui/tabs/BUILD.gn
diff --git a/ios/chrome/browser/ui/tabs/BUILD.gn b/ios/chrome/browser/ui/tabs/BUILD.gn
index a0c2709d4a860c4350a7a47e24e7df2cb504dbf9..4281500857389e2d6a297610656ffe06b4711ed5 100644
--- a/ios/chrome/browser/ui/tabs/BUILD.gn
+++ b/ios/chrome/browser/ui/tabs/BUILD.gn
@@ -12,8 +12,6 @@ bundle_data("resources") {
"resources/tabstrip_incognito_background_tab~ipad.png",
"resources/tabstrip_incognito_foreground_tab@2x~ipad.png",
"resources/tabstrip_incognito_foreground_tab~ipad.png",
- "resources/tabstrip_incognito_switch@2x~ipad.png",
- "resources/tabstrip_incognito_switch~ipad.png",
"resources/tabstrip_new_tab@2x~ipad.png",
"resources/tabstrip_new_tab_incognito@2x~ipad.png",
"resources/tabstrip_new_tab_incognito_pressed@2x~ipad.png",
@@ -22,8 +20,6 @@ bundle_data("resources") {
"resources/tabstrip_new_tab_pressed@2x~ipad.png",
"resources/tabstrip_new_tab_pressed~ipad.png",
"resources/tabstrip_new_tab~ipad.png",
- "resources/tabstrip_switch@2x~ipad.png",
- "resources/tabstrip_switch~ipad.png",
"resources/tabstrip_tab_close@2x~ipad.png",
"resources/tabstrip_tab_close_incognito@2x~ipad.png",
"resources/tabstrip_tab_close_incognito_pressed@2x~ipad.png",

Powered by Google App Engine
This is Rietveld 408576698