| 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 # This file is an unused, a mostly empty placeholder which should go away |
| 6 # eventually -- http://crbug.com/52609 |
| 5 'action_name': 'repack_chrome', | 7 'action_name': 'repack_chrome', |
| 6 'variables': { | 8 'variables': { |
| 7 'pak_inputs': [ | 9 'pak_inputs': [ |
| 8 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 10 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
| 9 ], | 11 ], |
| 10 }, | 12 }, |
| 11 'inputs': [ | 13 'inputs': [ |
| 12 '<(repack_path)', | 14 '<(repack_path)', |
| 13 '<@(pak_inputs)', | 15 '<@(pak_inputs)', |
| 14 ], | 16 ], |
| 15 'outputs': [ | 17 'outputs': [ |
| 16 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', | 18 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', |
| 17 ], | 19 ], |
| 18 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'], | 20 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'], |
| 19 } | 21 } |
| OLD | NEW |