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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
164 'memory/ref_counted.cc', | 164 'memory/ref_counted.cc', |
165 'memory/ref_counted.h', | 165 'memory/ref_counted.h', |
166 'memory/ref_counted_memory.cc', | 166 'memory/ref_counted_memory.cc', |
167 'memory/ref_counted_memory.h', | 167 'memory/ref_counted_memory.h', |
168 'memory/scoped_callback_factory.h', | 168 'memory/scoped_callback_factory.h', |
169 'memory/scoped_handle.h', | 169 'memory/scoped_handle.h', |
170 'memory/scoped_nsobject.h', | 170 'memory/scoped_nsobject.h', |
171 'memory/scoped_open_process.h', | 171 'memory/scoped_open_process.h', |
172 'memory/scoped_ptr.h', | 172 'memory/scoped_ptr.h', |
173 'memory/scoped_vector.h', | 173 'memory/scoped_vector.h', |
174 'memory/scoped_deque.h', | |
sky
2011/10/20 16:33:03
sorting is off.
| |
174 'memory/singleton.h', | 175 'memory/singleton.h', |
175 'memory/weak_ptr.cc', | 176 'memory/weak_ptr.cc', |
176 'memory/weak_ptr.h', | 177 'memory/weak_ptr.h', |
177 'message_loop.cc', | 178 'message_loop.cc', |
178 'message_loop.h', | 179 'message_loop.h', |
179 'message_loop_proxy.cc', | 180 'message_loop_proxy.cc', |
180 'message_loop_proxy.h', | 181 'message_loop_proxy.h', |
181 'message_loop_proxy_impl.cc', | 182 'message_loop_proxy_impl.cc', |
182 'message_loop_proxy_impl.h', | 183 'message_loop_proxy_impl.h', |
183 'message_pump.cc', | 184 'message_pump.cc', |
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
811 'third_party/xdg_mime/xdgmimemagic.c', | 812 'third_party/xdg_mime/xdgmimemagic.c', |
812 'third_party/xdg_mime/xdgmimemagic.h', | 813 'third_party/xdg_mime/xdgmimemagic.h', |
813 'third_party/xdg_mime/xdgmimeparent.c', | 814 'third_party/xdg_mime/xdgmimeparent.c', |
814 'third_party/xdg_mime/xdgmimeparent.h', | 815 'third_party/xdg_mime/xdgmimeparent.h', |
815 ], | 816 ], |
816 }, | 817 }, |
817 ], | 818 ], |
818 }], | 819 }], |
819 ], | 820 ], |
820 } | 821 } |
OLD | NEW |