Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/protobuf/protobuf.gyp

Issue 11146005: Add support for generating jars from protos and add cacheinvalidation_java. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unused target Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/protobuf/protobuf.gyp
diff --git a/third_party/protobuf/protobuf.gyp b/third_party/protobuf/protobuf.gyp
index 5aa2b4f6b278ee41ea34c014670e49c10ff6c58e..21239a8a2c64840f7ece54c4ad2a38884ccc79a8 100644
--- a/third_party/protobuf/protobuf.gyp
+++ b/third_party/protobuf/protobuf.gyp
@@ -142,6 +142,17 @@
],
},
},
+ {
+ 'target_name': 'protobuf_lite_java',
+ 'type' : 'none',
+ 'all_dependent_settings': {
+ 'variables': {
+ 'input_jars_paths' : [
+ 'javalib/protobuf-java-2.4.1-lite.jar',
+ ],
+ }
+ }
+ },
# This is the full, heavy protobuf lib that's needed for c++ .proto's
# that don't specify the LITE_RUNTIME option. The protocol
# compiler itself (protoc) falls into that category.
« build/protoc_java.sh ('K') | « third_party/protobuf/javalib/protobuf-java-2.4.1-lite.jar ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698