Chromium Code Reviews| 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..eadaffec00c188920d1aba40a1b3f672207b98e6 100644 |
| --- a/ios/chrome/browser/ui/BUILD.gn |
| +++ b/ios/chrome/browser/ui/BUILD.gn |
| @@ -82,3 +82,34 @@ bundle_data_xib("native_content_controller_test_xib") { |
| testonly = true |
| source = "native_content_controller_test.xib" |
| } |
| + |
| +bundle_data("resources") { |
| + visibility = [ ":ui" ] |
|
rohitrao (ping after 24h)
2016/12/02 17:19:15
Can you remove the visibility attribute? A differ
|
| + 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}}", |
| + ] |
| +} |