diff options
author | nyquist <nyquist@chromium.org> | 2014-09-11 13:10:43 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-11 20:17:18 +0000 |
commit | cca2bcd58f7fe1ef6100265c0d2f40e9c5e23f8c (patch) | |
tree | d3def45848e69cdca69e6633eb6e16184067e649 /third_party/cacheinvalidation | |
parent | 4788b278687a8fd297cc0d0b86e5e25b40feefb2 (diff) | |
download | chromium_src-cca2bcd58f7fe1ef6100265c0d2f40e9c5e23f8c.zip chromium_src-cca2bcd58f7fe1ef6100265c0d2f40e9c5e23f8c.tar.gz chromium_src-cca2bcd58f7fe1ef6100265c0d2f40e9c5e23f8c.tar.bz2 |
Remove protobuf lite for java.
Since the introduction of nano protobufs for Java in
https://codereview.chromium.org/532303003 (and updated in
https://codereview.chromium.org/549543002), there is no need for the
lite protocol buffers anymore.
This CL removes the checked out files initially introduced when
protobuf lite support for Java was added in
https://chromiumcodereview.appspot.com/11347026 and cleans up the
infrastructure regarding generating protocol buffers.
Since lite is not supported anymore, this also removes the requirement
for setting the 'proto_runtime' variable for targets using
build/protoc_java.gypi.
BUG=377891
TBR=zea@chromium.org
Review URL: https://codereview.chromium.org/556933002
Cr-Commit-Position: refs/heads/master@{#294453}
Diffstat (limited to 'third_party/cacheinvalidation')
-rw-r--r-- | third_party/cacheinvalidation/cacheinvalidation.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/cacheinvalidation/cacheinvalidation.gyp b/third_party/cacheinvalidation/cacheinvalidation.gyp index fcd8368..fb4d8ed 100644 --- a/third_party/cacheinvalidation/cacheinvalidation.gyp +++ b/third_party/cacheinvalidation/cacheinvalidation.gyp @@ -199,7 +199,6 @@ 'target_name': 'cacheinvalidation_proto_java', 'type': 'none', 'variables': { - 'proto_runtime': 'nano', 'proto_in_dir': '../../third_party/cacheinvalidation/src/proto', }, 'sources': [ |