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

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

Issue 2547923004: [ios] Adds bookmarks resources (Closed)
Patch Set: 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/bookmarks/resources/bookmark_bar_innershadow.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/bookmarks/BUILD.gn
diff --git a/ios/chrome/browser/ui/bookmarks/BUILD.gn b/ios/chrome/browser/ui/bookmarks/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..4f2fb6bc7bafc244cd34e3b398a4bed6808880dc
--- /dev/null
+++ b/ios/chrome/browser/ui/bookmarks/BUILD.gn
@@ -0,0 +1,80 @@
+# 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/bookmark_bar_innershadow.png",
+ "resources/bookmark_bar_innershadow@2x.png",
+ "resources/bookmark_bar_innershadow@3x.png",
+ "resources/bookmark_bar_shadow.png",
+ "resources/bookmark_bar_shadow@2x.png",
+ "resources/bookmark_bar_shadow@3x.png",
+ "resources/bookmark_black_delete.png",
+ "resources/bookmark_black_delete@2x.png",
+ "resources/bookmark_black_delete@3x.png",
+ "resources/bookmark_black_edit.png",
+ "resources/bookmark_black_edit@2x.png",
+ "resources/bookmark_black_edit@3x.png",
+ "resources/bookmark_black_move.png",
+ "resources/bookmark_black_move@2x.png",
+ "resources/bookmark_black_move@3x.png",
+ "resources/bookmark_black_select.png",
+ "resources/bookmark_black_select@2x.png",
+ "resources/bookmark_black_select@3x.png",
+ "resources/bookmark_blue_check.png",
+ "resources/bookmark_blue_check@2x.png",
+ "resources/bookmark_blue_check@3x.png",
+ "resources/bookmark_blue_folder.png",
+ "resources/bookmark_blue_folder@2x.png",
+ "resources/bookmark_blue_folder@3x.png",
+ "resources/bookmark_blue_star.png",
+ "resources/bookmark_blue_star@2x.png",
+ "resources/bookmark_blue_star@3x.png",
+ "resources/bookmark_gray_back.png",
+ "resources/bookmark_gray_back@2x.png",
+ "resources/bookmark_gray_back@3x.png",
+ "resources/bookmark_gray_check.png",
+ "resources/bookmark_gray_check@2x.png",
+ "resources/bookmark_gray_check@3x.png",
+ "resources/bookmark_gray_close.png",
+ "resources/bookmark_gray_close@2x.png",
+ "resources/bookmark_gray_close@3x.png",
+ "resources/bookmark_gray_edit.png",
+ "resources/bookmark_gray_edit@2x.png",
+ "resources/bookmark_gray_edit@3x.png",
+ "resources/bookmark_gray_folder.png",
+ "resources/bookmark_gray_folder@2x.png",
+ "resources/bookmark_gray_folder@3x.png",
+ "resources/bookmark_gray_menu.png",
+ "resources/bookmark_gray_menu@2x.png",
+ "resources/bookmark_gray_menu@3x.png",
+ "resources/bookmark_gray_new_folder.png",
+ "resources/bookmark_gray_new_folder@2x.png",
+ "resources/bookmark_gray_new_folder@3x.png",
+ "resources/bookmark_gray_star.png",
+ "resources/bookmark_gray_star@2x.png",
+ "resources/bookmark_gray_star@3x.png",
+ "resources/bookmark_gray_star_large.png",
+ "resources/bookmark_gray_star_large@2x.png",
+ "resources/bookmark_gray_star_large@3x.png",
+ "resources/bookmark_more.png",
+ "resources/bookmark_more@2x.png",
+ "resources/bookmark_more@3x.png",
+ "resources/bookmark_white_close.png",
+ "resources/bookmark_white_close@2x.png",
+ "resources/bookmark_white_close@3x.png",
+ "resources/bookmark_white_delete.png",
+ "resources/bookmark_white_delete@2x.png",
+ "resources/bookmark_white_delete@3x.png",
+ "resources/bookmark_white_edit.png",
+ "resources/bookmark_white_edit@2x.png",
+ "resources/bookmark_white_edit@3x.png",
+ "resources/bookmark_white_move.png",
+ "resources/bookmark_white_move@2x.png",
+ "resources/bookmark_white_move@3x.png",
+ ]
+ outputs = [
+ "{{bundle_resources_dir}}/{{source_file_part}}",
+ ]
+}
« no previous file with comments | « no previous file | ios/chrome/browser/ui/bookmarks/resources/bookmark_bar_innershadow.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698