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

Side by Side Diff: base/base.gyp

Issue 62140: Print backtraces on FATAL log messages in debug mode. (Closed)
Patch Set: Add todo for stackwalk64 Created 11 years, 8 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 | « no previous file | base/debug_util.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'gfx/jpeg_codec_unittest.cc', 542 'gfx/jpeg_codec_unittest.cc',
543 'gfx/native_theme_unittest.cc', 543 'gfx/native_theme_unittest.cc',
544 'gfx/png_codec_unittest.cc', 544 'gfx/png_codec_unittest.cc',
545 'gfx/rect_unittest.cc', 545 'gfx/rect_unittest.cc',
546 'at_exit_unittest.cc', 546 'at_exit_unittest.cc',
547 'atomicops_unittest.cc', 547 'atomicops_unittest.cc',
548 'clipboard_unittest.cc', 548 'clipboard_unittest.cc',
549 'command_line_unittest.cc', 549 'command_line_unittest.cc',
550 'condition_variable_unittest.cc', 550 'condition_variable_unittest.cc',
551 'data_pack_unittest.cc', 551 'data_pack_unittest.cc',
552 'debug_util_unittest.cc',
552 'directory_watcher_unittest.cc', 553 'directory_watcher_unittest.cc',
553 'field_trial_unittest.cc', 554 'field_trial_unittest.cc',
554 'file_path_unittest.cc', 555 'file_path_unittest.cc',
555 'file_util_unittest.cc', 556 'file_util_unittest.cc',
556 'file_version_info_unittest.cc', 557 'file_version_info_unittest.cc',
557 'histogram_unittest.cc', 558 'histogram_unittest.cc',
558 'hmac_unittest.cc', 559 'hmac_unittest.cc',
559 'idletimer_unittest.cc', 560 'idletimer_unittest.cc',
560 'json_reader_unittest.cc', 561 'json_reader_unittest.cc',
561 'json_writer_unittest.cc', 562 'json_writer_unittest.cc',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 'target_name': 'debug_message', 706 'target_name': 'debug_message',
706 'type': 'executable', 707 'type': 'executable',
707 'sources': [ 708 'sources': [
708 'debug_message.cc', 709 'debug_message.cc',
709 ], 710 ],
710 }, 711 },
711 ], 712 ],
712 }], 713 }],
713 ], 714 ],
714 } 715 }
OLDNEW
« no previous file with comments | « no previous file | base/debug_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698