OLD | NEW |
(Empty) | |
| 1 # Copyright (c) 2011 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 'action_name': 'repack_theme_resources_large', |
| 6 'variables': { |
| 7 'pak_inputs': [ |
| 8 '<(grit_out_dir)/theme_resources_large.pak', |
| 9 ], |
| 10 }, |
| 11 'inputs': [ |
| 12 '<(repack_path)', |
| 13 '<@(pak_inputs)', |
| 14 ], |
| 15 'outputs': [ |
| 16 '<(INTERMEDIATE_DIR)/repack/theme_resources_large.pak', |
| 17 ], |
| 18 'action': ['python', '<(repack_path)', '<@(_outputs)', |
| 19 '<@(pak_inputs)'], |
| 20 'process_outputs_as_mac_bundle_resources': 1, |
| 21 } |
OLD | NEW |