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

Side by Side Diff: util/util.gyp

Issue 1422503015: win: Add HandleToInt() and IntToHandle() (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Add a comment about the choice of int over unsigned int Created 5 years, 1 month 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 | « test/win/win_child_process.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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'win/capture_context.h', 153 'win/capture_context.h',
154 'win/checked_win_address_range.h', 154 'win/checked_win_address_range.h',
155 'win/command_line.cc', 155 'win/command_line.cc',
156 'win/command_line.h', 156 'win/command_line.h',
157 'win/critical_section_with_debug_info.cc', 157 'win/critical_section_with_debug_info.cc',
158 'win/critical_section_with_debug_info.h', 158 'win/critical_section_with_debug_info.h',
159 'win/exception_handler_server.cc', 159 'win/exception_handler_server.cc',
160 'win/exception_handler_server.h', 160 'win/exception_handler_server.h',
161 'win/get_function.cc', 161 'win/get_function.cc',
162 'win/get_function.h', 162 'win/get_function.h',
163 'win/handle.cc',
164 'win/handle.h',
163 'win/module_version.cc', 165 'win/module_version.cc',
164 'win/module_version.h', 166 'win/module_version.h',
165 'win/nt_internals.cc', 167 'win/nt_internals.cc',
166 'win/nt_internals.h', 168 'win/nt_internals.h',
167 'win/ntstatus_logging.cc', 169 'win/ntstatus_logging.cc',
168 'win/ntstatus_logging.h', 170 'win/ntstatus_logging.h',
169 'win/process_info.cc', 171 'win/process_info.cc',
170 'win/process_info.h', 172 'win/process_info.h',
171 'win/process_structs.h', 173 'win/process_structs.h',
172 'win/registration_protocol_win.cc', 174 'win/registration_protocol_win.cc',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'UseSafeExceptionHandlers': 'true', 260 'UseSafeExceptionHandlers': 'true',
259 }, 261 },
260 }, 262 },
261 }], 263 }],
262 ], 264 ],
263 }], 265 }],
264 ], 266 ],
265 }, 267 },
266 ], 268 ],
267 } 269 }
OLDNEW
« no previous file with comments | « test/win/win_child_process.cc ('k') | util/util_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698