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

Side by Side Diff: snapshot/snapshot.gyp

Issue 650223007: Add ProcessSnapshotMac (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@module_snapshot_mac
Patch Set: 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
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 23 matching lines...) Expand all
34 'exception_snapshot.h', 34 'exception_snapshot.h',
35 'exception_snapshot_mac.cc', 35 'exception_snapshot_mac.cc',
36 'exception_snapshot_mac.h', 36 'exception_snapshot_mac.h',
37 'memory_snapshot.h', 37 'memory_snapshot.h',
38 'memory_snapshot_mac.cc', 38 'memory_snapshot_mac.cc',
39 'memory_snapshot_mac.h', 39 'memory_snapshot_mac.h',
40 'module_snapshot.h', 40 'module_snapshot.h',
41 'module_snapshot_mac.cc', 41 'module_snapshot_mac.cc',
42 'module_snapshot_mac.h', 42 'module_snapshot_mac.h',
43 'process_snapshot.h', 43 'process_snapshot.h',
44 'process_snapshot_mac.cc',
45 'process_snapshot_mac.h',
44 'system_snapshot.h', 46 'system_snapshot.h',
45 'system_snapshot_mac.cc', 47 'system_snapshot_mac.cc',
46 'system_snapshot_mac.h', 48 'system_snapshot_mac.h',
47 'thread_snapshot.h', 49 'thread_snapshot.h',
48 'thread_snapshot_mac.cc', 50 'thread_snapshot_mac.cc',
49 'thread_snapshot_mac.h', 51 'thread_snapshot_mac.h',
50 ], 52 ],
51 }, 53 },
52 { 54 {
53 'target_name': 'snapshot_test', 55 'target_name': 'snapshot_test',
(...skipping 10 matching lines...) Expand all
64 'include_dirs': [ 66 'include_dirs': [
65 '..', 67 '..',
66 ], 68 ],
67 'sources': [ 69 'sources': [
68 'cpu_context_mac_test.cc', 70 'cpu_context_mac_test.cc',
69 'system_snapshot_mac_test.cc', 71 'system_snapshot_mac_test.cc',
70 ], 72 ],
71 }, 73 },
72 ], 74 ],
73 } 75 }
OLDNEW
« snapshot/process_snapshot_mac.cc ('K') | « snapshot/process_snapshot_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698