Source release v3.0.1 + third_party

This commit is contained in:
Joey Parrish
2015-09-11 16:15:34 -07:00
parent 0546ee6732
commit b5d6be97cb
32 changed files with 1344 additions and 129 deletions

View File

@@ -32,6 +32,7 @@
# Make sure that a valid config.h for your target is in the source tree.
'protobuf_config%': 'source',
'protobuf_source%': '../third_party/protobuf',
'protoc_host_target%': 'dummy',
}, # variables
'conditions': [
['protobuf_config=="source"', {
@@ -187,5 +188,9 @@
],
},
},
{
'target_name': 'dummy',
'type': 'none',
},
],
}