Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Side by Side Diff: handler/handler_test.gyp

Issue 1213723004: Implement a Windows crash client registrar. (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@child_process
Patch Set: More self-review. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « handler/handler.gyp ('k') | handler/win/registrar.h » ('j') | handler/win/registrar.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698