| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 'mac/scoped_aedesc.h', | 153 'mac/scoped_aedesc.h', |
| 154 'mac/scoped_cftyperef.h', | 154 'mac/scoped_cftyperef.h', |
| 155 'mac/scoped_nsautorelease_pool.h', | 155 'mac/scoped_nsautorelease_pool.h', |
| 156 'mac/scoped_nsautorelease_pool.mm', | 156 'mac/scoped_nsautorelease_pool.mm', |
| 157 'mac/scoped_nsexception_enabler.h', | 157 'mac/scoped_nsexception_enabler.h', |
| 158 'mac/scoped_nsexception_enabler.mm', | 158 'mac/scoped_nsexception_enabler.mm', |
| 159 'mach_ipc_mac.h', | 159 'mach_ipc_mac.h', |
| 160 'mach_ipc_mac.mm', | 160 'mach_ipc_mac.mm', |
| 161 'memory/linked_ptr.h', | 161 'memory/linked_ptr.h', |
| 162 'memory/mru_cache.h', | 162 'memory/mru_cache.h', |
| 163 'memory/pass_scoped_ptr.h', |
| 163 'memory/raw_scoped_refptr_mismatch_checker.h', | 164 'memory/raw_scoped_refptr_mismatch_checker.h', |
| 164 'memory/ref_counted.cc', | 165 'memory/ref_counted.cc', |
| 165 'memory/ref_counted.h', | 166 'memory/ref_counted.h', |
| 166 'memory/ref_counted_memory.cc', | 167 'memory/ref_counted_memory.cc', |
| 167 'memory/ref_counted_memory.h', | 168 'memory/ref_counted_memory.h', |
| 168 'memory/scoped_callback_factory.h', | 169 'memory/scoped_callback_factory.h', |
| 169 'memory/scoped_handle.h', | 170 'memory/scoped_handle.h', |
| 170 'memory/scoped_nsobject.h', | 171 'memory/scoped_nsobject.h', |
| 171 'memory/scoped_open_process.h', | 172 'memory/scoped_open_process.h', |
| 172 'memory/scoped_ptr.h', | 173 'memory/scoped_ptr.h', |
| (...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 831 'third_party/xdg_mime/xdgmimemagic.c', | 832 'third_party/xdg_mime/xdgmimemagic.c', |
| 832 'third_party/xdg_mime/xdgmimemagic.h', | 833 'third_party/xdg_mime/xdgmimemagic.h', |
| 833 'third_party/xdg_mime/xdgmimeparent.c', | 834 'third_party/xdg_mime/xdgmimeparent.c', |
| 834 'third_party/xdg_mime/xdgmimeparent.h', | 835 'third_party/xdg_mime/xdgmimeparent.h', |
| 835 ], | 836 ], |
| 836 }, | 837 }, |
| 837 ], | 838 ], |
| 838 }], | 839 }], |
| 839 ], | 840 ], |
| 840 } | 841 } |
| OLD | NEW |