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

Side by Side Diff: util/util.gyp

Issue 1052813002: win: make CrashpadInfo retrievable (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: more fixes Created 5 years, 7 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 | « util/numeric/checked_address_range_test.cc ('k') | util/util_test.gyp » ('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 23 matching lines...) Expand all
34 'file/file_io_posix.cc', 34 'file/file_io_posix.cc',
35 'file/file_io_win.cc', 35 'file/file_io_win.cc',
36 'file/file_reader.cc', 36 'file/file_reader.cc',
37 'file/file_reader.h', 37 'file/file_reader.h',
38 'file/file_seeker.cc', 38 'file/file_seeker.cc',
39 'file/file_seeker.h', 39 'file/file_seeker.h',
40 'file/file_writer.cc', 40 'file/file_writer.cc',
41 'file/file_writer.h', 41 'file/file_writer.h',
42 'file/string_file.cc', 42 'file/string_file.cc',
43 'file/string_file.h', 43 'file/string_file.h',
44 'mac/checked_mach_address_range.cc',
45 'mac/checked_mach_address_range.h', 44 'mac/checked_mach_address_range.h',
46 'mac/launchd.h', 45 'mac/launchd.h',
47 'mac/launchd.mm', 46 'mac/launchd.mm',
48 'mac/mac_util.cc', 47 'mac/mac_util.cc',
49 'mac/mac_util.h', 48 'mac/mac_util.h',
50 'mac/service_management.cc', 49 'mac/service_management.cc',
51 'mac/service_management.h', 50 'mac/service_management.h',
52 'mac/xattr.cc', 51 'mac/xattr.cc',
53 'mac/xattr.h', 52 'mac/xattr.h',
54 'mach/child_port.defs', 53 'mach/child_port.defs',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'net/http_body.cc', 100 'net/http_body.cc',
102 'net/http_body.h', 101 'net/http_body.h',
103 'net/http_headers.cc', 102 'net/http_headers.cc',
104 'net/http_headers.h', 103 'net/http_headers.h',
105 'net/http_multipart_builder.cc', 104 'net/http_multipart_builder.cc',
106 'net/http_multipart_builder.h', 105 'net/http_multipart_builder.h',
107 'net/http_transport.cc', 106 'net/http_transport.cc',
108 'net/http_transport.h', 107 'net/http_transport.h',
109 'net/http_transport_mac.mm', 108 'net/http_transport_mac.mm',
110 'net/http_transport_win.cc', 109 'net/http_transport_win.cc',
110 'numeric/checked_address_range.cc',
111 'numeric/checked_address_range.h',
111 'numeric/checked_range.h', 112 'numeric/checked_range.h',
112 'numeric/in_range_cast.h', 113 'numeric/in_range_cast.h',
113 'numeric/int128.h', 114 'numeric/int128.h',
114 'numeric/safe_assignment.h', 115 'numeric/safe_assignment.h',
115 'posix/close_multiple.cc', 116 'posix/close_multiple.cc',
116 'posix/close_multiple.h', 117 'posix/close_multiple.h',
117 'posix/close_stdio.cc', 118 'posix/close_stdio.cc',
118 'posix/close_stdio.h', 119 'posix/close_stdio.h',
119 'posix/drop_privileges.cc', 120 'posix/drop_privileges.cc',
120 'posix/drop_privileges.h', 121 'posix/drop_privileges.h',
(...skipping 12 matching lines...) Expand all
133 'stdlib/strnlen.cc', 134 'stdlib/strnlen.cc',
134 'stdlib/strnlen.h', 135 'stdlib/strnlen.h',
135 'string/split_string.cc', 136 'string/split_string.cc',
136 'string/split_string.h', 137 'string/split_string.h',
137 'synchronization/semaphore_mac.cc', 138 'synchronization/semaphore_mac.cc',
138 'synchronization/semaphore_posix.cc', 139 'synchronization/semaphore_posix.cc',
139 'synchronization/semaphore_win.cc', 140 'synchronization/semaphore_win.cc',
140 'synchronization/semaphore.h', 141 'synchronization/semaphore.h',
141 'thread/thread_log_messages.cc', 142 'thread/thread_log_messages.cc',
142 'thread/thread_log_messages.h', 143 'thread/thread_log_messages.h',
144 'win/address_types.h',
145 'win/checked_win_address_range.h',
143 'win/process_info.cc', 146 'win/process_info.cc',
144 'win/process_info.h', 147 'win/process_info.h',
145 'win/process_structs.h', 148 'win/process_structs.h',
146 'win/scoped_handle.cc', 149 'win/scoped_handle.cc',
147 'win/scoped_handle.h', 150 'win/scoped_handle.h',
148 'win/time.cc', 151 'win/time.cc',
149 'win/time.h', 152 'win/time.h',
150 ], 153 ],
151 'conditions': [ 154 'conditions': [
152 ['OS=="mac"', { 155 ['OS=="mac"', {
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'libraries': [ 218 'libraries': [
216 '-lrpcrt4.lib', 219 '-lrpcrt4.lib',
217 '-lwinhttp.lib', 220 '-lwinhttp.lib',
218 ], 221 ],
219 }, 222 },
220 }], 223 }],
221 ], 224 ],
222 }, 225 },
223 ], 226 ],
224 } 227 }
OLDNEW
« no previous file with comments | « util/numeric/checked_address_range_test.cc ('k') | util/util_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698