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 20 matching lines...) Expand all Loading... |
31 'cpu_context.h', | 31 'cpu_context.h', |
32 'cpu_context_mac.cc', | 32 'cpu_context_mac.cc', |
33 'cpu_context_mac.h', | 33 'cpu_context_mac.h', |
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', |
| 42 'module_snapshot_mac.h', |
41 'process_snapshot.h', | 43 'process_snapshot.h', |
42 'system_snapshot.h', | 44 'system_snapshot.h', |
43 'system_snapshot_mac.cc', | 45 'system_snapshot_mac.cc', |
44 'system_snapshot_mac.h', | 46 'system_snapshot_mac.h', |
45 'thread_snapshot.h', | 47 'thread_snapshot.h', |
46 'thread_snapshot_mac.cc', | 48 'thread_snapshot_mac.cc', |
47 'thread_snapshot_mac.h', | 49 'thread_snapshot_mac.h', |
48 ], | 50 ], |
49 }, | 51 }, |
50 { | 52 { |
(...skipping 11 matching lines...) Expand all Loading... |
62 'include_dirs': [ | 64 'include_dirs': [ |
63 '..', | 65 '..', |
64 ], | 66 ], |
65 'sources': [ | 67 'sources': [ |
66 'cpu_context_mac_test.cc', | 68 'cpu_context_mac_test.cc', |
67 'system_snapshot_mac_test.cc', | 69 'system_snapshot_mac_test.cc', |
68 ], | 70 ], |
69 }, | 71 }, |
70 ], | 72 ], |
71 } | 73 } |
OLD | NEW |