summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcdn@chromium.org <cdn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-16 01:17:52 +0000
committercdn@chromium.org <cdn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-16 01:17:52 +0000
commitc64df6f6bdf4980b2788c2f850fdfb50e523d313 (patch)
treef8adcdb758984515adf3fe62c7e105f04af05540
parent477c6b3192944ccd25d445629e86bfb119410045 (diff)
downloadchromium_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
-rw-r--r--third_party/README.chromium.template13
-rw-r--r--third_party/activscp/README.chromium3
-rw-r--r--third_party/bsdiff/README.chromium1
-rw-r--r--third_party/bspatch/README.chromium2
-rw-r--r--third_party/bzip2/README.chromium2
-rw-r--r--third_party/cacheinvalidation/README.chromium2
-rw-r--r--third_party/cld/README.chromium3
-rw-r--r--third_party/codesighs/README.chromium2
-rw-r--r--third_party/expat/README.chromium3
-rw-r--r--third_party/gles2_book/README.chromium2
-rw-r--r--third_party/gpsd/README.chromium3
-rw-r--r--third_party/harfbuzz-ng/README.chromium9
-rw-r--r--third_party/harfbuzz/README.chromium5
-rw-r--r--third_party/hyphen/README.chromium4
-rw-r--r--third_party/iaccessible2/README.chromium2
-rw-r--r--third_party/iccjpeg/README.chromium2
-rw-r--r--third_party/isimpledom/README.chromium2
-rw-r--r--third_party/jemalloc/README.chromium2
-rw-r--r--third_party/launchpad_translations/README.chromium3
-rw-r--r--third_party/lcov/README.chromium8
-rw-r--r--third_party/libjpeg/README.chromium2
-rw-r--r--third_party/libpng/README.chromium2
-rw-r--r--third_party/libsrtp/README.chromium2
-rw-r--r--third_party/libwebp/README.chromium4
-rw-r--r--third_party/libxml/README.chromium2
-rw-r--r--third_party/libxslt/README.chromium2
-rw-r--r--third_party/lzma_sdk/README.chromium3
-rw-r--r--third_party/mesa/README.chromium5
-rw-r--r--third_party/modp_b64/README.chromium7
-rw-r--r--third_party/molokocacao/README.chromium1
-rw-r--r--third_party/mongoose/README.chromium4
-rw-r--r--third_party/mozilla/README.chromium2
-rw-r--r--third_party/npapi/README.chromium4
-rw-r--r--third_party/ocmock/README.chromium5
-rw-r--r--third_party/openmax/README.chromium1
-rw-r--r--third_party/protobuf/README.chromium4
-rw-r--r--third_party/psutil/README.chromium3
-rw-r--r--third_party/pyftpdlib/README.chromium4
-rw-r--r--third_party/qcms/README.chromium3
-rw-r--r--third_party/safe_browsing/README.chromium3
-rw-r--r--third_party/skia/README.chromium4
-rw-r--r--third_party/sqlite/README.chromium3
-rw-r--r--third_party/swig/README.chromium3
-rw-r--r--third_party/talloc/README.chromium1
-rw-r--r--third_party/tcmalloc/README.chromium4
-rw-r--r--third_party/tlslite/README.chromium1
-rw-r--r--third_party/undoview/README.chromium2
-rw-r--r--third_party/webdriver/README.chromium3
-rw-r--r--third_party/wtl/README.chromium3
-rw-r--r--third_party/yasm/README.chromium1
50 files changed, 129 insertions, 32 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
diff --git a/third_party/activscp/README.chromium b/third_party/activscp/README.chromium
index 8498d19..1eb22f0 100644
--- a/third_party/activscp/README.chromium
+++ b/third_party/activscp/README.chromium
@@ -1,6 +1,7 @@
Name: ActiveX Scripting SDK
+Short Name: activscp
URL: http://support.microsoft.com/kb/223389
-Version: August 8, 2000
+Version: unknown
License: Scripting SDK license
License File: EULA.txt
diff --git a/third_party/bsdiff/README.chromium b/third_party/bsdiff/README.chromium
index aa4b305b..6c3a787 100644
--- a/third_party/bsdiff/README.chromium
+++ b/third_party/bsdiff/README.chromium
@@ -1,5 +1,6 @@
Name: bsdiff
URL: http://lxr.mozilla.org/mozilla/source/other-licenses/bsdiff/bsdiff.c
+Version: unknown
This is Chrome's locally patched copy of Colin Percival's bsdiff tool
(see ../bspatch for the corresponding bspatch tool).
diff --git a/third_party/bspatch/README.chromium b/third_party/bspatch/README.chromium
index 59e0788..394b903 100644
--- a/third_party/bspatch/README.chromium
+++ b/third_party/bspatch/README.chromium
@@ -1,6 +1,8 @@
Name: bspatch
URL: http://lxr.mozilla.org/mozilla/source/toolkit/mozapps/update/src/updater/
+Version: unknown
+Description:
This is Chrome's locally patched copy of Colin Percival's bspatch tool
(see ../bsdiff for the corresponding bsdiff tool).
diff --git a/third_party/bzip2/README.chromium b/third_party/bzip2/README.chromium
index 75d1b5c..2d44d9b 100644
--- a/third_party/bzip2/README.chromium
+++ b/third_party/bzip2/README.chromium
@@ -1,6 +1,8 @@
Name: bzip2
URL: http://www.bzip.org/downloads.html
+Version: 1.0.5
+Description:
This is a copy of the parts of the bzip-1.0.5 distribution needed to build
the bzip2 library.
diff --git a/third_party/cacheinvalidation/README.chromium b/third_party/cacheinvalidation/README.chromium
index f71be00..704c510 100644
--- a/third_party/cacheinvalidation/README.chromium
+++ b/third_party/cacheinvalidation/README.chromium
@@ -1,5 +1,7 @@
Name: Google Cache Invalidation API
+Short Name: google-cache-invalidation-api
URL: http://code.google.com/p/google-cache-invalidation-api/
+Version: unknown
License: Apache 2.0
License File: files/src/google/cacheinvalidation/COPYING
diff --git a/third_party/cld/README.chromium b/third_party/cld/README.chromium
index a0c4929..b0d42fa 100644
--- a/third_party/cld/README.chromium
+++ b/third_party/cld/README.chromium
@@ -1,6 +1,9 @@
Name: Compact Language Detection
+Short Name: cld
URL: http://src.chromium.org/viewvc/chrome/trunk/src/third_party/cld/
+Version: unknown
+Description:
The CLD is used to determine the language of text.
This library is open source Google code. It is currently only
diff --git a/third_party/codesighs/README.chromium b/third_party/codesighs/README.chromium
index 58f6e83..2634137 100644
--- a/third_party/codesighs/README.chromium
+++ b/third_party/codesighs/README.chromium
@@ -1,6 +1,8 @@
Name: codesighs
URL: http://hg.mozilla.org/mozilla-central/tools/codesighs
+Version: unknown
+Description:
This is Chromium's copy of the Mozilla codesighs tool.
Originally obtained from Mozilla's Mercurial repository
diff --git a/third_party/expat/README.chromium b/third_party/expat/README.chromium
index fc24570..5fe928f 100644
--- a/third_party/expat/README.chromium
+++ b/third_party/expat/README.chromium
@@ -1,4 +1,5 @@
-Name: expat
+Name: Expat XML Parser
+Short Name: expat
URL: http://sourceforge.net/projects/expat/
Version: 2.7.0
License: MIT
diff --git a/third_party/gles2_book/README.chromium b/third_party/gles2_book/README.chromium
index 475735d..9adbaff 100644
--- a/third_party/gles2_book/README.chromium
+++ b/third_party/gles2_book/README.chromium
@@ -1,5 +1,7 @@
Name: OpenGL ES 2.0 Programming Guide
+Short Name: opengles-book
URL: http://opengles-book.com/
+Version: unknown
Description:
Code samples from OpenGL ES 2.0 Programming Guide.
diff --git a/third_party/gpsd/README.chromium b/third_party/gpsd/README.chromium
index 3132c7a..1f1bd3e 100644
--- a/third_party/gpsd/README.chromium
+++ b/third_party/gpsd/README.chromium
@@ -1,10 +1,11 @@
Name: gpsd
URL: http://git.berlios.de/cgi-bin/gitweb.cgi?p=gpsd;a=summary
InfoURL: http://gpsd.berlios.de/
-Version: 2.38, 2.94
+Version: 2.38
License: BSD
Description:
+versions 2.38, 2.94
gpsd is a service daemon that monitors one or more GPSes or AIS receivers
attached to a host computer through serial or USB ports, making all data on the
location/course/velocity of the sensors available to be queried on TCP port
diff --git a/third_party/harfbuzz-ng/README.chromium b/third_party/harfbuzz-ng/README.chromium
index e656355..ca393d0 100644
--- a/third_party/harfbuzz-ng/README.chromium
+++ b/third_party/harfbuzz-ng/README.chromium
@@ -1,9 +1,10 @@
-Name: HarfBuzz
+Name: harfbuzz-ng
URL: http://freedesktop.org/wiki/Software/HarfBuzz
+Version: unknown
+Revision: b0d396aa88b3cdf8cea896bfeeba197656e1cdb1
+Description:
This is harfbuzz-ng, a new implementation of harfbuzz with a different
API from the old one.
-This code was taken from b0d396aa88b3cdf8cea896bfeeba197656e1cdb1
-(git://anongit.freedesktop.org/harfbuzz). I also deleted all
-unneeded files from the root directory (but left src/ alone).
+I also deleted all unneeded files from the root directory (but left src/ alone).
diff --git a/third_party/harfbuzz/README.chromium b/third_party/harfbuzz/README.chromium
index 8dbcd34..41712c9 100644
--- a/third_party/harfbuzz/README.chromium
+++ b/third_party/harfbuzz/README.chromium
@@ -1,6 +1,9 @@
-Name: Harfbuzz
+Name: harfbuzz
URL: http://freedesktop.org/wiki/Software/HarfBuzz
+Version: unknown
+Revision: b0d396aa88b3cdf8cea896bfeeba197656e1cdb1
+Description:
This code was taken from b0d396aa88b3cdf8cea896bfeeba197656e1cdb1
(git://anongit.freedesktop.org/harfbuzz)
diff --git a/third_party/hyphen/README.chromium b/third_party/hyphen/README.chromium
index e87c0d0..4cbb02e 100644
--- a/third_party/hyphen/README.chromium
+++ b/third_party/hyphen/README.chromium
@@ -1,6 +1,8 @@
-Name: hyphen-2.6
+Name: hyphen
URL: http://sourceforge.net/projects/hunspell/files/Hyphen/
+Version: 2.6
+Description:
This is a partial copy of Hyphen 2.6.
See 'hyphen.tex' for additional requirements regarding that file. \ No newline at end of file
diff --git a/third_party/iaccessible2/README.chromium b/third_party/iaccessible2/README.chromium
index f55cb3b..c224897 100644
--- a/third_party/iaccessible2/README.chromium
+++ b/third_party/iaccessible2/README.chromium
@@ -1,5 +1,7 @@
Name: IAccessible2 COM interfaces for accessibility
+Short Name: IAccessible2
URL: http://www.linuxfoundation.org/collaborate/workgroups/accessibility/iaccessible2
+Version: unknown
License: BSD
Description:
diff --git a/third_party/iccjpeg/README.chromium b/third_party/iccjpeg/README.chromium
index ea22d04..2e7b415 100644
--- a/third_party/iccjpeg/README.chromium
+++ b/third_party/iccjpeg/README.chromium
@@ -1,7 +1,9 @@
Name: iccjpeg
URL: http://www.ijg.org
+Version: unknown
License File: LICENSE
+Description:
Contain support for ICC color profile on top of jpeg6b (and up) library.
Original author is Tom Lane, from the IJG group.
We include the relevant part of the original IJG licensing term
diff --git a/third_party/isimpledom/README.chromium b/third_party/isimpledom/README.chromium
index 3fadd8b..3acad1d 100644
--- a/third_party/isimpledom/README.chromium
+++ b/third_party/isimpledom/README.chromium
@@ -1,5 +1,7 @@
Name: ISimpleDOM COM interfaces for accessibility
+Short Name: ISimpleDOM
URL: http://www.mozilla.org/access/windows/at-apis
+Version: unknown
Description:
This directory contains the ISimpleDOM API, which is needed
diff --git a/third_party/jemalloc/README.chromium b/third_party/jemalloc/README.chromium
index c277896..6e32985 100644
--- a/third_party/jemalloc/README.chromium
+++ b/third_party/jemalloc/README.chromium
@@ -1,6 +1,8 @@
Name: jemalloc
URL: http://hg.mozilla.org/mozilla-central/src/memory
+Version: unknown
+Description:
This contains Chromium's locally patched copy of Jason Evans' jemalloc package.
License terms are contained in the source files themselves.
diff --git a/third_party/launchpad_translations/README.chromium b/third_party/launchpad_translations/README.chromium
index d4e2931..3fe99f2 100644
--- a/third_party/launchpad_translations/README.chromium
+++ b/third_party/launchpad_translations/README.chromium
@@ -1,6 +1,7 @@
-Name: Launchpad Translations
+Name: launchpad-translations
URL: http://people.ubuntu.com/~fta/chromium/translations/trunk/patches/
InfoURL: https://launchpad.net/chromium-browser
+Version: unknown
Description:
Translations for Chromium provided by Launchpad. These translations are not
diff --git a/third_party/lcov/README.chromium b/third_party/lcov/README.chromium
index 7177fee..bdba8a6 100644
--- a/third_party/lcov/README.chromium
+++ b/third_party/lcov/README.chromium
@@ -1,11 +1,11 @@
-Name: lcov
+Name: LCOV - the LTP GCOV extension
+Short Name: lcov
URL: http://ltp.sourceforge.net/coverage/lcov.php
+Version: 1.7
+Description:
This directory contains a stock lcov-1.7 with the following changes:
- Added bin/mcov, an assembly script derived from lcov which is
particularly useful for dealing with Mac XCode build paths.
- Added LICENSE file pulled from the top of bin/lcov.
-
-
-
diff --git a/third_party/libjpeg/README.chromium b/third_party/libjpeg/README.chromium
index bb19b33..f90c034 100644
--- a/third_party/libjpeg/README.chromium
+++ b/third_party/libjpeg/README.chromium
@@ -1,6 +1,8 @@
Name: libjpeg
URL: http://www.ijg.org/
+Version: 6b
+Description:
This contains a copy of libjpeg-6b.
The project files does not incldue from the distribution:
diff --git a/third_party/libpng/README.chromium b/third_party/libpng/README.chromium
index 8ee1a0a..734df9e 100644
--- a/third_party/libpng/README.chromium
+++ b/third_party/libpng/README.chromium
@@ -1,6 +1,8 @@
Name: libpng
URL: http://libpng.org/
+Version: 1.2.44
+Description:
Our custom configuration options are defined in pngusr.h. This was previously
called mozpngconf.h, which was copied from Mozilla and modified by Apple (hence
the webkit_* names).
diff --git a/third_party/libsrtp/README.chromium b/third_party/libsrtp/README.chromium
index 25c24c9..e51608a 100644
--- a/third_party/libsrtp/README.chromium
+++ b/third_party/libsrtp/README.chromium
@@ -1,6 +1,8 @@
Name: libsrtp
URL: http://srtp.sourceforge.net
+Version: unknown
License File: src/LICENSE
+Description:
Chromoting uses libSRTP to encrypt video stream.
See source/README.chromium for about current revision.
diff --git a/third_party/libwebp/README.chromium b/third_party/libwebp/README.chromium
index 7677d78..349ef7b 100644
--- a/third_party/libwebp/README.chromium
+++ b/third_party/libwebp/README.chromium
@@ -1,6 +1,10 @@
Name: libwebpdecode
+Short Name: libwebp
URL: http://code.google.com/speed/webp
+Version: unknown
+Revision: I943a335b92b5ee6c2980c2ba9d4092f0b79f9a6b
+Description:
Here is a copy of libwebp-decode, from the repository:
git://review.webmproject.org/libwebp.git
This code was pulled from MASTER on March 13th 2011, with the most recent
diff --git a/third_party/libxml/README.chromium b/third_party/libxml/README.chromium
index 89dda3c..a86589b 100644
--- a/third_party/libxml/README.chromium
+++ b/third_party/libxml/README.chromium
@@ -1,7 +1,9 @@
Name: libxml
URL: http://xmlsoft.org
+Version: 2.7.7
License File: src/COPYING
+Description:
The src/ directory contains a partial snapshot of the libxml library
with the patches in the patches/ directories applied.
See the files in that directory for discussion of their effects.
diff --git a/third_party/libxslt/README.chromium b/third_party/libxslt/README.chromium
index 2dea87e..9870f12 100644
--- a/third_party/libxslt/README.chromium
+++ b/third_party/libxslt/README.chromium
@@ -1,6 +1,8 @@
Name: libxslt
URL: http://xmlsoft.org/XSLT
+Version: 1.1.26
+Description:
This directory contains a partial snapshot of the libxslt library
with the following modification:
diff --git a/third_party/lzma_sdk/README.chromium b/third_party/lzma_sdk/README.chromium
index c6870f3..d9aebec 100644
--- a/third_party/lzma_sdk/README.chromium
+++ b/third_party/lzma_sdk/README.chromium
@@ -1,6 +1,9 @@
Name: LZMA SDK
+Short Name: lzma
URL: http://www.7-zip.org/sdk.html
+Version: 4.49
+Description:
This contains a part of LZMA SDK 4.49.
Only the C code required to open 7z archive files and uncompress LZMA
diff --git a/third_party/mesa/README.chromium b/third_party/mesa/README.chromium
index de5da73..a778a9f 100644
--- a/third_party/mesa/README.chromium
+++ b/third_party/mesa/README.chromium
@@ -1,8 +1,9 @@
-Name: MesaLib
-Current version: 7.9
+Name: mesa
+Version: 7.9
URL: http://www.mesa3d.org/
License File: MesaLib/docs/COPYING
+Description:
This directory contains a copy of these MesaLib components:
Main Mesa code src/mesa/
diff --git a/third_party/modp_b64/README.chromium b/third_party/modp_b64/README.chromium
index fc30450..16588b5 100644
--- a/third_party/modp_b64/README.chromium
+++ b/third_party/modp_b64/README.chromium
@@ -1,8 +1,9 @@
Name: modp base64 decoder
-URL: http://modp.com/release/base64/
-
-See the header of modp_b64.cc for the license terms.
+Short Name: stringencoders
+URL: http://code.google.com/p/stringencoders/
+Version: unknown
+Description:
The modp_b64.c file was modified to remove the inclusion of modp's config.h
and to fix compilation errors that occur under VC8. The file was renamed
modp_b64.cc to force it to be compiled as C++ so that the inclusion of
diff --git a/third_party/molokocacao/README.chromium b/third_party/molokocacao/README.chromium
index 9967c86..53ed629 100644
--- a/third_party/molokocacao/README.chromium
+++ b/third_party/molokocacao/README.chromium
@@ -1,4 +1,5 @@
Name: NSBezierPath additions from Sean Patrick O'Brien
+Short Name: NSBezierPath
URL: http://www.seanpatrickobrien.com/journal/posts/3
Source URL: http://www.seanpatrickobrien.com/downloads/track/?path=%2Ftutorials%2F1%2FExampleButton.zip
Version: 1.0
diff --git a/third_party/mongoose/README.chromium b/third_party/mongoose/README.chromium
index c1bf3ca..56532b4 100644
--- a/third_party/mongoose/README.chromium
+++ b/third_party/mongoose/README.chromium
@@ -1,9 +1,9 @@
-Name: Mongoose
+Name: mongoose
URL: http://code.google.com/p/mongoose/
LICENSE: MIT
Version: 2.8
-From the website:
+Description:
Mongoose is an easy to use web server. It can be embedded into existing
application to provide a web interface to it.
diff --git a/third_party/mozilla/README.chromium b/third_party/mozilla/README.chromium
index 4a732d2..a409c67 100644
--- a/third_party/mozilla/README.chromium
+++ b/third_party/mozilla/README.chromium
@@ -1,5 +1,7 @@
Name: Cocoa extension code from Camino
+Short Name: camino
URL: http://caminobrowser.org/
+Version: unknown
Description:
This directory contains the following files come from (Mozilla) Camino
diff --git a/third_party/npapi/README.chromium b/third_party/npapi/README.chromium
index b587608..2aa0ae4 100644
--- a/third_party/npapi/README.chromium
+++ b/third_party/npapi/README.chromium
@@ -1,2 +1,4 @@
-Name: npapi
+Name: Netscape Plugin Application Programming Interface (NPAPI)
+Short Name: npapi
URL: http://mxr.mozilla.org/mozilla-central/source/modules/plugin/base/public/
+Version: unknown
diff --git a/third_party/ocmock/README.chromium b/third_party/ocmock/README.chromium
index 170cb76..1882bc9 100644
--- a/third_party/ocmock/README.chromium
+++ b/third_party/ocmock/README.chromium
@@ -1,6 +1,7 @@
-Name: OCMock
+Name: ocmock
URL: http://www.mulle-kybernetik.com/software/OCMock/
-Version: r55
+Version: unknown
+Revision: 55
License: BSD with advertising clause
License File: OCMock/License.txt
diff --git a/third_party/openmax/README.chromium b/third_party/openmax/README.chromium
index 30cdef8..1965fa2 100644
--- a/third_party/openmax/README.chromium
+++ b/third_party/openmax/README.chromium
@@ -1,4 +1,5 @@
Name: OpenMAX IL
+Short Name: openmax
URL: http://www.khronos.org/openmax/
Version: 1.1.2
License: BSD
diff --git a/third_party/protobuf/README.chromium b/third_party/protobuf/README.chromium
index 2928a78..52c4327 100644
--- a/third_party/protobuf/README.chromium
+++ b/third_party/protobuf/README.chromium
@@ -1,6 +1,8 @@
-Name: protobuf
+Name: Protocol Buffers
+Short Name: protobuf
URL: http://protobuf.googlecode.com/svn/trunk
License File: COPYING.txt
+Version: unknown
Revision: r346
Local files (not taken from upstream):
diff --git a/third_party/psutil/README.chromium b/third_party/psutil/README.chromium
index 083d5c3..25e7e23 100644
--- a/third_party/psutil/README.chromium
+++ b/third_party/psutil/README.chromium
@@ -1,4 +1,5 @@
-Name: psutil
+Name: Python process utilities
+Short Name: psutil
URL: http://code.google.com/p/psutil/
Version: 0.2.0
License: BSD
diff --git a/third_party/pyftpdlib/README.chromium b/third_party/pyftpdlib/README.chromium
index 06b44b7..1348482 100644
--- a/third_party/pyftpdlib/README.chromium
+++ b/third_party/pyftpdlib/README.chromium
@@ -1,7 +1,9 @@
-Name: pyftpdlib
+Name: Python FTP server library
+Short Name: pyftpdlib
URL: http://code.google.com/p/pyftpdlib/
Version: 0.5.0
+Description:
Chromium-specific changes are in chromium.patch file. Currently it removes the
delay after invalid login (which helps protect against brute-force attacks),
which is slowing down some tests.
diff --git a/third_party/qcms/README.chromium b/third_party/qcms/README.chromium
index f843a2a..a1b19a9 100644
--- a/third_party/qcms/README.chromium
+++ b/third_party/qcms/README.chromium
@@ -1,5 +1,6 @@
-Name: qcms library
+Name: qcms
URL: http://mxr.mozilla.org/mozilla-central/source/gfx/qcms/
+Version: unknown
Contain support for apply an ICC color profile to an image. The code is
originally based on tinycms, by re-written by Mozilla for better security and
diff --git a/third_party/safe_browsing/README.chromium b/third_party/safe_browsing/README.chromium
index 1b5df10..3402d4e 100644
--- a/third_party/safe_browsing/README.chromium
+++ b/third_party/safe_browsing/README.chromium
@@ -1,5 +1,6 @@
-Name: Google Safe Browsing
+Name: google-safe-browsing
URL: http://code.google.com/p/google-safe-browsing/
+Version: unknown
License: Apache 2.0
License File: testing/LICENSE
diff --git a/third_party/skia/README.chromium b/third_party/skia/README.chromium
new file mode 100644
index 0000000..7668c7c
--- /dev/null
+++ b/third_party/skia/README.chromium
@@ -0,0 +1,4 @@
+Name: Skia 2D Graphics Library
+Short Name: skia
+URL: http://code.google.com/p/skia
+Version: unknown \ No newline at end of file
diff --git a/third_party/sqlite/README.chromium b/third_party/sqlite/README.chromium
index 45d0a8d..c40754f 100644
--- a/third_party/sqlite/README.chromium
+++ b/third_party/sqlite/README.chromium
@@ -1,6 +1,7 @@
-Name: SQLite
+Name: sqlite
License File: src/LICENSE
URL: http://sqlite.org/
+Version: 3.6.18
Instructions for importing a new release of SQLite from sqlite.org.
diff --git a/third_party/swig/README.chromium b/third_party/swig/README.chromium
index 9a205e1..8a4a7f6 100644
--- a/third_party/swig/README.chromium
+++ b/third_party/swig/README.chromium
@@ -1,4 +1,5 @@
-Name: swig
+Name: Simplified Wrapper and Interface Generator (SWIG)
+Short Name: swig
URL: http://www.swig.org/download.html
Version: 1.3.40
diff --git a/third_party/talloc/README.chromium b/third_party/talloc/README.chromium
index 3174ab5..d0400c7 100644
--- a/third_party/talloc/README.chromium
+++ b/third_party/talloc/README.chromium
@@ -1,5 +1,6 @@
Name: talloc
URL: http://talloc.samba.org/talloc/doc/html/index.html
+Version: 2.0.1
The talloc library is only being used by a portion of the Mesa
software renderer, in ../mesa/MesaLib, and is only linked in to the
diff --git a/third_party/tcmalloc/README.chromium b/third_party/tcmalloc/README.chromium
index 7ef3a9c..8526fc9 100644
--- a/third_party/tcmalloc/README.chromium
+++ b/third_party/tcmalloc/README.chromium
@@ -1,6 +1,10 @@
Name: tcmalloc
+Short Name: google-perftools
URL: http://google-perftools.googlecode.com/
+Version: unknown
+Revision: 93
+Description:
This contains Chromium's locally patched copy of tcmalloc.
Contents:
diff --git a/third_party/tlslite/README.chromium b/third_party/tlslite/README.chromium
index 3fc9665..bf8eb36 100644
--- a/third_party/tlslite/README.chromium
+++ b/third_party/tlslite/README.chromium
@@ -1,5 +1,6 @@
Name: tlslite
URL: http://trevp.net/tlslite/
+Version: unknown
Local Modifications:
diff --git a/third_party/undoview/README.chromium b/third_party/undoview/README.chromium
index 260d8e3..6a9b3bf 100644
--- a/third_party/undoview/README.chromium
+++ b/third_party/undoview/README.chromium
@@ -1,5 +1,7 @@
Name: undoview
+Short Name: gtksourceview
URL: http://projects.gnome.org/gtksourceview/
+Version: unknown
This contains GtkUndoView, which is GtkTextView with undo/redo
support. The code to add the support is borrowed from GtkSourceView.
diff --git a/third_party/webdriver/README.chromium b/third_party/webdriver/README.chromium
index e0c3117..29fc7e0 100644
--- a/third_party/webdriver/README.chromium
+++ b/third_party/webdriver/README.chromium
@@ -1,6 +1,9 @@
Name: Webdriver
+Short Name: selenium
URL: http://selenium.googlecode.com/svn/trunk/py
http://selenium.googlecode.com/svn/trunk/common/src/web
+Version: unknown
+Revision: 11446
Description:
WebDriver is a clean, fast framework for automated testing of webapps.
diff --git a/third_party/wtl/README.chromium b/third_party/wtl/README.chromium
index 10b3f31..961005f 100644
--- a/third_party/wtl/README.chromium
+++ b/third_party/wtl/README.chromium
@@ -1,5 +1,6 @@
-Name: WTL 8.0
+Name: wtl
URL: http://www.microsoft.com/downloads/details.aspx?FamilyID=e5ba5ba4-6e6b-462a-b24c-61115e846f0c
+Version: 8.0
License File: Ms-PL.txt
With min and max replaced respectively with __min and __max. See below for an explanation.
diff --git a/third_party/yasm/README.chromium b/third_party/yasm/README.chromium
index fe0113c..ca73b58 100644
--- a/third_party/yasm/README.chromium
+++ b/third_party/yasm/README.chromium
@@ -1,5 +1,6 @@
Name: yasm
URL: http://www.tortall.net/projects/yasm/
+Version: 1.1.0
License File: source/patched-yasm/COPYING
See also the yasm.gyp file for a description of the yasm build process.