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_chrome_resources_200_percent', | 5 'action_name': 'repack_chrome_resources_200_percent', |
6 'variables': { | 6 'variables': { |
7 'pak_inputs': [ | 7 'pak_inputs': [ |
8 '<(SHARED_INTERMEDIATE_DIR)/components/component_resources_200_percent.pak
', | 8 '<(SHARED_INTERMEDIATE_DIR)/components/component_resources_200_percent.pak
', |
9 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_200_percent.pak', | 9 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_200_percent.pak', |
10 '<(grit_out_dir)/renderer_resources_200_percent.pak', | 10 '<(grit_out_dir)/renderer_resources_200_percent.pak', |
(...skipping 14 matching lines...) Expand all Loading... |
25 ['use_athena==1', { | 25 ['use_athena==1', { |
26 'pak_inputs': [ | 26 'pak_inputs': [ |
27 '<(SHARED_INTERMEDIATE_DIR)/athena/resources/athena_resources_200_perc
ent.pak', | 27 '<(SHARED_INTERMEDIATE_DIR)/athena/resources/athena_resources_200_perc
ent.pak', |
28 ], | 28 ], |
29 }], | 29 }], |
30 ['chromeos==1', { | 30 ['chromeos==1', { |
31 'pak_inputs': [ | 31 'pak_inputs': [ |
32 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/ui_chromeos_resource
s_200_percent.pak', | 32 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/ui_chromeos_resource
s_200_percent.pak', |
33 ], | 33 ], |
34 }], | 34 }], |
| 35 ['enable_extensions==1', { |
| 36 'pak_inputs': [ |
| 37 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_browser_resources_20
0_percent.pak', |
| 38 ], |
| 39 }], |
35 ], | 40 ], |
36 }, | 41 }, |
37 'includes': [ '../build/repack_action.gypi' ], | 42 'includes': [ '../build/repack_action.gypi' ], |
38 } | 43 } |
OLD | NEW |