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

Side by Side Diff: breakpad/breakpad.gyp

Issue 8120007: Update Breakpad to r842 and fix the Breakpad bootstrap service leak and -10810 errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | « DEPS ('k') | breakpad/pending/src/common/module.cc » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'breakpad_sender.gypi', 7 'breakpad_sender.gypi',
8 'breakpad_handler.gypi', 8 'breakpad_handler.gypi',
9 ], 9 ],
10 'conditions': [ 10 'conditions': [
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 383
384 'sources': [ 384 'sources': [
385 'linux/breakpad_googletest_includes.h', 385 'linux/breakpad_googletest_includes.h',
386 'src/client/linux/handler/exception_handler_unittest.cc', 386 'src/client/linux/handler/exception_handler_unittest.cc',
387 'src/client/linux/minidump_writer/directory_reader_unittest.cc', 387 'src/client/linux/minidump_writer/directory_reader_unittest.cc',
388 'src/client/linux/minidump_writer/line_reader_unittest.cc', 388 'src/client/linux/minidump_writer/line_reader_unittest.cc',
389 'src/client/linux/minidump_writer/linux_dumper_unittest.cc', 389 'src/client/linux/minidump_writer/linux_dumper_unittest.cc',
390 'src/client/linux/minidump_writer/minidump_writer_unittest.cc', 390 'src/client/linux/minidump_writer/minidump_writer_unittest.cc',
391 'src/common/linux/file_id_unittest.cc', 391 'src/common/linux/file_id_unittest.cc',
392 'src/common/linux/linux_libc_support_unittest.cc', 392 'src/common/linux/linux_libc_support_unittest.cc',
393 'src/common/linux/synth_elf.cc',
393 'src/common/memory_unittest.cc', 394 'src/common/memory_unittest.cc',
395 'src/common/test_assembler.cc',
394 ], 396 ],
395 397
396 'include_dirs': [ 398 'include_dirs': [
397 'linux', # Use our copy of breakpad_googletest_includes.h 399 'linux', # Use our copy of breakpad_googletest_includes.h
398 'src', 400 'src',
399 '..', 401 '..',
400 '.', 402 '.',
401 ], 403 ],
402 }, 404 },
403 { 405 {
(...skipping 23 matching lines...) Expand all
427 429
428 'include_dirs': [ 430 'include_dirs': [
429 '..', 431 '..',
430 'src', 432 'src',
431 ], 433 ],
432 }, 434 },
433 ], 435 ],
434 }], 436 }],
435 ], 437 ],
436 } 438 }
OLDNEW
« no previous file with comments | « DEPS ('k') | breakpad/pending/src/common/module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698