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

Unified Diff: ios/chrome/app/resources/BUILD.gn

Issue 2555233002: [iOS] Upstreaming of Info.plist and entitlements generation. (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
Index: ios/chrome/app/resources/BUILD.gn
diff --git a/ios/chrome/app/resources/BUILD.gn b/ios/chrome/app/resources/BUILD.gn
index 59974ad6ea5bd2ea38392bdb3b54bf028743ea9c..f83e2dc4a4fa1beebdbe01d4c4f23eacf9b0394e 100644
--- a/ios/chrome/app/resources/BUILD.gn
+++ b/ios/chrome/app/resources/BUILD.gn
@@ -80,6 +80,20 @@ bundle_data("chromium_icons") {
]
}
+bundle_data("quick_action_icons") {
rohitrao (ping after 24h) 2016/12/07 21:56:04 "resources_quick_actions" would be a more standard
sdefresne 2016/12/08 08:51:30 quick_action_*.png are only referenced from the In
+ sources = [
+ "quick_action_new_incognito_tab@2x.png",
+ "quick_action_new_incognito_tab@3x.png",
+ "quick_action_new_tab@2x.png",
+ "quick_action_new_tab@3x.png",
+ "quick_action_voice_search@2x.png",
+ "quick_action_voice_search@3x.png",
+ ]
+ outputs = [
+ "{{bundle_resources_dir}}/{{source_file_part}}",
+ ]
+}
+
bundle_data("launchscreen_assets") {
sources = [
"launchscreen_images.xcassets/Contents.json",

Powered by Google App Engine
This is Rietveld 408576698