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

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

Issue 2545143003: [ios] Adds tabs, tab_switcher and toolbar resources (Closed)
Patch Set: Remove unused images Created 4 years 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/chrome/browser/ui/tab_switcher/resources/tabswitcher_full_history.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/tab_switcher/BUILD.gn
diff --git a/ios/chrome/browser/ui/tab_switcher/BUILD.gn b/ios/chrome/browser/ui/tab_switcher/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..dfa0ffefa22e328f35a6b274dc1c08037df5d20b
--- /dev/null
+++ b/ios/chrome/browser/ui/tab_switcher/BUILD.gn
@@ -0,0 +1,50 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+bundle_data("resources") {
+ sources = [
+ "resources/tabswitcher_full_history.png",
+ "resources/tabswitcher_full_history@2x.png",
+ "resources/tabswitcher_full_history@3x.png",
+ "resources/tabswitcher_incognito.png",
+ "resources/tabswitcher_incognito@2x.png",
+ "resources/tabswitcher_incognito@3x.png",
+ "resources/tabswitcher_laptop.png",
+ "resources/tabswitcher_laptop@2x.png",
+ "resources/tabswitcher_laptop@3x.png",
+ "resources/tabswitcher_menu.png",
+ "resources/tabswitcher_menu@2x.png",
+ "resources/tabswitcher_menu@3x.png",
+ "resources/tabswitcher_new_tab.png",
+ "resources/tabswitcher_new_tab@2x.png",
+ "resources/tabswitcher_new_tab@3x.png",
+ "resources/tabswitcher_new_tab_fab.png",
+ "resources/tabswitcher_new_tab_fab@2x.png",
+ "resources/tabswitcher_new_tab_fab@3x.png",
+ "resources/tabswitcher_open_tabs.png",
+ "resources/tabswitcher_open_tabs@2x.png",
+ "resources/tabswitcher_open_tabs@3x.png",
+ "resources/tabswitcher_other_devices.png",
+ "resources/tabswitcher_other_devices@2x.png",
+ "resources/tabswitcher_other_devices@3x.png",
+ "resources/tabswitcher_overflow_arrow.png",
+ "resources/tabswitcher_overflow_arrow@2x.png",
+ "resources/tabswitcher_overflow_arrow@3x.png",
+ "resources/tabswitcher_phone.png",
+ "resources/tabswitcher_phone@2x.png",
+ "resources/tabswitcher_phone@3x.png",
+ "resources/tabswitcher_recently_closed.png",
+ "resources/tabswitcher_recently_closed@2x.png",
+ "resources/tabswitcher_recently_closed@3x.png",
+ "resources/tabswitcher_tab_switcher_button.png",
+ "resources/tabswitcher_tab_switcher_button@2x.png",
+ "resources/tabswitcher_tab_switcher_button@3x.png",
+ "resources/tabswitcher_tablet.png",
+ "resources/tabswitcher_tablet@2x.png",
+ "resources/tabswitcher_tablet@3x.png",
+ ]
+ outputs = [
+ "{{bundle_resources_dir}}/{{source_file_part}}",
+ ]
+}
« no previous file with comments | « no previous file | ios/chrome/browser/ui/tab_switcher/resources/tabswitcher_full_history.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698