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", |