summaryrefslogtreecommitdiffstats
path: root/chrome/version.h.in
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-26 16:10:23 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-26 16:10:23 +0000
commitf960aaccfcafe0621cd4b9b26cbed8e37e3d62f3 (patch)
treea380ae1658b6a18c60a68daaa8408c8b98b33472 /chrome/version.h.in
parentc54e2fb2d612bfeef7a345110599bff4a96deeb5 (diff)
downloadchromium_src-f960aaccfcafe0621cd4b9b26cbed8e37e3d62f3.zip
chromium_src-f960aaccfcafe0621cd4b9b26cbed8e37e3d62f3.tar.gz
chromium_src-f960aaccfcafe0621cd4b9b26cbed8e37e3d62f3.tar.bz2
Use BRANDING settings for IE CEEE. Simplify chrome_dll_version handling.
Adding new CEEE_PRODUCT_FULLNAME key to the BRANDING file. Adapting version.h.in to define a preprocessor constant for it. Using this and the other version/product name constants in IE CEEE's .rc files. Piggybacking on MAD's recent changes to make %NAME% a variable in the .rgs files to fairly easily get the product name from branding in there. Naming the toolband with the product name directly (as it is what shows up in IE's View/Toolbars menu), the BHO with an added "Helper" and the broker with an added "Broker". Removing the 'chrome_dll_version' target from chrome.gyp, and skipping code generation of chrome_dll_version.rc. Instead we have a source file with that name, that includes the verson.h generated by the 'chrome_version_header' target. This is cleaner and less code generation. Fixing 'chrome_dll_nacl64' target, it seemed like it wanted to have version information, but it didn't. Cleaning up the way sources are specified in several of the chrome_tests.gypi targets, to use fewer source! statements just to remove source files that are Windows-only (put them in the Windows-only section instead). BUG=none TEST=Visible change should be that user-visible names in Chromium builds are like "Chromium Extensions Execution Environment" (with "Broker" or "Helper" appended when appropriate), i.e. they lose the "Google" part. Review URL: http://codereview.chromium.org/5360002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67457 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/version.h.in')
-rw-r--r--chrome/version.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/version.h.in b/chrome/version.h.in
index ed4004b0..924586c 100644
--- a/chrome/version.h.in
+++ b/chrome/version.h.in
@@ -17,6 +17,7 @@
#define COMPANY_SHORTNAME_STRING "@COMPANY_SHORTNAME@"
#define PRODUCT_FULLNAME_STRING "@PRODUCT_FULLNAME@"
#define PRODUCT_SHORTNAME_STRING "@PRODUCT_SHORTNAME@"
+#define CEEE_PRODUCT_FULLNAME_STRING "@CEEE_PRODUCT_FULLNAME@"
#define COPYRIGHT_STRING "@COPYRIGHT@"
#define OFFICIAL_BUILD_STRING "@OFFICIAL_BUILD@"