diff options
author | cmasone@google.com <cmasone@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-10 00:12:13 +0000 |
---|---|---|
committer | cmasone@google.com <cmasone@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-10 00:12:13 +0000 |
commit | 6876df92f33a478e32108cbcb56b3a043adee618 (patch) | |
tree | 4ec2e0185fc274a1964d3200226706e57ec3c4fd /third_party | |
parent | 5c40059fe76356763c85d4ec0b73f52f24cbc199 (diff) | |
download | chromium_src-6876df92f33a478e32108cbcb56b3a043adee618.zip chromium_src-6876df92f33a478e32108cbcb56b3a043adee618.tar.gz chromium_src-6876df92f33a478e32108cbcb56b3a043adee618.tar.bz2 |
Add README.chromium for third_party/protobuf2
BUG=55021
TEST=None
Review URL: http://codereview.chromium.org/3333025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59024 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/protobuf2/README.chromium | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/protobuf2/README.chromium b/third_party/protobuf2/README.chromium new file mode 100644 index 0000000..a66eb27 --- /dev/null +++ b/third_party/protobuf2/README.chromium @@ -0,0 +1,7 @@ +Name: protobuf +URL: http://protobuf.googlecode.com/svn/trunk +License File: src/COPYING.txt + +There are no local changes to the code itself. + +A protbuf.gyp file has been added for building with Chromium. |