Source release 18.6.0

This commit is contained in:
Alex Dale
2024-06-27 12:54:34 -07:00
parent 28ec8548c6
commit 20c0587dcb
56 changed files with 1191 additions and 35538 deletions

View File

@@ -1,7 +1,7 @@
# Copyright 2015 Google Inc. All rights reserved.
{
'variables': {
'cc_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
'proto_gen_dir%': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
'proto_in_dir%': '.',
'protoc_gyp_path': './protobuf.gyp',
},
@@ -47,8 +47,8 @@
'rule_name': 'genproto',
'extension': 'proto',
'outputs': [
'<(cc_dir)/<(RULE_INPUT_ROOT).pb.cc',
'<(cc_dir)/<(RULE_INPUT_ROOT).pb.h',
'<(proto_gen_dir)/<(RULE_INPUT_ROOT).pb.cc',
'<(proto_gen_dir)/<(RULE_INPUT_ROOT).pb.h',
],
'msvs_cygwin_shell': '0', # Don't run action in a CYGWIN shell.
'action': [
@@ -57,18 +57,18 @@
# Naively you'd use <(RULE_INPUT_PATH) here, but protoc requires
# --proto_path is a strict prefix of the path given as an argument.
'<(proto_in_dir)/<(RULE_INPUT_ROOT)<(RULE_INPUT_EXT)',
'--cpp_out=<(cc_dir)',
'--cpp_out=<(proto_gen_dir)',
],
'message': 'Generating C++ code from <(RULE_INPUT_PATH) ccdir=<(cc_dir)',
'message': 'Generating C++ code from <(RULE_INPUT_PATH) ccdir=<(proto_gen_dir)',
'process_outputs_as_sources': 1,
},
],
'include_dirs': [
'<(cc_dir)',
'<(proto_gen_dir)',
],
'direct_dependent_settings': {
'include_dirs': [
'<(cc_dir)',
'<(proto_gen_dir)',
]
},
# This target exports a hard dependency because it generates header

View File

@@ -7,8 +7,7 @@
{
'xcode_settings': {
'CODE_SIGN_REQUIRED':'NO',
'CODE_SIGN_IDENTITY':'',
'CODE_SIGNING_REQUIRED':'NO',
'SDKROOT': 'macosx',
'ONLY_ACTIVE_ARCH': 'YES',
'VALID_ARCHS':'x86_64',