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

Side by Side Diff: snapshot/snapshot.gyp

Issue 1131473005: win: Add thread snapshot and memory snapshot for stacks (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: comment 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
« no previous file with comments | « snapshot/mac/memory_snapshot_mac.cc ('k') | snapshot/win/memory_snapshot_win.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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/module_snapshot_win.cc', 90 'win/module_snapshot_win.cc',
91 'win/memory_snapshot_win.cc',
92 'win/memory_snapshot_win.h',
91 'win/module_snapshot_win.h', 93 'win/module_snapshot_win.h',
92 'win/pe_image_reader.cc', 94 'win/pe_image_reader.cc',
93 'win/pe_image_reader.h', 95 'win/pe_image_reader.h',
94 'win/process_reader_win.cc', 96 'win/process_reader_win.cc',
95 'win/process_reader_win.h', 97 'win/process_reader_win.h',
96 'win/process_snapshot_win.cc', 98 'win/process_snapshot_win.cc',
97 'win/process_snapshot_win.h', 99 'win/process_snapshot_win.h',
98 'win/system_snapshot_win.cc', 100 'win/system_snapshot_win.cc',
99 'win/system_snapshot_win.h', 101 'win/system_snapshot_win.h',
102 'win/thread_snapshot_win.cc',
103 'win/thread_snapshot_win.h',
100 ], 104 ],
101 'conditions': [ 105 'conditions': [
102 ['OS=="win"', { 106 ['OS=="win"', {
103 'link_settings': { 107 'link_settings': {
104 'libraries': [ 108 'libraries': [
105 '-lpowrprof.lib', 109 '-lpowrprof.lib',
106 '-lversion.lib', 110 '-lversion.lib',
107 ], 111 ],
108 }, 112 },
109 }], 113 }],
110 ] 114 ]
111 }, 115 },
112 ], 116 ],
113 } 117 }
OLDNEW
« no previous file with comments | « snapshot/mac/memory_snapshot_mac.cc ('k') | snapshot/win/memory_snapshot_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698