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

Side by Side Diff: base/base.gypi

Issue 11188003: Fix some potential Mach port leaks from mach_host_self using a new ScopedMachPort class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/mac/scoped_mach_port.h » ('j') | base/mac/scoped_mach_port.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'mac/mac_util.mm', 209 'mac/mac_util.mm',
210 'mac/objc_property_releaser.h', 210 'mac/objc_property_releaser.h',
211 'mac/objc_property_releaser.mm', 211 'mac/objc_property_releaser.mm',
212 'mac/os_crash_dumps.cc', 212 'mac/os_crash_dumps.cc',
213 'mac/os_crash_dumps.h', 213 'mac/os_crash_dumps.h',
214 'mac/scoped_aedesc.h', 214 'mac/scoped_aedesc.h',
215 'mac/scoped_authorizationref.h', 215 'mac/scoped_authorizationref.h',
216 'mac/scoped_cftyperef.h', 216 'mac/scoped_cftyperef.h',
217 'mac/scoped_ioobject.h', 217 'mac/scoped_ioobject.h',
218 'mac/scoped_launch_data.h', 218 'mac/scoped_launch_data.h',
219 'mac/scoped_mach_port.h',
219 'mac/scoped_nsautorelease_pool.h', 220 'mac/scoped_nsautorelease_pool.h',
220 'mac/scoped_nsautorelease_pool.mm', 221 'mac/scoped_nsautorelease_pool.mm',
221 'mac/scoped_nsexception_enabler.h', 222 'mac/scoped_nsexception_enabler.h',
222 'mac/scoped_nsexception_enabler.mm', 223 'mac/scoped_nsexception_enabler.mm',
223 'mac/scoped_sending_event.h', 224 'mac/scoped_sending_event.h',
224 'mac/scoped_sending_event.mm', 225 'mac/scoped_sending_event.mm',
225 'mach_ipc_mac.h', 226 'mach_ipc_mac.h',
226 'mach_ipc_mac.mm', 227 'mach_ipc_mac.mm',
227 'memory/aligned_memory.cc', 228 'memory/aligned_memory.cc',
228 'memory/aligned_memory.h', 229 'memory/aligned_memory.h',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 # Remove all unnecessary files for build_nexe.py to avoid exceeding 704 # Remove all unnecessary files for build_nexe.py to avoid exceeding
704 # command-line-string limitation when building NaCl on Windows. 705 # command-line-string limitation when building NaCl on Windows.
705 ['OS == "win" and >(nacl_untrusted_build)==1', { 706 ['OS == "win" and >(nacl_untrusted_build)==1', {
706 'sources/': [ ['exclude', '\\.h$'] ], 707 'sources/': [ ['exclude', '\\.h$'] ],
707 }], 708 }],
708 ], 709 ],
709 }], 710 }],
710 ], 711 ],
711 }, 712 },
712 } 713 }
OLDNEW
« no previous file with comments | « no previous file | base/mac/scoped_mach_port.h » ('j') | base/mac/scoped_mach_port.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698