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

Side by Side Diff: snapshot/snapshot.gyp

Issue 1126413008: win: Implement exception snapshot (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: . Created 5 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
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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'minidump/minidump_string_reader.h', 80 'minidump/minidump_string_reader.h',
81 'minidump/module_snapshot_minidump.cc', 81 'minidump/module_snapshot_minidump.cc',
82 'minidump/module_snapshot_minidump.h', 82 'minidump/module_snapshot_minidump.h',
83 'minidump/process_snapshot_minidump.cc', 83 'minidump/process_snapshot_minidump.cc',
84 'minidump/process_snapshot_minidump.h', 84 'minidump/process_snapshot_minidump.h',
85 'memory_snapshot.h', 85 'memory_snapshot.h',
86 'module_snapshot.h', 86 'module_snapshot.h',
87 'process_snapshot.h', 87 'process_snapshot.h',
88 'system_snapshot.h', 88 'system_snapshot.h',
89 'thread_snapshot.h', 89 'thread_snapshot.h',
90 'win/cpu_context_win.cc',
91 'win/cpu_context_win.h',
92 'win/exception_snapshot_win.cc',
93 'win/exception_snapshot_win.h',
90 'win/memory_snapshot_win.cc', 94 'win/memory_snapshot_win.cc',
91 'win/memory_snapshot_win.h', 95 'win/memory_snapshot_win.h',
92 'win/module_snapshot_win.cc', 96 'win/module_snapshot_win.cc',
93 'win/module_snapshot_win.h', 97 'win/module_snapshot_win.h',
94 'win/pe_image_annotations_reader.cc', 98 'win/pe_image_annotations_reader.cc',
95 'win/pe_image_annotations_reader.h', 99 'win/pe_image_annotations_reader.h',
96 'win/pe_image_reader.cc', 100 'win/pe_image_reader.cc',
97 'win/pe_image_reader.h', 101 'win/pe_image_reader.h',
98 'win/process_reader_win.cc', 102 'win/process_reader_win.cc',
99 'win/process_reader_win.h', 103 'win/process_reader_win.h',
(...skipping 10 matching lines...) Expand all
110 'libraries': [ 114 'libraries': [
111 '-lpowrprof.lib', 115 '-lpowrprof.lib',
112 '-lversion.lib', 116 '-lversion.lib',
113 ], 117 ],
114 }, 118 },
115 }], 119 }],
116 ] 120 ]
117 }, 121 },
118 ], 122 ],
119 } 123 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698