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

Side by Side Diff: snapshot/snapshot.gyp

Issue 1138923004: win: Retrieve "simple map" annotations from modules (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@module-version
Patch Set: . Created 5 years, 6 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/mach_o_image_annotations_reader.h ('k') | snapshot/snapshot_test.gyp » ('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 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/module_snapshot_win.cc',
91 'win/memory_snapshot_win.cc', 90 'win/memory_snapshot_win.cc',
92 'win/memory_snapshot_win.h', 91 'win/memory_snapshot_win.h',
92 'win/module_snapshot_win.cc',
93 'win/module_snapshot_win.h', 93 'win/module_snapshot_win.h',
94 'win/pe_image_annotations_reader.cc',
95 'win/pe_image_annotations_reader.h',
94 'win/pe_image_reader.cc', 96 'win/pe_image_reader.cc',
95 'win/pe_image_reader.h', 97 'win/pe_image_reader.h',
96 'win/process_reader_win.cc', 98 'win/process_reader_win.cc',
97 'win/process_reader_win.h', 99 'win/process_reader_win.h',
98 'win/process_snapshot_win.cc', 100 'win/process_snapshot_win.cc',
99 'win/process_snapshot_win.h', 101 'win/process_snapshot_win.h',
100 'win/system_snapshot_win.cc', 102 'win/system_snapshot_win.cc',
101 'win/system_snapshot_win.h', 103 'win/system_snapshot_win.h',
102 'win/thread_snapshot_win.cc', 104 'win/thread_snapshot_win.cc',
103 'win/thread_snapshot_win.h', 105 'win/thread_snapshot_win.h',
104 ], 106 ],
105 'conditions': [ 107 'conditions': [
106 ['OS=="win"', { 108 ['OS=="win"', {
107 'link_settings': { 109 'link_settings': {
108 'libraries': [ 110 'libraries': [
109 '-lpowrprof.lib', 111 '-lpowrprof.lib',
110 '-lversion.lib', 112 '-lversion.lib',
111 ], 113 ],
112 }, 114 },
113 }], 115 }],
114 ] 116 ]
115 }, 117 },
116 ], 118 ],
117 } 119 }
OLDNEW
« no previous file with comments | « snapshot/mac/mach_o_image_annotations_reader.h ('k') | snapshot/snapshot_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698