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

Side by Side Diff: util/util.gyp

Issue 516983003: Add MachOImageSegmentReader (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: 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 20 matching lines...) Expand all
31 'file/file_writer.cc', 31 'file/file_writer.cc',
32 'file/file_writer.h', 32 'file/file_writer.h',
33 'file/string_file_writer.cc', 33 'file/string_file_writer.cc',
34 'file/string_file_writer.h', 34 'file/string_file_writer.h',
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_segment_reader.cc',
42 'mac/mach_o_image_segment_reader.h',
41 'mac/service_management.cc', 43 'mac/service_management.cc',
42 'mac/service_management.h', 44 'mac/service_management.h',
43 'mac/process_reader.cc', 45 'mac/process_reader.cc',
44 'mac/process_reader.h', 46 'mac/process_reader.h',
45 'mac/process_types.cc', 47 'mac/process_types.cc',
46 'mac/process_types.h', 48 'mac/process_types.h',
47 'mac/process_types/all.proctype', 49 'mac/process_types/all.proctype',
48 'mac/process_types/crashreporterclient.proctype', 50 'mac/process_types/crashreporterclient.proctype',
49 'mac/process_types/custom.cc', 51 'mac/process_types/custom.cc',
50 'mac/process_types/dyld_images.proctype', 52 'mac/process_types/dyld_images.proctype',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'numeric/in_range_cast_test.cc', 140 'numeric/in_range_cast_test.cc',
139 'posix/process_util_test.cc', 141 'posix/process_util_test.cc',
140 'stdlib/strlcpy_test.cc', 142 'stdlib/strlcpy_test.cc',
141 'stdlib/strnlen_test.cc', 143 'stdlib/strnlen_test.cc',
142 'test/mac/mach_multiprocess_test.cc', 144 'test/mac/mach_multiprocess_test.cc',
143 'test/multiprocess_test.cc', 145 'test/multiprocess_test.cc',
144 ], 146 ],
145 }, 147 },
146 ], 148 ],
147 } 149 }
OLDNEW
« util/mac/mach_o_image_segment_reader.cc ('K') | « util/mac/mach_o_image_segment_reader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698