Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1084)

Unified Diff: chrome/chrome.gyp

Issue 202066: linux: fix path in chromium-browser manpage (Closed)
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/resources/manpage.1.in ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'
},
« no previous file with comments | « chrome/app/resources/manpage.1.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698