blob: a283c92bde2a662c64b4e1aadda83b73ac9f1d92 [file] [log] [blame]
URL: http://google-url.googlecode.com/svn/trunk/
Version: Snapshot of Subversion trunk, revision [7]
License: BSD and MPL (one source file under MPL)
License File: googleurl/LICENSE.txt
Description:
A small library for parsing and canonicalizing URLs
Local Modifications:
We use our google3 versions of //base (which is a superset of the base/
functionality in googleurl), and ICU. These are both injected through BUILD
and don't require source modifications.
We use //depot/google3/third_party/breakpad/import_to_p4_from_svn.py
to ease synchronization of this Perforce mirror with the authoritative
Subversion repository. When using this script, don't forget to update this
file, README.google, to reflect the Subversion revision being imported.
Because googleurl uses include paths like "googleurl/src/header.h", the source
is located in a googleurl subdirectory under this directory. This allows
the paths to work correctly without adding //third_party to the include path.
2010-01-22: the upstream code uses an open-source version of gunit and the
google3 code uses a google3 version of gunit. When importing, be careful
to use the current google3 names: testing/base/public/googletest.h and
testing/base/public/gunit.h . -- mec