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

Side by Side Diff: util/util.gyp

Issue 539263003: Add MachOImageSymbolTableReader and hook it up to MachOImageReader (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Fix 32-bit x86 Created 6 years, 3 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
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 24 matching lines...) Expand all
35 'mac/checked_mach_address_range.cc', 35 'mac/checked_mach_address_range.cc',
36 'mac/checked_mach_address_range.h', 36 'mac/checked_mach_address_range.h',
37 'mac/launchd.h', 37 'mac/launchd.h',
38 'mac/launchd.mm', 38 'mac/launchd.mm',
39 'mac/mac_util.cc', 39 'mac/mac_util.cc',
40 'mac/mac_util.h', 40 'mac/mac_util.h',
41 'mac/mach_o_image_reader.cc', 41 'mac/mach_o_image_reader.cc',
42 'mac/mach_o_image_reader.h', 42 'mac/mach_o_image_reader.h',
43 'mac/mach_o_image_segment_reader.cc', 43 'mac/mach_o_image_segment_reader.cc',
44 'mac/mach_o_image_segment_reader.h', 44 'mac/mach_o_image_segment_reader.h',
45 'mac/mach_o_image_symbol_table_reader.cc',
46 'mac/mach_o_image_symbol_table_reader.h',
45 'mac/service_management.cc', 47 'mac/service_management.cc',
46 'mac/service_management.h', 48 'mac/service_management.h',
47 'mac/process_reader.cc', 49 'mac/process_reader.cc',
48 'mac/process_reader.h', 50 'mac/process_reader.h',
49 'mac/process_types.cc', 51 'mac/process_types.cc',
50 'mac/process_types.h', 52 'mac/process_types.h',
51 'mac/process_types/all.proctype', 53 'mac/process_types/all.proctype',
52 'mac/process_types/crashreporterclient.proctype', 54 'mac/process_types/crashreporterclient.proctype',
53 'mac/process_types/custom.cc', 55 'mac/process_types/custom.cc',
54 'mac/process_types/dyld_images.proctype', 56 'mac/process_types/dyld_images.proctype',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 }, 162 },
161 { 163 {
162 'target_name': 'util_test_multiprocess_exec_test_child', 164 'target_name': 'util_test_multiprocess_exec_test_child',
163 'type': 'executable', 165 'type': 'executable',
164 'sources': [ 166 'sources': [
165 'test/multiprocess_exec_test_child.cc', 167 'test/multiprocess_exec_test_child.cc',
166 ], 168 ],
167 }, 169 },
168 ], 170 ],
169 } 171 }
OLDNEW
« util/mac/mach_o_image_symbol_table_reader.cc ('K') | « util/mac/mach_o_image_symbol_table_reader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698