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

Side by Side Diff: breakpad/breakpad.gyp

Issue 114045: Breakpad's symupload needs -ldl. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 'includes': [ 6 'includes': [
7 '../build/common.gypi', 7 '../build/common.gypi',
8 ], 8 ],
9 'conditions': [ 9 'conditions': [
10 [ 'OS=="mac"', { 10 [ 'OS=="mac"', {
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 # 'type': 'executable', 291 # 'type': 'executable',
292 # 292 #
293 # 'sources': [ 293 # 'sources': [
294 # 'src/tools/linux/symupload/sym_upload.cc', 294 # 'src/tools/linux/symupload/sym_upload.cc',
295 # 'src/common/linux/http_upload.cc', 295 # 'src/common/linux/http_upload.cc',
296 # ], 296 # ],
297 # 297 #
298 # 'include_dirs': [ 298 # 'include_dirs': [
299 # 'src', 299 # 'src',
300 # ], 300 # ],
301 # 'link_settings': {
302 # 'libraries': [
303 # '-ldl',
304 # ],
305 # },
301 # }, 306 # },
302 # { 307 # {
303 # 'target_name': 'dump_syms', 308 # 'target_name': 'dump_syms',
304 # 'type': 'executable', 309 # 'type': 'executable',
305 # 310 #
306 # 'sources': [ 311 # 'sources': [
307 # 'src/tools/linux/dump_syms/dump_syms.cc', 312 # 'src/tools/linux/dump_syms/dump_syms.cc',
308 # 'src/common/linux/dump_symbols.cc', 313 # 'src/common/linux/dump_symbols.cc',
309 # 'src/common/linux/file_id.cc', 314 # 'src/common/linux/file_id.cc',
310 # 'src/common/md5.c', 315 # 'src/common/md5.c',
311 # ], 316 # ],
312 # 317 #
313 # 'include_dirs': [ 318 # 'include_dirs': [
314 # 'src', 319 # 'src',
315 # ], 320 # ],
316 # }, 321 # },
317 ], 322 ],
318 }], 323 }],
319 ], 324 ],
320 } 325 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698