2015-10-08 00:17:08 +00:00
|
|
|
# Copyright 2013 The Chromium Authors. All rights reserved.
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
|
|
|
{
|
|
|
|
'sources': [
|
2016-07-31 20:44:31 +00:00
|
|
|
'src/google/protobuf/arena.cc',
|
|
|
|
'src/google/protobuf/arena.h',
|
|
|
|
'src/google/protobuf/arenastring.cc',
|
|
|
|
'src/google/protobuf/arenastring.h',
|
|
|
|
'src/google/protobuf/extension_set.cc',
|
|
|
|
'src/google/protobuf/extension_set.h',
|
|
|
|
'src/google/protobuf/generated_message_util.cc',
|
|
|
|
'src/google/protobuf/generated_message_util.h',
|
|
|
|
'src/google/protobuf/io/coded_stream.cc',
|
|
|
|
'src/google/protobuf/io/coded_stream.h',
|
|
|
|
'src/google/protobuf/io/coded_stream_inl.h',
|
|
|
|
'src/google/protobuf/io/zero_copy_stream.cc',
|
|
|
|
'src/google/protobuf/io/zero_copy_stream.h',
|
|
|
|
'src/google/protobuf/io/zero_copy_stream_impl_lite.cc',
|
|
|
|
'src/google/protobuf/io/zero_copy_stream_impl_lite.h',
|
2018-05-05 00:30:16 +00:00
|
|
|
'src/google/protobuf/has_bits.h',
|
2016-07-31 20:44:31 +00:00
|
|
|
'src/google/protobuf/map.h',
|
|
|
|
'src/google/protobuf/map_entry_lite.h',
|
|
|
|
'src/google/protobuf/map_field_lite.h',
|
|
|
|
'src/google/protobuf/map_type_handler.h',
|
|
|
|
'src/google/protobuf/message_lite.cc',
|
|
|
|
'src/google/protobuf/message_lite.h',
|
|
|
|
'src/google/protobuf/repeated_field.cc',
|
|
|
|
'src/google/protobuf/repeated_field.h',
|
2015-10-08 00:17:08 +00:00
|
|
|
'src/google/protobuf/stubs/atomicops.h',
|
2016-07-31 20:44:31 +00:00
|
|
|
'src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h',
|
2015-10-08 00:17:08 +00:00
|
|
|
'src/google/protobuf/stubs/atomicops_internals_arm_gcc.h',
|
2016-07-31 20:44:31 +00:00
|
|
|
'src/google/protobuf/stubs/atomicops_internals_arm_qnx.h',
|
2015-10-08 00:17:08 +00:00
|
|
|
'src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h',
|
2018-05-05 00:30:16 +00:00
|
|
|
'src/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h',
|
2016-07-31 20:44:31 +00:00
|
|
|
'src/google/protobuf/stubs/atomicops_internals_generic_gcc.h',
|
2015-10-08 00:17:08 +00:00
|
|
|
'src/google/protobuf/stubs/atomicops_internals_macosx.h',
|
|
|
|
'src/google/protobuf/stubs/atomicops_internals_mips_gcc.h',
|
2016-07-31 20:44:31 +00:00
|
|
|
'src/google/protobuf/stubs/atomicops_internals_power.h',
|
|
|
|
'src/google/protobuf/stubs/atomicops_internals_ppc_gcc.h',
|
|
|
|
'src/google/protobuf/stubs/atomicops_internals_solaris.h',
|
|
|
|
'src/google/protobuf/stubs/atomicops_internals_tsan.h',
|
2015-10-08 00:17:08 +00:00
|
|
|
'src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc',
|
|
|
|
'src/google/protobuf/stubs/atomicops_internals_x86_gcc.h',
|
|
|
|
'src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc',
|
|
|
|
'src/google/protobuf/stubs/atomicops_internals_x86_msvc.h',
|
2016-07-31 20:44:31 +00:00
|
|
|
'src/google/protobuf/stubs/atomic_sequence_num.h',
|
|
|
|
'src/google/protobuf/stubs/bytestream.cc',
|
|
|
|
'src/google/protobuf/stubs/bytestream.h',
|
|
|
|
'src/google/protobuf/stubs/callback.h',
|
|
|
|
'src/google/protobuf/stubs/casts.h',
|
|
|
|
'src/google/protobuf/stubs/common.cc',
|
2015-10-08 00:17:08 +00:00
|
|
|
'src/google/protobuf/stubs/common.h',
|
2016-07-31 20:44:31 +00:00
|
|
|
'src/google/protobuf/stubs/fastmem.h',
|
|
|
|
'src/google/protobuf/stubs/hash.h',
|
|
|
|
'src/google/protobuf/stubs/int128.cc',
|
|
|
|
'src/google/protobuf/stubs/int128.h',
|
|
|
|
'src/google/protobuf/stubs/logging.h',
|
|
|
|
'src/google/protobuf/stubs/macros.h',
|
|
|
|
'src/google/protobuf/stubs/map_util.h',
|
|
|
|
'src/google/protobuf/stubs/mutex.h',
|
|
|
|
'src/google/protobuf/stubs/once.cc',
|
2015-10-08 00:17:08 +00:00
|
|
|
'src/google/protobuf/stubs/once.h',
|
|
|
|
'src/google/protobuf/stubs/platform_macros.h',
|
2016-07-31 20:44:31 +00:00
|
|
|
'src/google/protobuf/stubs/port.h',
|
|
|
|
'src/google/protobuf/stubs/scoped_ptr.h',
|
|
|
|
'src/google/protobuf/stubs/shared_ptr.h',
|
|
|
|
'src/google/protobuf/stubs/status.cc',
|
|
|
|
'src/google/protobuf/stubs/status.h',
|
|
|
|
'src/google/protobuf/stubs/status_macros.h',
|
|
|
|
'src/google/protobuf/stubs/statusor.cc',
|
|
|
|
'src/google/protobuf/stubs/statusor.h',
|
|
|
|
'src/google/protobuf/stubs/stl_util.h',
|
|
|
|
'src/google/protobuf/stubs/stringpiece.cc',
|
|
|
|
'src/google/protobuf/stubs/stringpiece.h',
|
|
|
|
'src/google/protobuf/stubs/stringprintf.cc',
|
|
|
|
'src/google/protobuf/stubs/stringprintf.h',
|
|
|
|
'src/google/protobuf/stubs/structurally_valid.cc',
|
|
|
|
'src/google/protobuf/stubs/strutil.cc',
|
|
|
|
'src/google/protobuf/stubs/strutil.h',
|
|
|
|
'src/google/protobuf/stubs/template_util.h',
|
|
|
|
'src/google/protobuf/stubs/type_traits.h',
|
|
|
|
'src/google/protobuf/stubs/time.cc',
|
|
|
|
'src/google/protobuf/stubs/time.h',
|
|
|
|
'src/google/protobuf/wire_format_lite.cc',
|
2015-10-08 00:17:08 +00:00
|
|
|
'src/google/protobuf/wire_format_lite.h',
|
|
|
|
'src/google/protobuf/wire_format_lite_inl.h',
|
|
|
|
],
|
|
|
|
'include_dirs': [
|
|
|
|
'src',
|
|
|
|
],
|
|
|
|
'defines': [
|
2016-07-31 20:44:31 +00:00
|
|
|
# This macro must be defined to suppress the use of dynamic_cast<>,
|
|
|
|
# which requires RTTI.
|
2015-10-08 00:17:08 +00:00
|
|
|
'GOOGLE_PROTOBUF_NO_RTTI',
|
2016-07-31 20:44:31 +00:00
|
|
|
|
2015-10-08 00:17:08 +00:00
|
|
|
'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER',
|
2016-07-31 20:44:31 +00:00
|
|
|
'HAVE_PTHREAD',
|
2015-10-08 00:17:08 +00:00
|
|
|
],
|
|
|
|
'direct_dependent_settings': {
|
|
|
|
'include_dirs': [
|
|
|
|
'src',
|
|
|
|
],
|
|
|
|
'defines': [
|
|
|
|
'GOOGLE_PROTOBUF_NO_RTTI',
|
|
|
|
'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER',
|
|
|
|
],
|
|
|
|
# TODO(jschuh): http://crbug.com/167187 size_t -> int.
|
|
|
|
'msvs_disabled_warnings': [ 4267 ],
|
|
|
|
},
|
|
|
|
}
|