diff options
-rw-r--r-- | chrome/chrome.gyp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index d36f093..da41a40 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1354,6 +1354,18 @@ 'mac_bundle_resources': ['app/theme/chromium/app.icns'], }], ], + }, { # else: OS != "mac" + 'conditions': [ + ['branding=="Chrome"', { + 'product_name': 'chrome' + }, { # else: Branding!="Chrome" + # TODO: change to: + # 'product_name': 'chromium' + # whenever we convert the rest of the infrastructure + # (buildbots etc.) to use "gyp -Dbranding=Chrome". + 'product_name': 'chrome' + }], + ], }], ['OS!="win"', { 'variables': { |