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 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 'linked_list.h', | 104 'linked_list.h', |
105 'linked_ptr.h', | 105 'linked_ptr.h', |
106 'lock.cc', | 106 'lock.cc', |
107 'lock.h', | 107 'lock.h', |
108 'lock_impl.h', | 108 'lock_impl.h', |
109 'lock_impl_posix.cc', | 109 'lock_impl_posix.cc', |
110 'lock_impl_win.cc', | 110 'lock_impl_win.cc', |
111 'logging.cc', | 111 'logging.cc', |
112 'logging.h', | 112 'logging.h', |
113 'logging_win.cc', | 113 'logging_win.cc', |
114 'mac_util.h', | |
115 'mac_util.mm', | |
116 'mac/cocoa_protocols.h', | 114 'mac/cocoa_protocols.h', |
| 115 'mac/mac_util.h', |
| 116 'mac/mac_util.mm', |
117 'mac/os_crash_dumps.cc', | 117 'mac/os_crash_dumps.cc', |
118 'mac/os_crash_dumps.h', | 118 'mac/os_crash_dumps.h', |
119 'mac/scoped_aedesc.h', | 119 'mac/scoped_aedesc.h', |
120 'mac/scoped_cftyperef.h', | 120 'mac/scoped_cftyperef.h', |
121 'mac/scoped_nsautorelease_pool.h', | 121 'mac/scoped_nsautorelease_pool.h', |
122 'mac/scoped_nsautorelease_pool.mm', | 122 'mac/scoped_nsautorelease_pool.mm', |
123 'mach_ipc_mac.h', | 123 'mach_ipc_mac.h', |
124 'mach_ipc_mac.mm', | 124 'mach_ipc_mac.mm', |
125 'memory_debug.cc', | 125 'memory_debug.cc', |
126 'memory_debug.h', | 126 'memory_debug.h', |
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
728 'third_party/xdg_mime/xdgmimemagic.c', | 728 'third_party/xdg_mime/xdgmimemagic.c', |
729 'third_party/xdg_mime/xdgmimemagic.h', | 729 'third_party/xdg_mime/xdgmimemagic.h', |
730 'third_party/xdg_mime/xdgmimeparent.c', | 730 'third_party/xdg_mime/xdgmimeparent.c', |
731 'third_party/xdg_mime/xdgmimeparent.h', | 731 'third_party/xdg_mime/xdgmimeparent.h', |
732 ], | 732 ], |
733 }, | 733 }, |
734 ], | 734 ], |
735 }], | 735 }], |
736 ], | 736 ], |
737 } | 737 } |
OLD | NEW |