diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 00:26:21 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-01 00:26:21 +0000 |
commit | 3219cf90ca3df95fbb513ea8ff0210b713c49220 (patch) | |
tree | 456b1c9ee5a24c2a8b03eb2d0efd7cc5515134bb | |
parent | 2e72a1b2327b375a12241af273ab1aedd419a9e3 (diff) | |
download | chromium_src-3219cf90ca3df95fbb513ea8ff0210b713c49220.zip chromium_src-3219cf90ca3df95fbb513ea8ff0210b713c49220.tar.gz chromium_src-3219cf90ca3df95fbb513ea8ff0210b713c49220.tar.bz2 |
Add docs for grd file defines to generated_resources.grd
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6591050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76323 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index d627926..61c3b79 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -1,7 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- This file contains definitions of resources that will be translated for -each locale. --> +<!-- +This file contains definitions of resources that will be translated for each +locale. OS values are passed through from Python's sys.platform: + + win32 - Windows + darwin - Mac + linux2 - Linux (both Views and GTK+) + +Other platform defines such as use_titlecase are declared in build/common.gypi. +--> <grit base_dir="." latest_public_release="0" current_release="1" source_lang_id="en" enc_check="möl"> |