Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Side by Side Diff: third_party/protobuf/protobuf_lite.gypi

Issue 1322483002: Revert https://codereview.chromium.org/1291903002 (protobuf roll). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/protobuf/protobuf.pc.in ('k') | third_party/protobuf/protobuf_nacl.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'sources': [ 6 'sources': [
7 'src/google/protobuf/arena.cc',
8 'src/google/protobuf/arena.h',
9 'src/google/protobuf/arenastring.cc',
10 'src/google/protobuf/arenastring.h',
11 'src/google/protobuf/descriptor.h',
12 'src/google/protobuf/descriptor.pb.h',
13 'src/google/protobuf/extension_set.cc',
14 'src/google/protobuf/extension_set.h',
15 'src/google/protobuf/generated_enum_reflection.h',
16 'src/google/protobuf/generated_enum_util.h',
17 'src/google/protobuf/generated_message_util.cc',
18 'src/google/protobuf/generated_message_util.h',
19 'src/google/protobuf/io/coded_stream.cc',
20 'src/google/protobuf/io/coded_stream.h',
21 'src/google/protobuf/io/coded_stream_inl.h',
22 'src/google/protobuf/io/zero_copy_stream.cc',
23 'src/google/protobuf/io/zero_copy_stream.h',
24 'src/google/protobuf/io/zero_copy_stream_impl_lite.cc',
25 'src/google/protobuf/io/zero_copy_stream_impl_lite.h',
26 'src/google/protobuf/message.h',
27 'src/google/protobuf/message_lite.cc',
28 'src/google/protobuf/message_lite.h',
29 'src/google/protobuf/metadata.cc',
30 'src/google/protobuf/metadata.h',
31 'src/google/protobuf/repeated_field.cc',
32 'src/google/protobuf/repeated_field.h',
33 'src/google/protobuf/stubs/atomic_sequence_num.h',
34 'src/google/protobuf/stubs/atomicops.h', 7 'src/google/protobuf/stubs/atomicops.h',
35 'src/google/protobuf/stubs/atomicops_internals_aix.h',
36 'src/google/protobuf/stubs/atomicops_internals_arm64_gcc.h',
37 'src/google/protobuf/stubs/atomicops_internals_arm_gcc.h', 8 'src/google/protobuf/stubs/atomicops_internals_arm_gcc.h',
38 'src/google/protobuf/stubs/atomicops_internals_arm_qnx.h',
39 'src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h', 9 'src/google/protobuf/stubs/atomicops_internals_atomicword_compat.h',
40 'src/google/protobuf/stubs/atomicops_internals_generic_gcc.h',
41 'src/google/protobuf/stubs/atomicops_internals_macosx.h', 10 'src/google/protobuf/stubs/atomicops_internals_macosx.h',
42 'src/google/protobuf/stubs/atomicops_internals_mips_gcc.h', 11 'src/google/protobuf/stubs/atomicops_internals_mips_gcc.h',
43 'src/google/protobuf/stubs/atomicops_internals_pnacl.h',
44 'src/google/protobuf/stubs/atomicops_internals_solaris.h',
45 'src/google/protobuf/stubs/atomicops_internals_tsan.h',
46 'src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc', 12 'src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc',
47 'src/google/protobuf/stubs/atomicops_internals_x86_gcc.h', 13 'src/google/protobuf/stubs/atomicops_internals_x86_gcc.h',
48 'src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc', 14 'src/google/protobuf/stubs/atomicops_internals_x86_msvc.cc',
49 'src/google/protobuf/stubs/atomicops_internals_x86_msvc.h', 15 'src/google/protobuf/stubs/atomicops_internals_x86_msvc.h',
50 'src/google/protobuf/stubs/bytestream.cc',
51 'src/google/protobuf/stubs/bytestream.h',
52 'src/google/protobuf/stubs/callback.h',
53 'src/google/protobuf/stubs/casts.h',
54 'src/google/protobuf/stubs/common.cc',
55 'src/google/protobuf/stubs/common.h', 16 'src/google/protobuf/stubs/common.h',
56 'src/google/protobuf/stubs/fastmem.h',
57 'src/google/protobuf/stubs/hash.h',
58 'src/google/protobuf/stubs/logging.h',
59 'src/google/protobuf/stubs/macros.h',
60 'src/google/protobuf/stubs/map_util.h',
61 'src/google/protobuf/stubs/mathlimits.h',
62 'src/google/protobuf/stubs/mutex.h',
63 'src/google/protobuf/stubs/once.cc',
64 'src/google/protobuf/stubs/once.h', 17 'src/google/protobuf/stubs/once.h',
65 'src/google/protobuf/stubs/platform_macros.h', 18 'src/google/protobuf/stubs/platform_macros.h',
66 'src/google/protobuf/stubs/port.h', 19 'src/google/protobuf/extension_set.h',
67 'src/google/protobuf/stubs/scoped_ptr.h', 20 'src/google/protobuf/generated_message_util.h',
68 'src/google/protobuf/stubs/status.cc', 21 'src/google/protobuf/message_lite.h',
69 'src/google/protobuf/stubs/status.h', 22 'src/google/protobuf/repeated_field.h',
70 'src/google/protobuf/stubs/statusor.cc',
71 'src/google/protobuf/stubs/statusor.h',
72 'src/google/protobuf/stubs/stl_util.h',
73 'src/google/protobuf/stubs/stringpiece.cc',
74 'src/google/protobuf/stubs/stringpiece.h',
75 'src/google/protobuf/stubs/stringprintf.cc',
76 'src/google/protobuf/stubs/stringprintf.h',
77 'src/google/protobuf/stubs/strutil.cc',
78 'src/google/protobuf/stubs/strutil.h',
79 'src/google/protobuf/stubs/template_util.h',
80 'src/google/protobuf/stubs/time.cc',
81 'src/google/protobuf/stubs/time.h',
82 'src/google/protobuf/stubs/type_traits.h',
83 'src/google/protobuf/testing/googletest.h',
84 'src/google/protobuf/unknown_field_set.cc', 23 'src/google/protobuf/unknown_field_set.cc',
85 'src/google/protobuf/unknown_field_set.h', 24 'src/google/protobuf/unknown_field_set.h',
86 'src/google/protobuf/wire_format_lite.cc',
87 'src/google/protobuf/wire_format_lite.h', 25 'src/google/protobuf/wire_format_lite.h',
88 'src/google/protobuf/wire_format_lite_inl.h', 26 'src/google/protobuf/wire_format_lite_inl.h',
27 'src/google/protobuf/io/coded_stream.h',
28 'src/google/protobuf/io/zero_copy_stream.h',
29 'src/google/protobuf/io/zero_copy_stream_impl_lite.h',
30
31 'src/google/protobuf/stubs/common.cc',
32 'src/google/protobuf/stubs/once.cc',
33 'src/google/protobuf/stubs/hash.h',
34 'src/google/protobuf/stubs/map-util.h',
35 'src/google/protobuf/extension_set.cc',
36 'src/google/protobuf/generated_message_util.cc',
37 'src/google/protobuf/message_lite.cc',
38 'src/google/protobuf/repeated_field.cc',
39 'src/google/protobuf/wire_format_lite.cc',
40 'src/google/protobuf/io/coded_stream.cc',
41 'src/google/protobuf/io/coded_stream_inl.h',
42 'src/google/protobuf/io/zero_copy_stream.cc',
43 'src/google/protobuf/io/zero_copy_stream_impl_lite.cc',
44 '<(config_h_dir)/config.h',
89 ], 45 ],
90 'include_dirs': [ 46 'include_dirs': [
47 '<(config_h_dir)',
91 'src', 48 'src',
92 ], 49 ],
93 # This macro must be defined to suppress the use of dynamic_cast<>, 50 # This macro must be defined to suppress the use of dynamic_cast<>,
94 # which requires RTTI. 51 # which requires RTTI.
95 'defines': [ 52 'defines': [
96 'GOOGLE_PROTOBUF_NO_RTTI', 53 'GOOGLE_PROTOBUF_NO_RTTI',
97 'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER', 54 'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER',
98 'HAVE_PTHREAD',
99 ], 55 ],
100 'direct_dependent_settings': { 56 'direct_dependent_settings': {
101 'include_dirs': [ 57 'include_dirs': [
58 '<(config_h_dir)',
102 'src', 59 'src',
103 ], 60 ],
104 'defines': [ 61 'defines': [
105 'GOOGLE_PROTOBUF_NO_RTTI', 62 'GOOGLE_PROTOBUF_NO_RTTI',
106 'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER', 63 'GOOGLE_PROTOBUF_NO_STATIC_INITIALIZER',
107 ], 64 ],
108 # TODO(jschuh): http://crbug.com/167187 size_t -> int. 65 # TODO(jschuh): http://crbug.com/167187 size_t -> int.
109 'msvs_disabled_warnings': [ 4267 ], 66 'msvs_disabled_warnings': [ 4267 ],
110 }, 67 },
111 } 68 }
OLDNEW
« no previous file with comments | « third_party/protobuf/protobuf.pc.in ('k') | third_party/protobuf/protobuf_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698