OLD | NEW |
1 # Copyright 2015 The Crashpad Authors. All rights reserved. | 1 # Copyright 2015 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 '../test/test.gyp:crashpad_test', | 29 '../test/test.gyp:crashpad_test', |
30 '../third_party/gtest/gtest.gyp:gtest', | 30 '../third_party/gtest/gtest.gyp:gtest', |
31 '../third_party/gtest/gtest.gyp:gtest_main', | 31 '../third_party/gtest/gtest.gyp:gtest_main', |
32 '../third_party/mini_chromium/mini_chromium.gyp:base', | 32 '../third_party/mini_chromium/mini_chromium.gyp:base', |
33 '../util/util.gyp:crashpad_util', | 33 '../util/util.gyp:crashpad_util', |
34 ], | 34 ], |
35 'include_dirs': [ | 35 'include_dirs': [ |
36 '..', | 36 '..', |
37 ], | 37 ], |
38 'sources': [ | 38 'sources': [ |
| 39 'win/registrar_test.cc', |
39 'win/registration_pipe_state_test.cc', | 40 'win/registration_pipe_state_test.cc', |
40 'win/registration_server_test.cc', | 41 'win/registration_server_test.cc', |
41 'win/registration_test_base.cc', | 42 'win/registration_test_base.cc', |
42 'win/registration_test_base.h', | 43 'win/registration_test_base.h', |
43 ], | 44 ], |
44 }, | 45 }, |
45 ], | 46 ], |
46 }], | 47 }], |
47 ], | 48 ], |
48 } | 49 } |
OLD | NEW |