blob: 5381dfdb481f9a438695d24776f033167748289e [file] [log] [blame]
[email protected]6f637732012-01-19 03:15:341# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]ebee67702011-11-03 19:27:332# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4{
5 'action_name': 'repack_chrome',
6 'variables': {
7 'pak_inputs': [
8 '<(grit_out_dir)/browser_resources.pak',
9 '<(grit_out_dir)/common_resources.pak',
10 '<(grit_out_dir)/default_plugin_resources/default_plugin_resources.pak',
11 '<(grit_out_dir)/renderer_resources.pak',
12 '<(grit_out_dir)/theme_resources.pak',
[email protected]406d3d52011-12-01 20:18:0213 '<(grit_out_dir)/theme_resources_standard.pak',
[email protected]0faa0a2b2011-11-15 18:03:1414 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
[email protected]ebee67702011-11-03 19:27:3315 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
16 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.pak',
[email protected]406d3d52011-12-01 20:18:0217 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.pak',
[email protected]ebee67702011-11-03 19:27:3318 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.pak',
19 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.pak',
20 ],
21 'conditions': [
[email protected]6f637732012-01-19 03:15:3422 ['OS != "mac" or use_aura==1', {
[email protected]ebee67702011-11-03 19:27:3323 'pak_inputs': [
24 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.pak',
25 ]
26 }],
[email protected]ebee67702011-11-03 19:27:3327 ],
28 },
29 'inputs': [
30 '<(repack_path)',
31 '<@(pak_inputs)',
32 ],
33 'outputs': [
34 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
35 ],
36 'action': ['python', '<(repack_path)', '<@(_outputs)', '<@(pak_inputs)'],
37}