| 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, |
| 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 # See the License for the specific language governing permissions and | 12 # See the License for the specific language governing permissions and |
| 13 # limitations under the License. | 13 # limitations under the License. |
| 14 | 14 |
| 15 { | 15 { |
| 16 'includes': [ | 16 'includes': [ |
| 17 '../build/crashpad.gypi', | 17 '../build/crashpad.gypi', |
| 18 ], | 18 ], |
| 19 'targets': [ | 19 'targets': [ |
| 20 { | 20 { |
| 21 'target_name': 'crashpad_snapshot', | 21 'target_name': 'crashpad_snapshot', |
| 22 'type': 'static_library', | 22 'type': 'static_library', |
| 23 'dependencies': [ | 23 'dependencies': [ |
| 24 '../client/client.gyp:crashpad_client', | 24 '../client/client.gyp:crashpad_client', |
| 25 '../compat/compat.gyp:crashpad_compat', | 25 '../compat/compat.gyp:crashpad_compat', |
| 26 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', | 26 '../third_party/mini_chromium/mini_chromium.gyp:base', |
| 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 'cpu_architecture.h', | 33 'cpu_architecture.h', |
| 34 'cpu_context.cc', | 34 'cpu_context.cc', |
| 35 'cpu_context.h', | 35 'cpu_context.h', |
| 36 'exception_snapshot.h', | 36 'exception_snapshot.h', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 }, | 100 }, |
| 101 }], | 101 }], |
| 102 ] | 102 ] |
| 103 }, | 103 }, |
| 104 { | 104 { |
| 105 'target_name': 'crashpad_snapshot_test_lib', | 105 'target_name': 'crashpad_snapshot_test_lib', |
| 106 'type': 'static_library', | 106 'type': 'static_library', |
| 107 'dependencies': [ | 107 'dependencies': [ |
| 108 'crashpad_snapshot', | 108 'crashpad_snapshot', |
| 109 '../compat/compat.gyp:crashpad_compat', | 109 '../compat/compat.gyp:crashpad_compat', |
| 110 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', | 110 '../third_party/mini_chromium/mini_chromium.gyp:base', |
| 111 '../util/util.gyp:crashpad_util', | 111 '../util/util.gyp:crashpad_util', |
| 112 ], | 112 ], |
| 113 'include_dirs': [ | 113 'include_dirs': [ |
| 114 '..', | 114 '..', |
| 115 ], | 115 ], |
| 116 'sources': [ | 116 'sources': [ |
| 117 'test/test_cpu_context.cc', | 117 'test/test_cpu_context.cc', |
| 118 'test/test_cpu_context.h', | 118 'test/test_cpu_context.h', |
| 119 'test/test_exception_snapshot.cc', | 119 'test/test_exception_snapshot.cc', |
| 120 'test/test_exception_snapshot.h', | 120 'test/test_exception_snapshot.h', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 132 }, | 132 }, |
| 133 { | 133 { |
| 134 'target_name': 'crashpad_snapshot_test', | 134 'target_name': 'crashpad_snapshot_test', |
| 135 'type': 'executable', | 135 'type': 'executable', |
| 136 'dependencies': [ | 136 'dependencies': [ |
| 137 'crashpad_snapshot', | 137 'crashpad_snapshot', |
| 138 '../client/client.gyp:crashpad_client', | 138 '../client/client.gyp:crashpad_client', |
| 139 '../compat/compat.gyp:crashpad_compat', | 139 '../compat/compat.gyp:crashpad_compat', |
| 140 '../third_party/gtest/gtest.gyp:gtest', | 140 '../third_party/gtest/gtest.gyp:gtest', |
| 141 '../third_party/gtest/gtest.gyp:gtest_main', | 141 '../third_party/gtest/gtest.gyp:gtest_main', |
| 142 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', | 142 '../third_party/mini_chromium/mini_chromium.gyp:base', |
| 143 '../util/util.gyp:crashpad_util', | 143 '../util/util.gyp:crashpad_util', |
| 144 '../util/util.gyp:crashpad_util_test_lib', | 144 '../util/util.gyp:crashpad_util_test_lib', |
| 145 ], | 145 ], |
| 146 'include_dirs': [ | 146 'include_dirs': [ |
| 147 '..', | 147 '..', |
| 148 ], | 148 ], |
| 149 'sources': [ | 149 'sources': [ |
| 150 'cpu_context_test.cc', | 150 'cpu_context_test.cc', |
| 151 'mac/cpu_context_mac_test.cc', | 151 'mac/cpu_context_mac_test.cc', |
| 152 'mac/mach_o_image_annotations_reader_test.cc', | 152 'mac/mach_o_image_annotations_reader_test.cc', |
| 153 'mac/mach_o_image_reader_test.cc', | 153 'mac/mach_o_image_reader_test.cc', |
| 154 'mac/mach_o_image_segment_reader_test.cc', | 154 'mac/mach_o_image_segment_reader_test.cc', |
| 155 'mac/process_reader_test.cc', | 155 'mac/process_reader_test.cc', |
| 156 'mac/process_types_test.cc', | 156 'mac/process_types_test.cc', |
| 157 'mac/system_snapshot_mac_test.cc', | 157 'mac/system_snapshot_mac_test.cc', |
| 158 'minidump/process_snapshot_minidump_test.cc', | 158 'minidump/process_snapshot_minidump_test.cc', |
| 159 'win/system_snapshot_win_test.cc', | 159 'win/system_snapshot_win_test.cc', |
| 160 ], | 160 ], |
| 161 }, | 161 }, |
| 162 ], | 162 ], |
| 163 } | 163 } |
| OLD | NEW |