| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 'mac/process_types/dyld_images.proctype', | 65 'mac/process_types/dyld_images.proctype', |
| 66 'mac/process_types/flavors.h', | 66 'mac/process_types/flavors.h', |
| 67 'mac/process_types/internal.h', | 67 'mac/process_types/internal.h', |
| 68 'mac/process_types/loader.proctype', | 68 'mac/process_types/loader.proctype', |
| 69 'mac/process_types/nlist.proctype', | 69 'mac/process_types/nlist.proctype', |
| 70 'mac/process_types/traits.h', | 70 'mac/process_types/traits.h', |
| 71 'mac/system_snapshot_mac.cc', | 71 'mac/system_snapshot_mac.cc', |
| 72 'mac/system_snapshot_mac.h', | 72 'mac/system_snapshot_mac.h', |
| 73 'mac/thread_snapshot_mac.cc', | 73 'mac/thread_snapshot_mac.cc', |
| 74 'mac/thread_snapshot_mac.h', | 74 'mac/thread_snapshot_mac.h', |
| 75 'memory_snapshot.h', |
| 75 'minidump/minidump_simple_string_dictionary_reader.cc', | 76 'minidump/minidump_simple_string_dictionary_reader.cc', |
| 76 'minidump/minidump_simple_string_dictionary_reader.h', | 77 'minidump/minidump_simple_string_dictionary_reader.h', |
| 77 'minidump/minidump_string_list_reader.cc', | 78 'minidump/minidump_string_list_reader.cc', |
| 78 'minidump/minidump_string_list_reader.h', | 79 'minidump/minidump_string_list_reader.h', |
| 79 'minidump/minidump_string_reader.cc', | 80 'minidump/minidump_string_reader.cc', |
| 80 'minidump/minidump_string_reader.h', | 81 'minidump/minidump_string_reader.h', |
| 81 'minidump/module_snapshot_minidump.cc', | 82 'minidump/module_snapshot_minidump.cc', |
| 82 'minidump/module_snapshot_minidump.h', | 83 'minidump/module_snapshot_minidump.h', |
| 83 'minidump/process_snapshot_minidump.cc', | 84 'minidump/process_snapshot_minidump.cc', |
| 84 'minidump/process_snapshot_minidump.h', | 85 'minidump/process_snapshot_minidump.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/cpu_context_win.cc', |
| 91 'win/cpu_context_win.h', |
| 92 'win/exception_snapshot_win.cc', |
| 93 'win/exception_snapshot_win.h', |
| 90 'win/memory_snapshot_win.cc', | 94 'win/memory_snapshot_win.cc', |
| 91 'win/memory_snapshot_win.h', | 95 'win/memory_snapshot_win.h', |
| 92 'win/module_snapshot_win.cc', | 96 'win/module_snapshot_win.cc', |
| 93 'win/module_snapshot_win.h', | 97 'win/module_snapshot_win.h', |
| 94 'win/pe_image_annotations_reader.cc', | 98 'win/pe_image_annotations_reader.cc', |
| 95 'win/pe_image_annotations_reader.h', | 99 'win/pe_image_annotations_reader.h', |
| 96 'win/pe_image_reader.cc', | 100 'win/pe_image_reader.cc', |
| 97 'win/pe_image_reader.h', | 101 'win/pe_image_reader.h', |
| 98 'win/process_reader_win.cc', | 102 'win/process_reader_win.cc', |
| 99 'win/process_reader_win.h', | 103 'win/process_reader_win.h', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 110 'libraries': [ | 114 'libraries': [ |
| 111 '-lpowrprof.lib', | 115 '-lpowrprof.lib', |
| 112 '-lversion.lib', | 116 '-lversion.lib', |
| 113 ], | 117 ], |
| 114 }, | 118 }, |
| 115 }], | 119 }], |
| 116 ] | 120 ] |
| 117 }, | 121 }, |
| 118 ], | 122 ], |
| 119 } | 123 } |
| OLD | NEW |