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

Side by Side Diff: util/util.gyp

Issue 1343873003: win: Add (currently unused) NTSTATUS_LOG (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: fixes 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 | « no previous file | util/win/ntstatus_logging.h » ('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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'thread/thread_posix.cc', 149 'thread/thread_posix.cc',
150 'thread/thread_win.cc', 150 'thread/thread_win.cc',
151 'win/address_types.h', 151 'win/address_types.h',
152 'win/checked_win_address_range.h', 152 'win/checked_win_address_range.h',
153 'win/exception_handler_server.cc', 153 'win/exception_handler_server.cc',
154 'win/exception_handler_server.h', 154 'win/exception_handler_server.h',
155 'win/module_version.cc', 155 'win/module_version.cc',
156 'win/module_version.h', 156 'win/module_version.h',
157 'win/nt_internals.cc', 157 'win/nt_internals.cc',
158 'win/nt_internals.h', 158 'win/nt_internals.h',
159 'win/ntstatus_logging.cc',
160 'win/ntstatus_logging.h',
159 'win/process_info.cc', 161 'win/process_info.cc',
160 'win/process_info.h', 162 'win/process_info.h',
161 'win/process_structs.h', 163 'win/process_structs.h',
162 'win/registration_protocol_win.cc', 164 'win/registration_protocol_win.cc',
163 'win/registration_protocol_win.h', 165 'win/registration_protocol_win.h',
164 'win/scoped_handle.cc', 166 'win/scoped_handle.cc',
165 'win/scoped_handle.h', 167 'win/scoped_handle.h',
166 'win/scoped_process_suspend.cc', 168 'win/scoped_process_suspend.cc',
167 'win/scoped_process_suspend.h', 169 'win/scoped_process_suspend.h',
168 'win/time.cc', 170 'win/time.cc',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'libraries': [ 238 'libraries': [
237 '-lrpcrt4.lib', 239 '-lrpcrt4.lib',
238 '-lwinhttp.lib', 240 '-lwinhttp.lib',
239 ], 241 ],
240 }, 242 },
241 }], 243 }],
242 ], 244 ],
243 }, 245 },
244 ], 246 ],
245 } 247 }
OLDNEW
« no previous file with comments | « no previous file | util/win/ntstatus_logging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698