Remove useless files in protobuf.

This commit is contained in:
vng 2013-09-24 13:49:13 +03:00 committed by Alex Zolotarev
parent 216a3ebcab
commit 4f7034da04

View file

@ -34,30 +34,6 @@ SOURCES += \
src/google/protobuf/io/zero_copy_stream.cc \
src/google/protobuf/io/zero_copy_stream_impl_lite.cc \
# Full runtime files are included only in desktop configs
linux-*|win32-*|macx-* {
SOURCES += \
src/google/protobuf/descriptor.cc \
src/google/protobuf/descriptor.pb.cc \
src/google/protobuf/descriptor_database.cc \
src/google/protobuf/dynamic_message.cc \
src/google/protobuf/extension_set_heavy.cc \
src/google/protobuf/generated_message_reflection.cc \
src/google/protobuf/message.cc \
src/google/protobuf/reflection_ops.cc \
src/google/protobuf/text_format.cc \
src/google/protobuf/unknown_field_set.cc \
src/google/protobuf/wire_format.cc \
src/google/protobuf/io/tokenizer.cc \
src/google/protobuf/io/zero_copy_stream_impl.cc \
src/google/protobuf/stubs/stringprintf.cc \
src/google/protobuf/stubs/structurally_valid.cc \
src/google/protobuf/stubs/strutil.cc \
src/google/protobuf/stubs/substitute.cc \
}
linux*|android*|win32-g++ {
SOURCES += src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc
}