| 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 'mac/mac_util.h', | 118 'mac/mac_util.h', |
| 119 'mac/mac_util.mm', | 119 'mac/mac_util.mm', |
| 120 'mac/objc_property_releaser.h', | 120 'mac/objc_property_releaser.h', |
| 121 'mac/objc_property_releaser.mm', | 121 'mac/objc_property_releaser.mm', |
| 122 'mac/os_crash_dumps.cc', | 122 'mac/os_crash_dumps.cc', |
| 123 'mac/os_crash_dumps.h', | 123 'mac/os_crash_dumps.h', |
| 124 'mac/scoped_aedesc.h', | 124 'mac/scoped_aedesc.h', |
| 125 'mac/scoped_cftyperef.h', | 125 'mac/scoped_cftyperef.h', |
| 126 'mac/scoped_nsautorelease_pool.h', | 126 'mac/scoped_nsautorelease_pool.h', |
| 127 'mac/scoped_nsautorelease_pool.mm', | 127 'mac/scoped_nsautorelease_pool.mm', |
| 128 'mac/scoped_nsexception_enabler.h', |
| 129 'mac/scoped_nsexception_enabler.mm', |
| 128 'mach_ipc_mac.h', | 130 'mach_ipc_mac.h', |
| 129 'mach_ipc_mac.mm', | 131 'mach_ipc_mac.mm', |
| 130 'memory/linked_ptr.h', | 132 'memory/linked_ptr.h', |
| 131 'memory/memory_debug.cc', | 133 'memory/memory_debug.cc', |
| 132 'memory/memory_debug.h', | 134 'memory/memory_debug.h', |
| 133 'memory/mru_cache.h', | 135 'memory/mru_cache.h', |
| 134 'memory/raw_scoped_refptr_mismatch_checker.h', | 136 'memory/raw_scoped_refptr_mismatch_checker.h', |
| 135 'memory/ref_counted.cc', | 137 'memory/ref_counted.cc', |
| 136 'memory/ref_counted.h', | 138 'memory/ref_counted.h', |
| 137 'memory/ref_counted_memory.cc', | 139 'memory/ref_counted_memory.cc', |
| (...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 679 'third_party/xdg_mime/xdgmimemagic.c', | 681 'third_party/xdg_mime/xdgmimemagic.c', |
| 680 'third_party/xdg_mime/xdgmimemagic.h', | 682 'third_party/xdg_mime/xdgmimemagic.h', |
| 681 'third_party/xdg_mime/xdgmimeparent.c', | 683 'third_party/xdg_mime/xdgmimeparent.c', |
| 682 'third_party/xdg_mime/xdgmimeparent.h', | 684 'third_party/xdg_mime/xdgmimeparent.h', |
| 683 ], | 685 ], |
| 684 }, | 686 }, |
| 685 ], | 687 ], |
| 686 }], | 688 }], |
| 687 ], | 689 ], |
| 688 } | 690 } |
| OLD | NEW |