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

Side by Side Diff: snapshot/snapshot.gyp

Issue 1377133006: Mostly-boilerplate to add MemoryMapSnapshot (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@memory-info-to-misc
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 | « snapshot/process_snapshot.h ('k') | snapshot/test/test_process_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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'minidump/process_snapshot_minidump.cc', 84 'minidump/process_snapshot_minidump.cc',
85 'minidump/process_snapshot_minidump.h', 85 'minidump/process_snapshot_minidump.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', 90 'win/cpu_context_win.cc',
91 'win/cpu_context_win.h', 91 'win/cpu_context_win.h',
92 'win/exception_snapshot_win.cc', 92 'win/exception_snapshot_win.cc',
93 'win/exception_snapshot_win.h', 93 'win/exception_snapshot_win.h',
94 'win/memory_map_region_snapshot_win.cc',
95 'win/memory_map_region_snapshot_win.h',
94 'win/memory_snapshot_win.cc', 96 'win/memory_snapshot_win.cc',
95 'win/memory_snapshot_win.h', 97 'win/memory_snapshot_win.h',
96 'win/module_snapshot_win.cc', 98 'win/module_snapshot_win.cc',
97 'win/module_snapshot_win.h', 99 'win/module_snapshot_win.h',
98 'win/pe_image_annotations_reader.cc', 100 'win/pe_image_annotations_reader.cc',
99 'win/pe_image_annotations_reader.h', 101 'win/pe_image_annotations_reader.h',
100 'win/pe_image_reader.cc', 102 'win/pe_image_reader.cc',
101 'win/pe_image_reader.h', 103 'win/pe_image_reader.h',
102 'win/process_reader_win.cc', 104 'win/process_reader_win.cc',
103 'win/process_reader_win.h', 105 'win/process_reader_win.h',
(...skipping 10 matching lines...) Expand all
114 'libraries': [ 116 'libraries': [
115 '-lpowrprof.lib', 117 '-lpowrprof.lib',
116 '-lversion.lib', 118 '-lversion.lib',
117 ], 119 ],
118 }, 120 },
119 }], 121 }],
120 ] 122 ]
121 }, 123 },
122 ], 124 ],
123 } 125 }
OLDNEW
« no previous file with comments | « snapshot/process_snapshot.h ('k') | snapshot/test/test_process_snapshot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698