summaryrefslogtreecommitdiffstats
path: root/third_party/README.chromium.template
diff options
context:
space:
mode:
authorcdn@chromium.org <cdn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-31 19:55:06 +0000
committercdn@chromium.org <cdn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-31 19:55:06 +0000
commitb4373e6e6e73704a5296e87942ae93a635435588 (patch)
tree81d7bd3c5ef6034d9d4ea4e9a796373a5c52125c /third_party/README.chromium.template
parentadefec58ada3ab8ffd373bb6cfc1e1b6adbad4eb (diff)
downloadchromium_src-b4373e6e6e73704a5296e87942ae93a635435588.zip
chromium_src-b4373e6e6e73704a5296e87942ae93a635435588.tar.gz
chromium_src-b4373e6e6e73704a5296e87942ae93a635435588.tar.bz2
Add presubmit checks to verify that README.chromium files have been updated and contain the proper meta data when files within third_party are modified.
Also fixed _CheckNoInterfacesInBase() which was broken on win32 as the path seperator was hardcoded. BUG=None TEST=N/A Review URL: http://codereview.chromium.org/6713009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80051 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/README.chromium.template')
-rw-r--r--third_party/README.chromium.template10
1 files changed, 6 insertions, 4 deletions
diff --git a/third_party/README.chromium.template b/third_party/README.chromium.template
index 43fbf41..f95a8b4 100644
--- a/third_party/README.chromium.template
+++ b/third_party/README.chromium.template
@@ -1,10 +1,12 @@
Name: Descriptive name of the package
Short Name: Name the package is distributed under (ex. libxml, openssl, etc)
URL: The URL where the package lives
-Version: A searchable version number for the package (if the package does not version or is versioned by date or revision this field should be "unknown" and the revision should be listed in the appropriate field)
-Revision: The current revision of the package (or change id)
-License File: File that contains a copy of the package's license
-Included In Release: Either yes or no depending on whether this package is shipped in releases. For example openssl is shipped where cygwin is not.
+Version: A searchable version number for the package (if the package does not version or is versioned by date or revision this field should be "0" and the revision, or date should be enumerated in the appropriate field)
+Date: (OPTIONAL if version is supplied) The date that the package was updated
+Revision: (OPTIONAL if version is supplied) The current revision of the package
+License: The license under which the package is distributed
+License File: (OPTIONAL) File that contains a copy of the packages license
+Security Critical: Either yes or no depending on whether this package is shipped in releases. For example openssl is critical where cygwin is not.
Description:
A short description of what the package is and is used for.