summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_dll.gypi
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 07:18:23 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-11 07:18:23 +0000
commit275538b9af4cc9869b9a80d0e1821b26f206b67c (patch)
treea457c2137b0025cf6d30b711eee533627df6e2dd /chrome/chrome_dll.gypi
parent260d8a09246060bf045982c89adbd2881aac5585 (diff)
downloadchromium_src-275538b9af4cc9869b9a80d0e1821b26f206b67c.zip
chromium_src-275538b9af4cc9869b9a80d0e1821b26f206b67c.tar.gz
chromium_src-275538b9af4cc9869b9a80d0e1821b26f206b67c.tar.bz2
Move the resources used by net-internals into a pak file.
We don't use this yet, but the plan is to move everything in the resources directory into here. BUG=42770 Review URL: http://codereview.chromium.org/2667001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49507 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r--chrome/chrome_dll.gypi18
1 files changed, 18 insertions, 0 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index 614746f..f892a1f 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -371,6 +371,24 @@
'<@(locales)',
],
},
+ {
+ 'action_name': 'repack_resources',
+ 'variables': {
+ 'pak_inputs': [
+ '<(grit_out_dir)/net_internals_resources.pak',
+ ],
+ },
+ 'inputs': [
+ '<(repack_path)',
+ '<@(pak_inputs)',
+ ],
+ 'outputs': [
+ '<(INTERMEDIATE_DIR)/repack/resources.pak',
+ ],
+ 'action': ['python', '<(repack_path)', '<@(_outputs)',
+ '<@(pak_inputs)'],
+ 'process_outputs_as_mac_bundle_resources': 1,
+ },
],
'postbuilds': [
{