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

Side by Side Diff: third_party/protobuf2/protobuf.gyp

Issue 339079: linux: fix library=shared_library issues (Closed)
Patch Set: . Created 11 years, 1 month 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
« chrome/chrome.gyp ('K') | « third_party/libjingle/libjingle.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'conditions': [ 6 'conditions': [
7 ['OS!="win"', { 7 ['OS!="win"', {
8 'variables': { 8 'variables': {
9 'config_h_dir': 9 'config_h_dir':
10 '.', # crafted for gcc/linux. 10 '.', # crafted for gcc/linux.
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'src/src/google/protobuf/descriptor_database.cc', 126 'src/src/google/protobuf/descriptor_database.cc',
127 'src/src/google/protobuf/dynamic_message.cc', 127 'src/src/google/protobuf/dynamic_message.cc',
128 'src/src/google/protobuf/extension_set_heavy.cc', 128 'src/src/google/protobuf/extension_set_heavy.cc',
129 'src/src/google/protobuf/generated_message_reflection.cc', 129 'src/src/google/protobuf/generated_message_reflection.cc',
130 'src/src/google/protobuf/message.cc', 130 'src/src/google/protobuf/message.cc',
131 'src/src/google/protobuf/reflection_ops.cc', 131 'src/src/google/protobuf/reflection_ops.cc',
132 'src/src/google/protobuf/service.cc', 132 'src/src/google/protobuf/service.cc',
133 'src/src/google/protobuf/text_format.cc', 133 'src/src/google/protobuf/text_format.cc',
134 'src/src/google/protobuf/unknown_field_set.cc', 134 'src/src/google/protobuf/unknown_field_set.cc',
135 'src/src/google/protobuf/wire_format.cc', 135 'src/src/google/protobuf/wire_format.cc',
136 'src/src/google/protobuf/io/gzip_stream.cc', 136 # This file pulls in zlib, but it's not actually used by protoc, so
137 # instead of compiling zlib for the host, let's just exclude this.
138 # 'src/src/google/protobuf/io/gzip_stream.cc',
137 'src/src/google/protobuf/io/printer.cc', 139 'src/src/google/protobuf/io/printer.cc',
138 'src/src/google/protobuf/io/tokenizer.cc', 140 'src/src/google/protobuf/io/tokenizer.cc',
139 'src/src/google/protobuf/io/zero_copy_stream_impl.cc', 141 'src/src/google/protobuf/io/zero_copy_stream_impl.cc',
140 'src/src/google/protobuf/io/zero_copy_stream_impl_lite.cc',
141 'src/src/google/protobuf/compiler/importer.cc', 142 'src/src/google/protobuf/compiler/importer.cc',
142 'src/src/google/protobuf/compiler/parser.cc', 143 'src/src/google/protobuf/compiler/parser.cc',
143 ], 144 ],
144 'dependencies': [ 145 'dependencies': [
145 'protobuf_lite', 146 'protobuf_lite',
146 ], 147 ],
147 'export_dependent_settings': [ 148 'export_dependent_settings': [
148 'protobuf_lite', 149 'protobuf_lite',
149 ], 150 ],
150 }, 151 },
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 ], 214 ],
214 }, 215 },
215 ], 216 ],
216 } 217 }
217 218
218 # Local Variables: 219 # Local Variables:
219 # tab-width:2 220 # tab-width:2
220 # indent-tabs-mode:nil 221 # indent-tabs-mode:nil
221 # End: 222 # End:
222 # vim: set expandtab tabstop=2 shiftwidth=2: 223 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/chrome.gyp ('K') | « third_party/libjingle/libjingle.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698