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

Unified Diff: third_party/protobuf/protobuf.gyp

Issue 11347026: Check in protobuf java code and generate lite jar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 6b060f2d5c6efad576562b588fbc8b5e2580159d..c2cce8eddc86a2bb1c1f971b9ecf5550047ce22b 100644
--- a/third_party/protobuf/protobuf.gyp
+++ b/third_party/protobuf/protobuf.gyp
@@ -102,6 +102,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.

Powered by Google App Engine
This is Rietveld 408576698