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

Side by Side Diff: base/base.gypi

Issue 7038010: [Mac] Allow NSExceptions in certain cases. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Oh, clang, you crazy fox. Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/mac/scoped_nsexception_enabler.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 'mac/mac_util.h', 120 'mac/mac_util.h',
121 'mac/mac_util.mm', 121 'mac/mac_util.mm',
122 'mac/objc_property_releaser.h', 122 'mac/objc_property_releaser.h',
123 'mac/objc_property_releaser.mm', 123 'mac/objc_property_releaser.mm',
124 'mac/os_crash_dumps.cc', 124 'mac/os_crash_dumps.cc',
125 'mac/os_crash_dumps.h', 125 'mac/os_crash_dumps.h',
126 'mac/scoped_aedesc.h', 126 'mac/scoped_aedesc.h',
127 'mac/scoped_cftyperef.h', 127 'mac/scoped_cftyperef.h',
128 'mac/scoped_nsautorelease_pool.h', 128 'mac/scoped_nsautorelease_pool.h',
129 'mac/scoped_nsautorelease_pool.mm', 129 'mac/scoped_nsautorelease_pool.mm',
130 'mac/scoped_nsexception_enabler.h',
131 'mac/scoped_nsexception_enabler.mm',
130 'mach_ipc_mac.h', 132 'mach_ipc_mac.h',
131 'mach_ipc_mac.mm', 133 'mach_ipc_mac.mm',
132 'memory/linked_ptr.h', 134 'memory/linked_ptr.h',
133 'memory/memory_debug.cc', 135 'memory/memory_debug.cc',
134 'memory/memory_debug.h', 136 'memory/memory_debug.h',
135 'memory/mru_cache.h', 137 'memory/mru_cache.h',
136 'memory/raw_scoped_refptr_mismatch_checker.h', 138 'memory/raw_scoped_refptr_mismatch_checker.h',
137 'memory/ref_counted.cc', 139 'memory/ref_counted.cc',
138 'memory/ref_counted.h', 140 'memory/ref_counted.h',
139 'memory/ref_counted_memory.cc', 141 'memory/ref_counted_memory.cc',
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 'third_party/xdg_mime/xdgmimemagic.c', 688 'third_party/xdg_mime/xdgmimemagic.c',
687 'third_party/xdg_mime/xdgmimemagic.h', 689 'third_party/xdg_mime/xdgmimemagic.h',
688 'third_party/xdg_mime/xdgmimeparent.c', 690 'third_party/xdg_mime/xdgmimeparent.c',
689 'third_party/xdg_mime/xdgmimeparent.h', 691 'third_party/xdg_mime/xdgmimeparent.h',
690 ], 692 ],
691 }, 693 },
692 ], 694 ],
693 }], 695 }],
694 ], 696 ],
695 } 697 }
OLDNEW
« no previous file with comments | « no previous file | base/mac/scoped_nsexception_enabler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698