| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index 185f65c4d9f56bd87b7896a70c804a09e6304234..b959019c273e6132dfdb7509bfd276c3932e05df 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -3083,11 +3083,13 @@
|
| 'variables': {
|
| 'name': 'Google Chrome',
|
| 'filename': 'google-chrome',
|
| + 'confdir': 'google-chrome',
|
| },
|
| }, { # else branding!="Chrome"
|
| 'variables': {
|
| 'name': 'Chromium',
|
| 'filename': 'chromium-browser',
|
| + 'confdir': 'chromium',
|
| },
|
| }],
|
| ],
|
| @@ -3104,6 +3106,7 @@
|
| '<@(_outputs)',
|
| '-e', 's/@@NAME@@/<(name)/',
|
| '-e', 's/@@FILENAME@@/<(filename)/',
|
| + '-e', 's/@@CONFDIR@@/<(confdir)/',
|
| ],
|
| 'message': 'Generating manpage'
|
| },
|
|
|