| 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_resources', | 5 'action_name': 'repack_resources', |
| 6 'variables': { | 6 'variables': { |
| 7 'pak_inputs': [ | 7 'pak_inputs': [ |
| 8 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.pak', | 8 '<(SHARED_INTERMEDIATE_DIR)/chrome/chrome_unscaled_resources.pak', |
| 9 '<(SHARED_INTERMEDIATE_DIR)/components/components_resources.pak', | 9 '<(SHARED_INTERMEDIATE_DIR)/components/components_resources.pak', |
| 10 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 10 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 '<(grit_out_dir)/options_resources.pak', | 40 '<(grit_out_dir)/options_resources.pak', |
| 41 '<(grit_out_dir)/quota_internals_resources.pak', | 41 '<(grit_out_dir)/quota_internals_resources.pak', |
| 42 '<(grit_out_dir)/settings_resources.pak', | 42 '<(grit_out_dir)/settings_resources.pak', |
| 43 '<(grit_out_dir)/sync_file_system_internals_resources.pak', | 43 '<(grit_out_dir)/sync_file_system_internals_resources.pak', |
| 44 ], | 44 ], |
| 45 }], | 45 }], |
| 46 ['enable_extensions==1', { | 46 ['enable_extensions==1', { |
| 47 'pak_inputs': [ | 47 'pak_inputs': [ |
| 48 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resources.p
ak', | 48 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resources.p
ak', |
| 49 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak', | 49 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak', |
| 50 '<(grit_out_dir)/extensions_api_resources.pak', | |
| 51 ], | 50 ], |
| 52 }], | 51 }], |
| 53 ], | 52 ], |
| 54 }, | 53 }, |
| 55 'includes': [ '../build/repack_action.gypi' ], | 54 'includes': [ '../build/repack_action.gypi' ], |
| 56 } | 55 } |
| OLD | NEW |