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

Side by Side Diff: client/client.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 | « build/run_tests.py ('k') | client/crashpad_client_win.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 22 matching lines...) Expand all
33 'capture_context_mac.h', 33 'capture_context_mac.h',
34 'crash_report_database.cc', 34 'crash_report_database.cc',
35 'crash_report_database.h', 35 'crash_report_database.h',
36 'crash_report_database_mac.mm', 36 'crash_report_database_mac.mm',
37 'crash_report_database_win.cc', 37 'crash_report_database_win.cc',
38 'crashpad_client.h', 38 'crashpad_client.h',
39 'crashpad_client_mac.cc', 39 'crashpad_client_mac.cc',
40 'crashpad_client_win.cc', 40 'crashpad_client_win.cc',
41 'crashpad_info.cc', 41 'crashpad_info.cc',
42 'crashpad_info.h', 42 'crashpad_info.h',
43 'registration_protocol_win.h',
44 'settings.cc', 43 'settings.cc',
45 'settings.h', 44 'settings.h',
46 'simple_string_dictionary.cc', 45 'simple_string_dictionary.cc',
47 'simple_string_dictionary.h', 46 'simple_string_dictionary.h',
48 'simulate_crash.h', 47 'simulate_crash.h',
49 'simulate_crash_mac.cc', 48 'simulate_crash_mac.cc',
50 'simulate_crash_mac.h', 49 'simulate_crash_mac.h',
51 ], 50 ],
52 'conditions': [ 51 'conditions': [
53 ['OS=="win"', { 52 ['OS=="win"', {
54 'link_settings': { 53 'link_settings': {
55 'libraries': [ 54 'libraries': [
56 '-lrpcrt4.lib', 55 '-lrpcrt4.lib',
57 ], 56 ],
58 }, 57 },
59 }], 58 }],
60 ], 59 ],
61 'direct_dependent_settings': { 60 'direct_dependent_settings': {
62 'include_dirs': [ 61 'include_dirs': [
63 '..', 62 '..',
64 ], 63 ],
65 }, 64 },
66 }, 65 },
67 ], 66 ],
68 } 67 }
OLDNEW
« no previous file with comments | « build/run_tests.py ('k') | client/crashpad_client_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698