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

Side by Side Diff: client/client.gyp

Issue 1356383002: win: Implement CRASHPAD_SIMULATE_CRASH() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: fixes Created 5 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
« no previous file with comments | « no previous file | client/crashpad_client.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 2014 The Crashpad Authors. All rights reserved. 1 # Copyright 2014 The Crashpad Authors. All rights reserved.
2 # 2 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License. 4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at 5 # You may obtain a copy of the License at
6 # 6 #
7 # http://www.apache.org/licenses/LICENSE-2.0 7 # http://www.apache.org/licenses/LICENSE-2.0
8 # 8 #
9 # Unless required by applicable law or agreed to in writing, software 9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS, 10 # distributed under the License is distributed on an "AS IS" BASIS,
(...skipping 29 matching lines...) Expand all
40 'crashpad_client_win.cc', 40 'crashpad_client_win.cc',
41 'crashpad_info.cc', 41 'crashpad_info.cc',
42 'crashpad_info.h', 42 'crashpad_info.h',
43 'settings.cc', 43 'settings.cc',
44 'settings.h', 44 'settings.h',
45 'simple_string_dictionary.cc', 45 'simple_string_dictionary.cc',
46 'simple_string_dictionary.h', 46 'simple_string_dictionary.h',
47 'simulate_crash.h', 47 'simulate_crash.h',
48 'simulate_crash_mac.cc', 48 'simulate_crash_mac.cc',
49 'simulate_crash_mac.h', 49 'simulate_crash_mac.h',
50 'simulate_crash_win.h',
50 ], 51 ],
51 'conditions': [ 52 'conditions': [
52 ['OS=="win"', { 53 ['OS=="win"', {
53 'link_settings': { 54 'link_settings': {
54 'libraries': [ 55 'libraries': [
55 '-lrpcrt4.lib', 56 '-lrpcrt4.lib',
56 ], 57 ],
57 }, 58 },
58 }], 59 }],
59 ], 60 ],
60 'direct_dependent_settings': { 61 'direct_dependent_settings': {
61 'include_dirs': [ 62 'include_dirs': [
62 '..', 63 '..',
63 ], 64 ],
64 }, 65 },
65 }, 66 },
66 ], 67 ],
67 } 68 }
OLDNEW
« no previous file with comments | « no previous file | client/crashpad_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698