summaryrefslogtreecommitdiffstats
path: root/third_party/protobuf/README.chromium
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-30 16:14:09 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-30 16:14:09 +0000
commita9fdefce3f499c046e4f0dd9c19b82ff5462200c (patch)
tree844e2107f322b31660799636e028bb286072aec9 /third_party/protobuf/README.chromium
parent9cf1e9da7f5afc614ef102863a8a3b924e662cce (diff)
downloadchromium_src-a9fdefce3f499c046e4f0dd9c19b82ff5462200c.zip
chromium_src-a9fdefce3f499c046e4f0dd9c19b82ff5462200c.tar.gz
chromium_src-a9fdefce3f499c046e4f0dd9c19b82ff5462200c.tar.bz2
protobuf: check in local copy.
This change doesn't make us *use* the local copy yet, that's the next step. The checked in code is taken from the same SVN revision which we currently pull with DEPS. (This is a no-op change from the point of view of the build.) BUG=56579 TEST=none http://codereview.chromium.org/3549005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61072 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/protobuf/README.chromium')
-rw-r--r--third_party/protobuf/README.chromium15
1 files changed, 15 insertions, 0 deletions
diff --git a/third_party/protobuf/README.chromium b/third_party/protobuf/README.chromium
new file mode 100644
index 0000000..2928a78
--- /dev/null
+++ b/third_party/protobuf/README.chromium
@@ -0,0 +1,15 @@
+Name: protobuf
+URL: http://protobuf.googlecode.com/svn/trunk
+License File: COPYING.txt
+Revision: r346
+
+Local files (not taken from upstream):
+README.chromium
+config.h
+descriptor2_pb.py
+
+A protobuf.gyp file has been added for building with Chromium.
+
+There are no local changes to the code itself .. yet. We have a local copy of
+this code because we intend to add support for retaining unknown fields to
+protobuf-lite.