From 275538b9af4cc9869b9a80d0e1821b26f206b67c Mon Sep 17 00:00:00 2001 From: "tony@chromium.org" Date: Fri, 11 Jun 2010 07:18:23 +0000 Subject: 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 --- chrome/chrome.gyp | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) (limited to 'chrome/chrome.gyp') diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index f17ec10..e1dc2b6 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -55,6 +55,12 @@ 'common/common_resources.grd', 'renderer/renderer_resources.grd', ], + 'chrome_extra_resources_grds': [ + # These resources end up in resources.pak because they are resources + # used by internal pages. Putting them in a spearate pak file makes + # it easier for us to reference them internally. + 'browser/resources/net_internals_resources.grd', + ], 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'], 'grit_cmd': ['python', '../tools/grit/grit.py'], 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], @@ -411,6 +417,79 @@ ], }, { + 'target_name': 'chrome_extra_resources', + 'type': 'none', + 'variables': { + 'chrome_extra_resources_inputs': [ + '