OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |