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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 }], | 46 }], |
47 ['OS != "ios" and OS != "android"', { | 47 ['OS != "ios" and OS != "android"', { |
48 # New paks should be added here by default. | 48 # New paks should be added here by default. |
49 'pak_inputs': [ | 49 'pak_inputs': [ |
50 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', | 50 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', |
51 '<(grit_out_dir)/component_extension_resources.pak', | 51 '<(grit_out_dir)/component_extension_resources.pak', |
52 '<(grit_out_dir)/options_resources.pak', | 52 '<(grit_out_dir)/options_resources.pak', |
53 '<(grit_out_dir)/quota_internals_resources.pak', | 53 '<(grit_out_dir)/quota_internals_resources.pak', |
54 '<(grit_out_dir)/settings_resources.pak', | 54 '<(grit_out_dir)/settings_resources.pak', |
55 '<(grit_out_dir)/sync_file_system_internals_resources.pak', | 55 '<(grit_out_dir)/sync_file_system_internals_resources.pak', |
56 '<(grit_out_dir)/webrtc_device_provider_resources.pak', | |
57 ], | 56 ], |
58 }], | 57 }], |
59 ['enable_extensions==1', { | 58 ['enable_extensions==1', { |
60 'pak_inputs': [ | 59 'pak_inputs': [ |
61 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resources.p
ak', | 60 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resources.p
ak', |
62 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak', | 61 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak', |
63 '<(grit_out_dir)/extensions_api_resources.pak', | 62 '<(grit_out_dir)/extensions_api_resources.pak', |
64 ], | 63 ], |
65 }], | 64 }], |
66 ], | 65 ], |
67 }, | 66 }, |
68 'includes': [ '../build/repack_action.gypi' ], | 67 'includes': [ '../build/repack_action.gypi' ], |
69 } | 68 } |
OLD | NEW |