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

Side by Side Diff: util/util.gyp

Issue 1405093013: win: Lower integrity level of connection pipe (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: set first_instance when specifying a pipe name 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
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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'win/nt_internals.h', 168 'win/nt_internals.h',
169 'win/ntstatus_logging.cc', 169 'win/ntstatus_logging.cc',
170 'win/ntstatus_logging.h', 170 'win/ntstatus_logging.h',
171 'win/process_info.cc', 171 'win/process_info.cc',
172 'win/process_info.h', 172 'win/process_info.h',
173 'win/process_structs.h', 173 'win/process_structs.h',
174 'win/registration_protocol_win.cc', 174 'win/registration_protocol_win.cc',
175 'win/registration_protocol_win.h', 175 'win/registration_protocol_win.h',
176 'win/scoped_handle.cc', 176 'win/scoped_handle.cc',
177 'win/scoped_handle.h', 177 'win/scoped_handle.h',
178 'win/scoped_local_free.h',
178 'win/scoped_process_suspend.cc', 179 'win/scoped_process_suspend.cc',
179 'win/scoped_process_suspend.h', 180 'win/scoped_process_suspend.h',
180 'win/time.cc', 181 'win/time.cc',
181 'win/time.h', 182 'win/time.h',
182 'win/xp_compat.h', 183 'win/xp_compat.h',
183 ], 184 ],
184 'conditions': [ 185 'conditions': [
185 ['OS=="mac"', { 186 ['OS=="mac"', {
186 'conditions': [ 187 'conditions': [
187 ['GENERATOR=="ninja"', { 188 ['GENERATOR=="ninja"', {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'UseSafeExceptionHandlers': 'true', 261 'UseSafeExceptionHandlers': 'true',
261 }, 262 },
262 }, 263 },
263 }], 264 }],
264 ], 265 ],
265 }], 266 }],
266 ], 267 ],
267 }, 268 },
268 ], 269 ],
269 } 270 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698