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 18 matching lines...) Expand all Loading... |
29 'file/fd_io.cc', | 29 'file/fd_io.cc', |
30 'file/fd_io.h', | 30 'file/fd_io.h', |
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 'mach/bootstrap.cc', |
| 40 'mach/bootstrap.h', |
39 'mach/task_memory.cc', | 41 'mach/task_memory.cc', |
40 'mach/task_memory.h', | 42 'mach/task_memory.h', |
41 'misc/initialization_state.h', | 43 'misc/initialization_state.h', |
42 'misc/initialization_state_dcheck.cc', | 44 'misc/initialization_state_dcheck.cc', |
43 'misc/initialization_state_dcheck.h', | 45 'misc/initialization_state_dcheck.h', |
44 'misc/uuid.cc', | 46 'misc/uuid.cc', |
45 'misc/uuid.h', | 47 'misc/uuid.h', |
46 'numeric/checked_range.h', | 48 'numeric/checked_range.h', |
47 'numeric/in_range_cast.h', | 49 'numeric/in_range_cast.h', |
48 'numeric/safe_assignment.h', | 50 'numeric/safe_assignment.h', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 '../third_party/gtest/gtest.gyp:gtest_main', | 85 '../third_party/gtest/gtest.gyp:gtest_main', |
84 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', | 86 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', |
85 ], | 87 ], |
86 'include_dirs': [ | 88 'include_dirs': [ |
87 '..', | 89 '..', |
88 ], | 90 ], |
89 'sources': [ | 91 'sources': [ |
90 'file/string_file_writer_test.cc', | 92 'file/string_file_writer_test.cc', |
91 'mac/launchd_test.mm', | 93 'mac/launchd_test.mm', |
92 'mac/mac_util_test.mm', | 94 'mac/mac_util_test.mm', |
| 95 'mach/bootstrap_test.cc', |
93 'mach/task_memory_test.cc', | 96 'mach/task_memory_test.cc', |
94 'misc/initialization_state_dcheck_test.cc', | 97 'misc/initialization_state_dcheck_test.cc', |
95 'misc/initialization_state_test.cc', | 98 'misc/initialization_state_test.cc', |
96 'misc/uuid_test.cc', | 99 'misc/uuid_test.cc', |
97 'numeric/checked_range_test.cc', | 100 'numeric/checked_range_test.cc', |
98 'numeric/in_range_cast_test.cc', | 101 'numeric/in_range_cast_test.cc', |
99 'posix/process_util_test.cc', | 102 'posix/process_util_test.cc', |
100 'stdlib/strlcpy_test.cc', | 103 'stdlib/strlcpy_test.cc', |
101 ], | 104 ], |
102 }, | 105 }, |
103 ], | 106 ], |
104 } | 107 } |
OLD | NEW |