| 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 '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 'mach/task_memory.cc', | 37 'mach/task_memory.cc', |
| 38 'mach/task_memory.h', | 38 'mach/task_memory.h', |
| 39 'misc/initialization_state.h', | 39 'misc/initialization_state.h', |
| 40 'misc/initialization_state_dcheck.cc', | 40 'misc/initialization_state_dcheck.cc', |
| 41 'misc/initialization_state_dcheck.h', | 41 'misc/initialization_state_dcheck.h', |
| 42 'misc/uuid.cc', | 42 'misc/uuid.cc', |
| 43 'misc/uuid.h', | 43 'misc/uuid.h', |
| 44 'numeric/checked_range.h', |
| 44 'numeric/in_range_cast.h', | 45 'numeric/in_range_cast.h', |
| 45 'numeric/safe_assignment.h', | 46 'numeric/safe_assignment.h', |
| 46 'posix/process_util.h', | 47 'posix/process_util.h', |
| 47 'posix/process_util_mac.cc', | 48 'posix/process_util_mac.cc', |
| 48 'stdlib/cxx.h', | 49 'stdlib/cxx.h', |
| 49 'stdlib/objc.h', | 50 'stdlib/objc.h', |
| 50 'stdlib/strlcpy.cc', | 51 'stdlib/strlcpy.cc', |
| 51 'stdlib/strlcpy.h', | 52 'stdlib/strlcpy.h', |
| 52 ], | 53 ], |
| 53 }, | 54 }, |
| (...skipping 29 matching lines...) Expand all Loading... |
| 83 'include_dirs': [ | 84 'include_dirs': [ |
| 84 '..', | 85 '..', |
| 85 ], | 86 ], |
| 86 'sources': [ | 87 'sources': [ |
| 87 'file/string_file_writer_test.cc', | 88 'file/string_file_writer_test.cc', |
| 88 'mac/launchd_test.mm', | 89 'mac/launchd_test.mm', |
| 89 'mach/task_memory_test.cc', | 90 'mach/task_memory_test.cc', |
| 90 'misc/initialization_state_dcheck_test.cc', | 91 'misc/initialization_state_dcheck_test.cc', |
| 91 'misc/initialization_state_test.cc', | 92 'misc/initialization_state_test.cc', |
| 92 'misc/uuid_test.cc', | 93 'misc/uuid_test.cc', |
| 94 'numeric/checked_range_test.cc', |
| 93 'numeric/in_range_cast_test.cc', | 95 'numeric/in_range_cast_test.cc', |
| 94 'posix/process_util_test.cc', | 96 'posix/process_util_test.cc', |
| 95 'stdlib/strlcpy_test.cc', | 97 'stdlib/strlcpy_test.cc', |
| 96 ], | 98 ], |
| 97 }, | 99 }, |
| 98 ], | 100 ], |
| 99 } | 101 } |
| OLD | NEW |