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

Side by Side Diff: handler/handler_test.gyp

Issue 1301853002: win: Crash handler server (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: oops Created 5 years, 3 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
« no previous file with comments | « handler/handler.gyp ('k') | handler/win/registration_pipe_state.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 The Crashpad Authors. All rights reserved.
2 #
3 # Licensed under the Apache License, Version 2.0 (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
6 #
7 # http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 {
16 'includes': [
17 '../build/crashpad.gypi',
18 ],
19 'targets': [],
20 'conditions': [
21 ['OS=="win"', {
22 'targets': [
23 {
24 'target_name': 'crashpad_handler_test',
25 'type': 'executable',
26 'dependencies': [
27 'handler.gyp:crashpad_handler',
28 '../compat/compat.gyp:crashpad_compat',
29 '../test/test.gyp:crashpad_test',
30 '../third_party/gtest/gtest.gyp:gtest',
31 '../third_party/gtest/gtest.gyp:gtest_main',
32 '../third_party/mini_chromium/mini_chromium.gyp:base',
33 '../util/util.gyp:crashpad_util',
34 ],
35 'include_dirs': [
36 '..',
37 ],
38 'sources': [
39 'win/registration_pipe_state_test.cc',
40 'win/registration_server_test.cc',
41 'win/registration_test_base.cc',
42 'win/registration_test_base.h',
43 ],
44 },
45 ],
46 }],
47 ],
48 }
OLDNEW
« no previous file with comments | « handler/handler.gyp ('k') | handler/win/registration_pipe_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698