diff options
author | cdn@chromium.org <cdn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 01:17:52 +0000 |
---|---|---|
committer | cdn@chromium.org <cdn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 01:17:52 +0000 |
commit | c64df6f6bdf4980b2788c2f850fdfb50e523d313 (patch) | |
tree | f8adcdb758984515adf3fe62c7e105f04af05540 /third_party/README.chromium.template | |
parent | 477c6b3192944ccd25d445629e86bfb119410045 (diff) | |
download | chromium_src-c64df6f6bdf4980b2788c2f850fdfb50e523d313.zip chromium_src-c64df6f6bdf4980b2788c2f850fdfb50e523d313.tar.gz chromium_src-c64df6f6bdf4980b2788c2f850fdfb50e523d313.tar.bz2 |
Cleaning up third_party readmes and adding a template for future use.
The next step is a presubmit rule that will make people use the template.
We are doing this so that we can better track dependancy versions.
BUG=None
TEST=N/A
Review URL: http://codereview.chromium.org/6610030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78316 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/README.chromium.template')
-rw-r--r-- | third_party/README.chromium.template | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/README.chromium.template b/third_party/README.chromium.template new file mode 100644 index 0000000..43fbf41 --- /dev/null +++ b/third_party/README.chromium.template @@ -0,0 +1,13 @@ +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.
+
+Description:
+A short description of what the package is and is used for.
+
+Local Modifications:
+Enumerate any changes that have been made locally to the package from the shipping version listed above.
\ No newline at end of file |