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

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

Issue 2550613002: [ios] Adds ui resources (Closed)
Patch Set: Remove visibility 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/resources/custom_row_voice.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/BUILD.gn
diff --git a/ios/chrome/browser/ui/BUILD.gn b/ios/chrome/browser/ui/BUILD.gn
index 210a10f846df9186b431ad58725d364da232aea3..135f162295ef93c8b4527f0f1cb0c30657229a0c 100644
--- a/ios/chrome/browser/ui/BUILD.gn
+++ b/ios/chrome/browser/ui/BUILD.gn
@@ -82,3 +82,33 @@ bundle_data_xib("native_content_controller_test_xib") {
testonly = true
source = "native_content_controller_test.xib"
}
+
+bundle_data("resources") {
+ sources = [
+ "resources/custom_row_voice.png",
+ "resources/custom_row_voice@2x.png",
+ "resources/custom_row_voice@2x~ipad.png",
+ "resources/custom_row_voice@3x.png",
+ "resources/custom_row_voice_pressed.png",
+ "resources/custom_row_voice_pressed@2x.png",
+ "resources/custom_row_voice_pressed@2x~ipad.png",
+ "resources/custom_row_voice_pressed@3x.png",
+ "resources/custom_row_voice_pressed~ipad.png",
+ "resources/custom_row_voice~ipad.png",
+ "resources/default_favicon.png",
+ "resources/default_favicon@2x.png",
+ "resources/default_favicon@3x.png",
+ "resources/default_favicon_incognito.png",
+ "resources/default_favicon_incognito@2x.png",
+ "resources/default_favicon_incognito@3x.png",
+ "resources/keyboard_bg_portrait_tablet.png",
+ "resources/keyboard_button.png",
+ "resources/keyboard_button@2x.png",
+ "resources/keyboard_button@2x~ipad.png",
+ "resources/keyboard_button@3x.png",
+ "resources/keyboard_button~ipad.png",
+ ]
+ outputs = [
+ "{{bundle_resources_dir}}/{{source_file_part}}",
+ ]
+}
« no previous file with comments | « no previous file | ios/chrome/browser/ui/resources/custom_row_voice.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698