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

Side by Side Diff: snapshot/snapshot.gyp

Issue 1533183002: win: Capture some memory pointed at by context (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: mac Created 4 years, 11 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 | « snapshot/mac/exception_snapshot_mac.cc ('k') | snapshot/test/test_exception_snapshot.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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'minidump/minidump_string_reader.cc', 82 'minidump/minidump_string_reader.cc',
83 'minidump/minidump_string_reader.h', 83 'minidump/minidump_string_reader.h',
84 'minidump/module_snapshot_minidump.cc', 84 'minidump/module_snapshot_minidump.cc',
85 'minidump/module_snapshot_minidump.h', 85 'minidump/module_snapshot_minidump.h',
86 'minidump/process_snapshot_minidump.cc', 86 'minidump/process_snapshot_minidump.cc',
87 'minidump/process_snapshot_minidump.h', 87 'minidump/process_snapshot_minidump.h',
88 'module_snapshot.h', 88 'module_snapshot.h',
89 'process_snapshot.h', 89 'process_snapshot.h',
90 'system_snapshot.h', 90 'system_snapshot.h',
91 'thread_snapshot.h', 91 'thread_snapshot.h',
92 'win/capture_context_memory.cc',
93 'win/capture_context_memory.h',
92 'win/cpu_context_win.cc', 94 'win/cpu_context_win.cc',
93 'win/cpu_context_win.h', 95 'win/cpu_context_win.h',
94 'win/exception_snapshot_win.cc', 96 'win/exception_snapshot_win.cc',
95 'win/exception_snapshot_win.h', 97 'win/exception_snapshot_win.h',
96 'win/memory_map_region_snapshot_win.cc', 98 'win/memory_map_region_snapshot_win.cc',
97 'win/memory_map_region_snapshot_win.h', 99 'win/memory_map_region_snapshot_win.h',
98 'win/memory_snapshot_win.cc', 100 'win/memory_snapshot_win.cc',
99 'win/memory_snapshot_win.h', 101 'win/memory_snapshot_win.h',
100 'win/module_snapshot_win.cc', 102 'win/module_snapshot_win.cc',
101 'win/module_snapshot_win.h', 103 'win/module_snapshot_win.h',
(...skipping 20 matching lines...) Expand all
122 'libraries': [ 124 'libraries': [
123 '-lpowrprof.lib', 125 '-lpowrprof.lib',
124 '-lversion.lib', 126 '-lversion.lib',
125 ], 127 ],
126 }, 128 },
127 }], 129 }],
128 ] 130 ]
129 }, 131 },
130 ], 132 ],
131 } 133 }
OLDNEW
« no previous file with comments | « snapshot/mac/exception_snapshot_mac.cc ('k') | snapshot/test/test_exception_snapshot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698