| 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 'mac/process_reader.cc', |
| 42 'mac/process_reader.h', |
| 41 'mach/bootstrap.cc', | 43 'mach/bootstrap.cc', |
| 42 'mach/bootstrap.h', | 44 'mach/bootstrap.h', |
| 43 'mach/task_memory.cc', | 45 'mach/task_memory.cc', |
| 44 'mach/task_memory.h', | 46 'mach/task_memory.h', |
| 45 'misc/initialization_state.h', | 47 'misc/initialization_state.h', |
| 46 'misc/initialization_state_dcheck.cc', | 48 'misc/initialization_state_dcheck.cc', |
| 47 'misc/initialization_state_dcheck.h', | 49 'misc/initialization_state_dcheck.h', |
| 48 'misc/uuid.cc', | 50 'misc/uuid.cc', |
| 49 'misc/uuid.h', | 51 'misc/uuid.h', |
| 50 'numeric/checked_range.h', | 52 'numeric/checked_range.h', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 '../third_party/gtest/gtest.gyp:gtest_main', | 97 '../third_party/gtest/gtest.gyp:gtest_main', |
| 96 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', | 98 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', |
| 97 ], | 99 ], |
| 98 'include_dirs': [ | 100 'include_dirs': [ |
| 99 '..', | 101 '..', |
| 100 ], | 102 ], |
| 101 'sources': [ | 103 'sources': [ |
| 102 'file/string_file_writer_test.cc', | 104 'file/string_file_writer_test.cc', |
| 103 'mac/launchd_test.mm', | 105 'mac/launchd_test.mm', |
| 104 'mac/mac_util_test.mm', | 106 'mac/mac_util_test.mm', |
| 107 'mac/process_reader_test.cc', |
| 105 'mac/service_management_test.mm', | 108 'mac/service_management_test.mm', |
| 106 'mach/bootstrap_test.cc', | 109 'mach/bootstrap_test.cc', |
| 107 'mach/task_memory_test.cc', | 110 'mach/task_memory_test.cc', |
| 108 'misc/initialization_state_dcheck_test.cc', | 111 'misc/initialization_state_dcheck_test.cc', |
| 109 'misc/initialization_state_test.cc', | 112 'misc/initialization_state_test.cc', |
| 110 'misc/uuid_test.cc', | 113 'misc/uuid_test.cc', |
| 111 'numeric/checked_range_test.cc', | 114 'numeric/checked_range_test.cc', |
| 112 'numeric/in_range_cast_test.cc', | 115 'numeric/in_range_cast_test.cc', |
| 113 'posix/process_util_test.cc', | 116 'posix/process_util_test.cc', |
| 114 'stdlib/strlcpy_test.cc', | 117 'stdlib/strlcpy_test.cc', |
| 115 'test/mac/mach_multiprocess_test.cc', | 118 'test/mac/mach_multiprocess_test.cc', |
| 116 ], | 119 ], |
| 117 }, | 120 }, |
| 118 ], | 121 ], |
| 119 } | 122 } |
| OLD | NEW |