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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 'ref_counted_memory.cc', | 179 'ref_counted_memory.cc', |
180 'ref_counted_memory.h', | 180 'ref_counted_memory.h', |
181 'registry.cc', | 181 'registry.cc', |
182 'registry.h', | 182 'registry.h', |
183 'resource_util.cc', | 183 'resource_util.cc', |
184 'resource_util.h', | 184 'resource_util.h', |
185 'safe_strerror_posix.cc', | 185 'safe_strerror_posix.cc', |
186 'safe_strerror_posix.h', | 186 'safe_strerror_posix.h', |
187 'scoped_bstr_win.cc', | 187 'scoped_bstr_win.cc', |
188 'scoped_bstr_win.h', | 188 'scoped_bstr_win.h', |
| 189 'scoped_callback_factory.h', |
189 'scoped_cftyperef.h', | 190 'scoped_cftyperef.h', |
190 'scoped_comptr_win.h', | 191 'scoped_comptr_win.h', |
191 'scoped_handle.h', | 192 'scoped_handle.h', |
192 'scoped_handle_win.h', | 193 'scoped_handle_win.h', |
193 'scoped_nsautorelease_pool.h', | 194 'scoped_nsautorelease_pool.h', |
194 'scoped_nsautorelease_pool.mm', | 195 'scoped_nsautorelease_pool.mm', |
195 'scoped_nsdisable_screen_updates.h', | 196 'scoped_nsdisable_screen_updates.h', |
196 'scoped_nsobject.h', | 197 'scoped_nsobject.h', |
197 'scoped_open_process.h', | 198 'scoped_open_process.h', |
198 'scoped_ptr.h', | 199 'scoped_ptr.h', |
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
743 'third_party/xdg_mime/xdgmimemagic.c', | 744 'third_party/xdg_mime/xdgmimemagic.c', |
744 'third_party/xdg_mime/xdgmimemagic.h', | 745 'third_party/xdg_mime/xdgmimemagic.h', |
745 'third_party/xdg_mime/xdgmimeparent.c', | 746 'third_party/xdg_mime/xdgmimeparent.c', |
746 'third_party/xdg_mime/xdgmimeparent.h', | 747 'third_party/xdg_mime/xdgmimeparent.h', |
747 ], | 748 ], |
748 }, | 749 }, |
749 ], | 750 ], |
750 }], | 751 }], |
751 ], | 752 ], |
752 } | 753 } |
OLD | NEW |