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

Side by Side Diff: snapshot/snapshot.gyp

Issue 649633004: Add ModuleSnapshotMac (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@crashpad_info
Patch Set: Rebase onto master Created 6 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/module_snapshot.h ('k') | no next file » | 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 27 matching lines...) Expand all
38 'mac/mach_o_image_annotations_reader.cc', 38 'mac/mach_o_image_annotations_reader.cc',
39 'mac/mach_o_image_annotations_reader.h', 39 'mac/mach_o_image_annotations_reader.h',
40 'mac/mach_o_image_reader.cc', 40 'mac/mach_o_image_reader.cc',
41 'mac/mach_o_image_reader.h', 41 'mac/mach_o_image_reader.h',
42 'mac/mach_o_image_segment_reader.cc', 42 'mac/mach_o_image_segment_reader.cc',
43 'mac/mach_o_image_segment_reader.h', 43 'mac/mach_o_image_segment_reader.h',
44 'mac/mach_o_image_symbol_table_reader.cc', 44 'mac/mach_o_image_symbol_table_reader.cc',
45 'mac/mach_o_image_symbol_table_reader.h', 45 'mac/mach_o_image_symbol_table_reader.h',
46 'mac/memory_snapshot_mac.cc', 46 'mac/memory_snapshot_mac.cc',
47 'mac/memory_snapshot_mac.h', 47 'mac/memory_snapshot_mac.h',
48 'mac/module_snapshot_mac.cc',
49 'mac/module_snapshot_mac.h',
48 'mac/process_reader.cc', 50 'mac/process_reader.cc',
49 'mac/process_reader.h', 51 'mac/process_reader.h',
50 'mac/process_types.cc', 52 'mac/process_types.cc',
51 'mac/process_types.h', 53 'mac/process_types.h',
52 'mac/process_types/all.proctype', 54 'mac/process_types/all.proctype',
53 'mac/process_types/crashpad_info.proctype', 55 'mac/process_types/crashpad_info.proctype',
54 'mac/process_types/crashreporterclient.proctype', 56 'mac/process_types/crashreporterclient.proctype',
55 'mac/process_types/custom.cc', 57 'mac/process_types/custom.cc',
56 'mac/process_types/dyld_images.proctype', 58 'mac/process_types/dyld_images.proctype',
57 'mac/process_types/flavors.h', 59 'mac/process_types/flavors.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'mac/mach_o_image_annotations_reader_test.cc', 93 'mac/mach_o_image_annotations_reader_test.cc',
92 'mac/mach_o_image_reader_test.cc', 94 'mac/mach_o_image_reader_test.cc',
93 'mac/mach_o_image_segment_reader_test.cc', 95 'mac/mach_o_image_segment_reader_test.cc',
94 'mac/process_reader_test.cc', 96 'mac/process_reader_test.cc',
95 'mac/process_types_test.cc', 97 'mac/process_types_test.cc',
96 'mac/system_snapshot_mac_test.cc', 98 'mac/system_snapshot_mac_test.cc',
97 ], 99 ],
98 }, 100 },
99 ], 101 ],
100 } 102 }
OLDNEW
« no previous file with comments | « snapshot/module_snapshot.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698