| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 934d22f1e22382e6868bc0c51c5c4fbc81a9ff02..3505c4d9e66e90d1af6e09615a9e0eaf42122d10 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -59,6 +59,7 @@
|
| # 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/bookmark_manager_resources.grd',
|
| 'browser/resources/net_internals_resources.grd',
|
| ],
|
| 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'],
|
| @@ -1507,6 +1508,7 @@
|
| 'action_name': 'repack_resources',
|
| 'variables': {
|
| 'pak_inputs': [
|
| + '<(grit_out_dir)/bookmark_manager_resources.pak',
|
| '<(grit_out_dir)/net_internals_resources.pak',
|
| ],
|
| },
|
|
|