diff options
author | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-14 21:20:47 +0000 |
---|---|---|
committer | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-14 21:20:47 +0000 |
commit | d339e3cbbe150f7090f1a6463efb84e9462c210c (patch) | |
tree | 9c9d7a06b9f2997fcddd46a60363e0a98af3ffed /third_party/protobuf/README.chromium | |
parent | 4010cd52d42dd1ddadcc842bf9f7cb6be05fb5ad (diff) | |
download | chromium_src-d339e3cbbe150f7090f1a6463efb84e9462c210c.zip chromium_src-d339e3cbbe150f7090f1a6463efb84e9462c210c.tar.gz chromium_src-d339e3cbbe150f7090f1a6463efb84e9462c210c.tar.bz2 |
Add support for generating jars from protos and add cacheinvalidation_java.
The cacheinvalidation_java target is also added to build/all_android.gyp to
ensure it is always built since nothing currently depends on it upstream.
When all of Android-specific sync code is upstreamed, a target for sync
should be used instead of cacheinvalidation.
BUG=158382
Review URL: https://chromiumcodereview.appspot.com/11146005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167746 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/protobuf/README.chromium')
-rw-r--r-- | third_party/protobuf/README.chromium | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/protobuf/README.chromium b/third_party/protobuf/README.chromium index 38b9936..2599737 100644 --- a/third_party/protobuf/README.chromium +++ b/third_party/protobuf/README.chromium @@ -29,5 +29,5 @@ not support unknown field retention. The list of Java files included in the lite profile for Java is parsed from the maven java/pom.xml by the script protobuf_lite_java_parse_pom.py. See -'javac_includes' variable in protobuf_lite_java GYP target. +'javac_includes' variable in protobuf_lite_javalib GYP target. |