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

Side by Side 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: Use javalib target name consistently. Created 8 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/protobuf/README.chromium ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'conditions': [ 6 'conditions': [
7 ['use_system_protobuf==0', { 7 ['use_system_protobuf==0', {
8 'conditions': [ 8 'conditions': [
9 ['OS!="win"', { 9 ['OS!="win"', {
10 'variables': { 10 'variables': {
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 ], 63 ],
64 'message': 'Generating the C++ protocol buffers compiler', 64 'message': 'Generating the C++ protocol buffers compiler',
65 }, 65 },
66 ], 66 ],
67 }, 67 },
68 ], 68 ],
69 }], 69 }],
70 ['OS=="android"', { 70 ['OS=="android"', {
71 'targets': [ 71 'targets': [
72 { 72 {
73 'target_name': 'protobuf_lite_java', 73 'target_name': 'protobuf_lite_javalib',
74 'type' : 'none', 74 'type' : 'none',
75 'dependencies': [ 75 'dependencies': [
76 'protoc#host', 76 'protoc#host',
77 ], 77 ],
78 'variables': { 78 'variables': {
79 'script_descriptors': './protobuf_lite_java_descriptor_proto.py' , 79 'script_descriptors': './protobuf_lite_java_descriptor_proto.py' ,
80 'script_pom': './protobuf_lite_java_parse_pom.py', 80 'script_pom': './protobuf_lite_java_parse_pom.py',
81 'protoc': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE _SUFFIX)', 81 'protoc': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE _SUFFIX)',
82 # Variables needed by java.gypi below. 82 # Variables needed by java.gypi below.
83 'java_out_dir': '<(PRODUCT_DIR)/java_proto/protobuf_lite_java_de scriptor_proto', 83 'java_out_dir': '<(PRODUCT_DIR)/java_proto/protobuf_lite_java_de scriptor_proto',
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 'toolsets': ['host', 'target'], 466 'toolsets': ['host', 'target'],
467 }, 467 },
468 { 468 {
469 'target_name': 'py_proto', 469 'target_name': 'py_proto',
470 'type': 'none', 470 'type': 'none',
471 }, 471 },
472 ], 472 ],
473 }], 473 }],
474 ], 474 ],
475 } 475 }
OLDNEW
« no previous file with comments | « third_party/protobuf/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698