summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-12 14:05:54 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-12 14:05:54 +0000
commitc3a633c7c72992f3f0d93e66602c8c2e348abc4b (patch)
treedb9a5886bcae867b1e0d0ebbef3cc4e4f47655c3 /chrome/chrome.gyp
parentb7688cc1149afa0f5ef9b2c4b10d67b440f71acb (diff)
downloadchromium_src-c3a633c7c72992f3f0d93e66602c8c2e348abc4b.zip
chromium_src-c3a633c7c72992f3f0d93e66602c8c2e348abc4b.tar.gz
chromium_src-c3a633c7c72992f3f0d93e66602c8c2e348abc4b.tar.bz2
Add note about the branding files.
Review URL: http://codereview.chromium.org/113264 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15851 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index b313b83..ce8c001 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1951,6 +1951,9 @@
['OS=="mac"', {
# 'branding' is a variable defined in common.gypi
# (e.g. "Chromium", "Chrome")
+ # NOTE: chrome/app/theme/chromium/BRANDING and
+ # chrome/app/theme/google_chrome/BRANDING have the short names, etc.;
+ # should we try to extract from there instead?
'product_name': '<(branding)',
'conditions': [
['branding=="Chrome"', {
@@ -1990,6 +1993,9 @@
# 'product_name': 'chromium'
# whenever we convert the rest of the infrastructure
# (buildbots etc.) to use "gyp -Dbranding=Chrome".
+ # NOTE: chrome/app/theme/chromium/BRANDING and
+ # chrome/app/theme/google_chrome/BRANDING have the short names,
+ # etc.; should we try to extract from there instead?
'product_name': 'chrome'
}],
],