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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 'process_win.cc', | 169 'process_win.cc', |
170 'profiler.cc', | 170 'profiler.cc', |
171 'profiler.h', | 171 'profiler.h', |
172 'rand_util.cc', | 172 'rand_util.cc', |
173 'rand_util.h', | 173 'rand_util.h', |
174 'rand_util_posix.cc', | 174 'rand_util_posix.cc', |
175 'rand_util_win.cc', | 175 'rand_util_win.cc', |
176 'raw_scoped_refptr_mismatch_checker.h', | 176 'raw_scoped_refptr_mismatch_checker.h', |
177 'ref_counted.cc', | 177 'ref_counted.cc', |
178 'ref_counted.h', | 178 'ref_counted.h', |
| 179 'ref_counted_memory.cc', |
179 'ref_counted_memory.h', | 180 'ref_counted_memory.h', |
180 'registry.cc', | 181 'registry.cc', |
181 'registry.h', | 182 'registry.h', |
182 'resource_util.cc', | 183 'resource_util.cc', |
183 'resource_util.h', | 184 'resource_util.h', |
184 'safe_strerror_posix.cc', | 185 'safe_strerror_posix.cc', |
185 'safe_strerror_posix.h', | 186 'safe_strerror_posix.h', |
186 'scoped_bstr_win.cc', | 187 'scoped_bstr_win.cc', |
187 'scoped_bstr_win.h', | 188 'scoped_bstr_win.h', |
188 'scoped_cftyperef.h', | 189 'scoped_cftyperef.h', |
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
738 'third_party/xdg_mime/xdgmimemagic.c', | 739 'third_party/xdg_mime/xdgmimemagic.c', |
739 'third_party/xdg_mime/xdgmimemagic.h', | 740 'third_party/xdg_mime/xdgmimemagic.h', |
740 'third_party/xdg_mime/xdgmimeparent.c', | 741 'third_party/xdg_mime/xdgmimeparent.c', |
741 'third_party/xdg_mime/xdgmimeparent.h', | 742 'third_party/xdg_mime/xdgmimeparent.h', |
742 ], | 743 ], |
743 }, | 744 }, |
744 ], | 745 ], |
745 }], | 746 }], |
746 ], | 747 ], |
747 } | 748 } |
OLD | NEW |