OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'base_extra_target': 0, | 9 'base_extra_target': 0, |
10 }, | 10 }, |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 'lock.cc', | 111 'lock.cc', |
112 'lock.h', | 112 'lock.h', |
113 'lock_impl.h', | 113 'lock_impl.h', |
114 'lock_impl_posix.cc', | 114 'lock_impl_posix.cc', |
115 'lock_impl_win.cc', | 115 'lock_impl_win.cc', |
116 'logging.cc', | 116 'logging.cc', |
117 'logging.h', | 117 'logging.h', |
118 'logging_win.cc', | 118 'logging_win.cc', |
119 'mac_util.h', | 119 'mac_util.h', |
120 'mac_util.mm', | 120 'mac_util.mm', |
| 121 'mac/scoped_aedesc.h', |
| 122 'mac/scoped_nsautorelease_pool.h', |
| 123 'mac/scoped_nsautorelease_pool.mm', |
121 'mach_ipc_mac.h', | 124 'mach_ipc_mac.h', |
122 'mach_ipc_mac.mm', | 125 'mach_ipc_mac.mm', |
123 'memory_debug.cc', | 126 'memory_debug.cc', |
124 'memory_debug.h', | 127 'memory_debug.h', |
125 'message_loop.cc', | 128 'message_loop.cc', |
126 'message_loop.h', | 129 'message_loop.h', |
127 'message_loop_proxy.cc', | 130 'message_loop_proxy.cc', |
128 'message_loop_proxy.h', | 131 'message_loop_proxy.h', |
129 'message_loop_proxy_impl.cc', | 132 'message_loop_proxy_impl.cc', |
130 'message_loop_proxy_impl.h', | 133 'message_loop_proxy_impl.h', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 'rand_util_win.cc', | 187 'rand_util_win.cc', |
185 'raw_scoped_refptr_mismatch_checker.h', | 188 'raw_scoped_refptr_mismatch_checker.h', |
186 'ref_counted.cc', | 189 'ref_counted.cc', |
187 'ref_counted.h', | 190 'ref_counted.h', |
188 'ref_counted_memory.cc', | 191 'ref_counted_memory.cc', |
189 'ref_counted_memory.h', | 192 'ref_counted_memory.h', |
190 'resource_util.cc', | 193 'resource_util.cc', |
191 'resource_util.h', | 194 'resource_util.h', |
192 'safe_strerror_posix.cc', | 195 'safe_strerror_posix.cc', |
193 'safe_strerror_posix.h', | 196 'safe_strerror_posix.h', |
194 'scoped_aedesc.h', | |
195 'scoped_callback_factory.h', | 197 'scoped_callback_factory.h', |
196 'scoped_cftyperef.h', | 198 'scoped_cftyperef.h', |
197 'scoped_handle.h', | 199 'scoped_handle.h', |
198 'scoped_nsautorelease_pool.h', | |
199 'scoped_nsautorelease_pool.mm', | |
200 'scoped_nsdisable_screen_updates.h', | |
201 'scoped_nsobject.h', | 200 'scoped_nsobject.h', |
202 'scoped_open_process.h', | 201 'scoped_open_process.h', |
203 'scoped_ptr.h', | 202 'scoped_ptr.h', |
204 'scoped_temp_dir.cc', | 203 'scoped_temp_dir.cc', |
205 'scoped_temp_dir.h', | 204 'scoped_temp_dir.h', |
206 'scoped_vector.h', | 205 'scoped_vector.h', |
207 'sha1.h', | 206 'sha1.h', |
208 'sha1_portable.cc', | 207 'sha1_portable.cc', |
209 'sha1_win.cc', | 208 'sha1_win.cc', |
210 'shared_memory.h', | 209 'shared_memory.h', |
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
751 'third_party/xdg_mime/xdgmimemagic.c', | 750 'third_party/xdg_mime/xdgmimemagic.c', |
752 'third_party/xdg_mime/xdgmimemagic.h', | 751 'third_party/xdg_mime/xdgmimemagic.h', |
753 'third_party/xdg_mime/xdgmimeparent.c', | 752 'third_party/xdg_mime/xdgmimeparent.c', |
754 'third_party/xdg_mime/xdgmimeparent.h', | 753 'third_party/xdg_mime/xdgmimeparent.h', |
755 ], | 754 ], |
756 }, | 755 }, |
757 ], | 756 ], |
758 }], | 757 }], |
759 ], | 758 ], |
760 } | 759 } |
OLD | NEW |