OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'action_name': 'repack_theme_resources_2x', | 5 'action_name': 'repack_theme_resources_2x', |
6 'variables': { | 6 'variables': { |
7 'pak_inputs': [ | 7 'pak_inputs': [ |
8 '<(grit_out_dir)/theme_resources_2x.pak', | 8 '<(grit_out_dir)/theme_resources_2x.pak', |
9 ], | 9 ], |
10 }, | 10 }, |
11 'inputs': [ | 11 'inputs': [ |
12 '<(repack_path)', | 12 '<(repack_path)', |
13 '<@(pak_inputs)', | 13 '<@(pak_inputs)', |
14 ], | 14 ], |
15 'outputs': [ | 15 'outputs': [ |
16 '<(INTERMEDIATE_DIR)/repack/theme_resources_2x.pak', | 16 '<(INTERMEDIATE_DIR)/repack/theme_resources_2x.pak', |
17 ], | 17 ], |
18 'action': ['python', '<(repack_path)', '<@(_outputs)', | 18 'action': ['python', '<(repack_path)', '<@(_outputs)', |
19 '<@(pak_inputs)'], | 19 '<@(pak_inputs)'], |
20 'process_outputs_as_mac_bundle_resources': 1, | 20 'process_outputs_as_mac_bundle_resources': 1, |
21 } | 21 } |
OLD | NEW |