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 23 matching lines...) Expand all Loading... |
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 Loading... |
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 } |
OLD | NEW |