OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |