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

Side by Side Diff: chrome_frame/crash_reporting/crash_reporting.gyp

Issue 557021: Prevent excessive crash reporting due stack overflow (due exception in SEH fi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 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
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 'target_defaults': { 9 'target_defaults': {
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 17 matching lines...) Expand all
28 '../../breakpad/breakpad.gyp:breakpad_handler', 28 '../../breakpad/breakpad.gyp:breakpad_handler',
29 ], 29 ],
30 }], 30 }],
31 ], 31 ],
32 }, 32 },
33 { 33 {
34 'target_name': 'vectored_handler_tests', 34 'target_name': 'vectored_handler_tests',
35 'type': 'executable', 35 'type': 'executable',
36 'sources': [ 36 'sources': [
37 'vectored_handler_unittest.cc', 37 'vectored_handler_unittest.cc',
38 'veh_test.cc',
39 'veh_test.h',
38 ], 40 ],
39 'dependencies': [ 41 'dependencies': [
40 'crash_report', 42 'crash_report',
41 '../../base/base.gyp:base', 43 '../../base/base.gyp:base',
42 '../../testing/gmock.gyp:gmock', 44 '../../testing/gmock.gyp:gmock',
43 '../../testing/gtest.gyp:gtest', 45 '../../testing/gtest.gyp:gtest',
44 '../../testing/gtest.gyp:gtestmain', 46 '../../testing/gtest.gyp:gtestmain',
45 '../../breakpad/breakpad.gyp:breakpad_handler', 47 '../../breakpad/breakpad.gyp:breakpad_handler',
46 ], 48 ],
47 }, 49 },
48 ], 50 ],
49 } 51 }
50 52
51 # vim: shiftwidth=2:et:ai:tabstop=2 53 # vim: shiftwidth=2:et:ai:tabstop=2
52 54
53 # Local Variables: 55 # Local Variables:
54 # tab-width:2 56 # tab-width:2
55 # indent-tabs-mode:nil 57 # indent-tabs-mode:nil
56 # End: 58 # End:
57 # vim: set expandtab tabstop=2 shiftwidth=2: 59 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698