| 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 16 matching lines...) Expand all Loading... |
| 27 '../util/util.gyp:crashpad_util', | 27 '../util/util.gyp:crashpad_util', |
| 28 ], | 28 ], |
| 29 'include_dirs': [ | 29 'include_dirs': [ |
| 30 '..', | 30 '..', |
| 31 ], | 31 ], |
| 32 'sources': [ | 32 'sources': [ |
| 33 'test/test_cpu_context.cc', | 33 'test/test_cpu_context.cc', |
| 34 'test/test_cpu_context.h', | 34 'test/test_cpu_context.h', |
| 35 'test/test_exception_snapshot.cc', | 35 'test/test_exception_snapshot.cc', |
| 36 'test/test_exception_snapshot.h', | 36 'test/test_exception_snapshot.h', |
| 37 'test/test_memory_map_region_snapshot.cc', |
| 38 'test/test_memory_map_region_snapshot.h', |
| 37 'test/test_memory_snapshot.cc', | 39 'test/test_memory_snapshot.cc', |
| 38 'test/test_memory_snapshot.h', | 40 'test/test_memory_snapshot.h', |
| 39 'test/test_module_snapshot.cc', | 41 'test/test_module_snapshot.cc', |
| 40 'test/test_module_snapshot.h', | 42 'test/test_module_snapshot.h', |
| 41 'test/test_process_snapshot.cc', | 43 'test/test_process_snapshot.cc', |
| 42 'test/test_process_snapshot.h', | 44 'test/test_process_snapshot.h', |
| 43 'test/test_system_snapshot.cc', | 45 'test/test_system_snapshot.cc', |
| 44 'test/test_system_snapshot.h', | 46 'test/test_system_snapshot.h', |
| 45 'test/test_thread_snapshot.cc', | 47 'test/test_thread_snapshot.cc', |
| 46 'test/test_thread_snapshot.h', | 48 'test/test_thread_snapshot.h', |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 '../third_party/mini_chromium/mini_chromium.gyp:base', | 204 '../third_party/mini_chromium/mini_chromium.gyp:base', |
| 203 ], | 205 ], |
| 204 'sources': [ | 206 'sources': [ |
| 205 'win/crashpad_snapshot_test_simple_annotations.cc', | 207 'win/crashpad_snapshot_test_simple_annotations.cc', |
| 206 ], | 208 ], |
| 207 }, | 209 }, |
| 208 ], | 210 ], |
| 209 }], | 211 }], |
| 210 ], | 212 ], |
| 211 } | 213 } |
| OLD | NEW |