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

Unified Diff: ios/chrome/browser/ui/tabs/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
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
new file mode 100644
index 0000000000000000000000000000000000000000..8f2fb48745535cfb88e43fa6726974d167e6a527
--- /dev/null
+++ b/ios/chrome/browser/ui/tabs/BUILD.gn
@@ -0,0 +1,42 @@
+# 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/tabstrip_background_tab@2x~ipad.png",
+ "resources/tabstrip_background_tab~ipad.png",
+ "resources/tabstrip_foreground_tab@2x~ipad.png",
+ "resources/tabstrip_foreground_tab~ipad.png",
+ "resources/tabstrip_incognito_background_tab@2x~ipad.png",
+ "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",
+ "resources/tabstrip_new_tab_incognito_pressed~ipad.png",
+ "resources/tabstrip_new_tab_incognito~ipad.png",
+ "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",
+ "resources/tabstrip_tab_close_incognito_pressed~ipad.png",
+ "resources/tabstrip_tab_close_incognito~ipad.png",
+ "resources/tabstrip_tab_close_pressed@2x~ipad.png",
+ "resources/tabstrip_tab_close_pressed~ipad.png",
+ "resources/tabstrip_tab_close~ipad.png",
+ "resources/tabstrip_toggle_button_gradient@2x~ipad.png",
+ "resources/tabstrip_toggle_button_gradient@3x~ipad.png",
+ "resources/tabstrip_toggle_button_gradient~ipad.png",
+ ]
+ outputs = [
+ "{{bundle_resources_dir}}/{{source_file_part}}",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698