| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 }, | 50 }, |
| 51 { | 51 { |
| 52 'target_name': 'crashpad_snapshot_test', | 52 'target_name': 'crashpad_snapshot_test', |
| 53 'type': 'executable', | 53 'type': 'executable', |
| 54 'dependencies': [ | 54 'dependencies': [ |
| 55 'crashpad_snapshot_test_module', | 55 'crashpad_snapshot_test_module', |
| 56 'snapshot.gyp:crashpad_snapshot', | 56 'snapshot.gyp:crashpad_snapshot', |
| 57 'snapshot.gyp:crashpad_snapshot_api', | 57 'snapshot.gyp:crashpad_snapshot_api', |
| 58 '../client/client.gyp:crashpad_client', | 58 '../client/client.gyp:crashpad_client', |
| 59 '../compat/compat.gyp:crashpad_compat', | 59 '../compat/compat.gyp:crashpad_compat', |
| 60 '../test/test.gyp:crashpad_gtest_main', |
| 60 '../test/test.gyp:crashpad_test', | 61 '../test/test.gyp:crashpad_test', |
| 61 '../third_party/gtest/gtest.gyp:gtest', | 62 '../third_party/gtest/gtest.gyp:gtest', |
| 62 '../third_party/gtest/gtest.gyp:gtest_main', | |
| 63 '../third_party/mini_chromium/mini_chromium.gyp:base', | 63 '../third_party/mini_chromium/mini_chromium.gyp:base', |
| 64 '../util/util.gyp:crashpad_util', | 64 '../util/util.gyp:crashpad_util', |
| 65 ], | 65 ], |
| 66 'include_dirs': [ | 66 'include_dirs': [ |
| 67 '..', | 67 '..', |
| 68 ], | 68 ], |
| 69 'sources': [ | 69 'sources': [ |
| 70 'cpu_context_test.cc', | 70 'cpu_context_test.cc', |
| 71 'crashpad_info_client_options_test.cc', | 71 'crashpad_info_client_options_test.cc', |
| 72 'api/module_annotations_win_test.cc', | 72 'api/module_annotations_win_test.cc', |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 '../third_party/mini_chromium/mini_chromium.gyp:base', | 219 '../third_party/mini_chromium/mini_chromium.gyp:base', |
| 220 ], | 220 ], |
| 221 'sources': [ | 221 'sources': [ |
| 222 'win/crashpad_snapshot_test_simple_annotations.cc', | 222 'win/crashpad_snapshot_test_simple_annotations.cc', |
| 223 ], | 223 ], |
| 224 }, | 224 }, |
| 225 ], | 225 ], |
| 226 }], | 226 }], |
| 227 ], | 227 ], |
| 228 } | 228 } |
| OLD | NEW |