summaryrefslogtreecommitdiffstats
path: root/third_party/README.chromium.template
diff options
context:
space:
mode:
authorsteveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-14 11:57:42 +0000
committersteveblock@chromium.org <steveblock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-14 11:57:42 +0000
commit756b04e1e06ba31f280515049358d20720fa2ca9 (patch)
tree4d315de91f5f94e83e29c436275ab429cc412376 /third_party/README.chromium.template
parent47ac1123ed47690127044afdf3c5b38fd386ba6e (diff)
downloadchromium_src-756b04e1e06ba31f280515049358d20720fa2ca9.zip
chromium_src-756b04e1e06ba31f280515049358d20720fa2ca9.tar.gz
chromium_src-756b04e1e06ba31f280515049358d20720fa2ca9.tar.bz2
Add a function to provide the list of third-party directories which are incompatible with Android.
For most directories, we use a regex of whitelisted licenses to parse the 'License' field from the metadata. In some case, for example, where a custom license is used, we rely on a new 'Android Compatibility' field. This functionality will be used by the snapshot tool, which will exclude these incompatible directories from the snapshot in the Android tree. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10829272 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151462 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/README.chromium.template')
-rw-r--r--third_party/README.chromium.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/README.chromium.template b/third_party/README.chromium.template
index 24698de..7294612 100644
--- a/third_party/README.chromium.template
+++ b/third_party/README.chromium.template
@@ -7,6 +7,7 @@ Revision: (OPTIONAL if version is supplied) The current revision of the package
License: The license under which the package is distributed. Arbitrary text is allowed, but prefer standard forms, eg MIT/X11/BSD/Apache 2.0/GPL/LGPL.
License File: (OPTIONAL) File that contains a copy of the package's license. Use the special value NOT_SHIPPED to indicate that the package is not included in the shipped product, so its license does not need to be included in about:credits and no license file is required.
Security Critical: Either yes or no depending on whether this package is shipped in releases. For example openssl is critical where cygwin is not.
+License Android Compatible: (OPTIONAL) Whether the package uses a license compatible with Android. Required only if the package is compatible and the 'License' field uses a non-standard value.
Description:
A short description of what the package is and is used for.