Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
|
Mark Mentovai
2011/10/31 12:51:01
Boilerplate?
dhollowa
2011/10/31 14:41:15
Done.
| |
| 2 'action_name': 'repack_theme_resources_large', | |
| 3 'variables': { | |
| 4 'pak_inputs': [ | |
| 5 '<(grit_out_dir)/theme_resources_large.pak', | |
| 6 ], | |
| 7 }, | |
| 8 'inputs': [ | |
| 9 '<(repack_path)', | |
| 10 '<@(pak_inputs)', | |
| 11 ], | |
| 12 'outputs': [ | |
| 13 '<(INTERMEDIATE_DIR)/repack/theme_resources_large.pak', | |
| 14 ], | |
| 15 'action': ['python', '<(repack_path)', '<@(_outputs)', | |
| 16 '<@(pak_inputs)'], | |
| 17 'process_outputs_as_mac_bundle_resources': 1, | |
| 18 } | |
| OLD | NEW |