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

Side by Side Diff: breakpad/breakpad.gyp

Issue 113893: Fork breakpad's dump_syms and related code. Generate XOR of first page of mem... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix nits, code style changes 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 | breakpad/linux/dump_symbols.h » ('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 (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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 # configuration as we don't have 32-bit libcurl. Uncomment this and use 287 # configuration as we don't have 32-bit libcurl. Uncomment this and use
288 # BUILDTYPE=Tool to build with the default host config. 288 # BUILDTYPE=Tool to build with the default host config.
289 # { 289 # {
290 # 'target_name': 'symupload', 290 # 'target_name': 'symupload',
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 #
298 # 'include_dirs': [ 297 # 'include_dirs': [
299 # 'src', 298 # 'src',
300 # ], 299 # ],
301 # 'link_settings': { 300 # 'link_settings': {
302 # 'libraries': [ 301 # 'libraries': [
303 # '-ldl', 302 # '-ldl',
304 # ], 303 # ],
305 # }, 304 # },
306 # }, 305 # },
307 # { 306 # {
308 # 'target_name': 'dump_syms', 307 # 'target_name': 'dump_syms',
309 # 'type': 'executable', 308 # 'type': 'executable',
310 # 309 #
311 # 'sources': [ 310 # 'sources': [
312 # 'src/tools/linux/dump_syms/dump_syms.cc', 311 # 'linux/dump_syms.cc',
313 # 'src/common/linux/dump_symbols.cc', 312 # 'linux/dump_symbols.cc',
314 # 'src/common/linux/file_id.cc', 313 # 'linux/dump_symbols.h',
315 # 'src/common/md5.c', 314 # 'linux/file_id.cc',
315 # 'linux/file_id.h',
316 # ], 316 # ],
317 # 317 #
318 # 'include_dirs': [ 318 # 'include_dirs': [
319 # 'src', 319 # 'src',
320 # '..',
320 # ], 321 # ],
321 # }, 322 # },
322 ], 323 ],
323 }], 324 }],
324 ], 325 ],
325 } 326 }
OLDNEW
« no previous file with comments | « no previous file | breakpad/linux/dump_symbols.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698