| 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 14 matching lines...) Expand all Loading... |
| 25 'include_dirs': [ | 25 'include_dirs': [ |
| 26 '..', | 26 '..', |
| 27 ], | 27 ], |
| 28 'sources': [ | 28 'sources': [ |
| 29 'cpu_architecture.h', | 29 'cpu_architecture.h', |
| 30 'cpu_context.cc', | 30 'cpu_context.cc', |
| 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', |
| 36 'exception_snapshot_mac.h', |
| 35 'memory_snapshot.h', | 37 'memory_snapshot.h', |
| 36 'memory_snapshot_mac.cc', | 38 'memory_snapshot_mac.cc', |
| 37 'memory_snapshot_mac.h', | 39 'memory_snapshot_mac.h', |
| 38 'module_snapshot.h', | 40 'module_snapshot.h', |
| 39 'process_snapshot.h', | 41 'process_snapshot.h', |
| 40 'system_snapshot.h', | 42 'system_snapshot.h', |
| 41 'system_snapshot_mac.cc', | 43 'system_snapshot_mac.cc', |
| 42 'system_snapshot_mac.h', | 44 'system_snapshot_mac.h', |
| 43 'thread_snapshot.h', | 45 'thread_snapshot.h', |
| 44 ], | 46 ], |
| (...skipping 13 matching lines...) Expand all Loading... |
| 58 'include_dirs': [ | 60 'include_dirs': [ |
| 59 '..', | 61 '..', |
| 60 ], | 62 ], |
| 61 'sources': [ | 63 'sources': [ |
| 62 'cpu_context_mac_test.cc', | 64 'cpu_context_mac_test.cc', |
| 63 'system_snapshot_mac_test.cc', | 65 'system_snapshot_mac_test.cc', |
| 64 ], | 66 ], |
| 65 }, | 67 }, |
| 66 ], | 68 ], |
| 67 } | 69 } |
| OLD | NEW |