OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |