| OLD | NEW |
| (Empty) | |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. |
| 4 |
| 5 bundle_data("resources") { |
| 6 sources = [ |
| 7 "resources/ptr_close.png", |
| 8 "resources/ptr_close@2x.png", |
| 9 "resources/ptr_close@3x.png", |
| 10 "resources/ptr_close_active.png", |
| 11 "resources/ptr_close_active@2x.png", |
| 12 "resources/ptr_close_active@3x.png", |
| 13 "resources/ptr_new_tab.png", |
| 14 "resources/ptr_new_tab@2x.png", |
| 15 "resources/ptr_new_tab@3x.png", |
| 16 "resources/ptr_new_tab_active.png", |
| 17 "resources/ptr_new_tab_active@2x.png", |
| 18 "resources/ptr_new_tab_active@3x.png", |
| 19 "resources/ptr_reload.png", |
| 20 "resources/ptr_reload@2x.png", |
| 21 "resources/ptr_reload@3x.png", |
| 22 "resources/ptr_reload_active.png", |
| 23 "resources/ptr_reload_active@2x.png", |
| 24 "resources/ptr_reload_active@3x.png", |
| 25 ] |
| 26 outputs = [ |
| 27 "{{bundle_resources_dir}}/{{source_file_part}}", |
| 28 ] |
| 29 } |
| OLD | NEW |