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 'file/file_writer.cc', | 31 'file/file_writer.cc', |
32 'file/file_writer.h', | 32 'file/file_writer.h', |
33 'file/string_file_writer.cc', | 33 'file/string_file_writer.cc', |
34 'file/string_file_writer.h', | 34 'file/string_file_writer.h', |
35 'mac/launchd.h', | 35 'mac/launchd.h', |
36 'mac/launchd.mm', | 36 'mac/launchd.mm', |
37 'mac/mac_util.cc', | 37 'mac/mac_util.cc', |
38 'mac/mac_util.h', | 38 'mac/mac_util.h', |
39 'mac/service_management.cc', | 39 'mac/service_management.cc', |
40 'mac/service_management.h', | 40 'mac/service_management.h', |
| 41 'mach/bootstrap.cc', |
| 42 'mach/bootstrap.h', |
41 'mach/task_memory.cc', | 43 'mach/task_memory.cc', |
42 'mach/task_memory.h', | 44 'mach/task_memory.h', |
43 'misc/initialization_state.h', | 45 'misc/initialization_state.h', |
44 'misc/initialization_state_dcheck.cc', | 46 'misc/initialization_state_dcheck.cc', |
45 'misc/initialization_state_dcheck.h', | 47 'misc/initialization_state_dcheck.h', |
46 'misc/uuid.cc', | 48 'misc/uuid.cc', |
47 'misc/uuid.h', | 49 'misc/uuid.h', |
48 'numeric/checked_range.h', | 50 'numeric/checked_range.h', |
49 'numeric/in_range_cast.h', | 51 'numeric/in_range_cast.h', |
50 'numeric/safe_assignment.h', | 52 'numeric/safe_assignment.h', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', | 88 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', |
87 ], | 89 ], |
88 'include_dirs': [ | 90 'include_dirs': [ |
89 '..', | 91 '..', |
90 ], | 92 ], |
91 'sources': [ | 93 'sources': [ |
92 'file/string_file_writer_test.cc', | 94 'file/string_file_writer_test.cc', |
93 'mac/launchd_test.mm', | 95 'mac/launchd_test.mm', |
94 'mac/mac_util_test.mm', | 96 'mac/mac_util_test.mm', |
95 'mac/service_management_test.mm', | 97 'mac/service_management_test.mm', |
| 98 'mach/bootstrap_test.cc', |
96 'mach/task_memory_test.cc', | 99 'mach/task_memory_test.cc', |
97 'misc/initialization_state_dcheck_test.cc', | 100 'misc/initialization_state_dcheck_test.cc', |
98 'misc/initialization_state_test.cc', | 101 'misc/initialization_state_test.cc', |
99 'misc/uuid_test.cc', | 102 'misc/uuid_test.cc', |
100 'numeric/checked_range_test.cc', | 103 'numeric/checked_range_test.cc', |
101 'numeric/in_range_cast_test.cc', | 104 'numeric/in_range_cast_test.cc', |
102 'posix/process_util_test.cc', | 105 'posix/process_util_test.cc', |
103 'stdlib/strlcpy_test.cc', | 106 'stdlib/strlcpy_test.cc', |
104 ], | 107 ], |
105 }, | 108 }, |
106 ], | 109 ], |
107 } | 110 } |
OLD | NEW |