Source release v3.0.2
This commit is contained in:
@@ -1 +0,0 @@
|
||||
# dummy
|
||||
|
||||
1
third_party/gyp/generator/__init__.py
vendored
1
third_party/gyp/generator/__init__.py
vendored
@@ -1 +0,0 @@
|
||||
# dummy
|
||||
|
||||
14
third_party/protobuf.gypi
vendored
14
third_party/protobuf.gypi
vendored
@@ -31,6 +31,20 @@
|
||||
'<(protobuf_source)/src/google/protobuf/stubs/stringprintf.cc',
|
||||
],
|
||||
},
|
||||
'target_defaults': {
|
||||
# These flags silence warnings that appear in protobuf upstream.
|
||||
# We will not maintain a divergent copy of protobuf to fix them.
|
||||
'cflags': [
|
||||
# Ignore unknown warning options, to support both gcc & clang at once.
|
||||
'-Wno-unknown-warning-option',
|
||||
# GCC:
|
||||
'-Wno-sign-compare',
|
||||
'-Wno-unused-local-typedefs',
|
||||
# Clang:
|
||||
'-Wno-unused-const-variable',
|
||||
'-Wno-unused-function',
|
||||
],
|
||||
},
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'protobuf_lite',
|
||||
|
||||
1737
third_party/protobuf/config.log
vendored
1737
third_party/protobuf/config.log
vendored
File diff suppressed because it is too large
Load Diff
2334
third_party/protobuf/config.status
vendored
2334
third_party/protobuf/config.status
vendored
File diff suppressed because it is too large
Load Diff
1020
third_party/protobuf/gtest/config.log
vendored
1020
third_party/protobuf/gtest/config.log
vendored
File diff suppressed because it is too large
Load Diff
2296
third_party/protobuf/gtest/config.status
vendored
2296
third_party/protobuf/gtest/config.status
vendored
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
||||
# dummy
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
# dummy
|
||||
|
||||
1
third_party/stringencoders/src/config.h
vendored
1
third_party/stringencoders/src/config.h
vendored
@@ -1 +0,0 @@
|
||||
// dummy
|
||||
|
||||
Reference in New Issue
Block a user