| 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 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 'scoped_ptr.h', | 204 'scoped_ptr.h', |
| 205 'scoped_temp_dir.cc', | 205 'scoped_temp_dir.cc', |
| 206 'scoped_temp_dir.h', | 206 'scoped_temp_dir.h', |
| 207 'scoped_vector.h', | 207 'scoped_vector.h', |
| 208 'sha1.h', | 208 'sha1.h', |
| 209 'sha1_portable.cc', | 209 'sha1_portable.cc', |
| 210 'sha1_win.cc', | 210 'sha1_win.cc', |
| 211 'shared_memory.h', | 211 'shared_memory.h', |
| 212 'shared_memory_posix.cc', | 212 'shared_memory_posix.cc', |
| 213 'shared_memory_win.cc', | 213 'shared_memory_win.cc', |
| 214 'shared_mutex.h', |
| 215 'shared_mutex_linux.cc', |
| 216 'shared_mutex_mac.cc', |
| 217 'shared_mutex_win.cc', |
| 214 'simple_thread.cc', | 218 'simple_thread.cc', |
| 215 'simple_thread.h', | 219 'simple_thread.h', |
| 216 'singleton.h', | 220 'singleton.h', |
| 217 'spin_wait.h', | 221 'spin_wait.h', |
| 218 'stack_container.h', | 222 'stack_container.h', |
| 219 'stl_util-inl.h', | 223 'stl_util-inl.h', |
| 220 'string_number_conversions.cc', | 224 'string_number_conversions.cc', |
| 221 'string_number_conversions.h', | 225 'string_number_conversions.h', |
| 222 'string_piece.cc', | 226 'string_piece.cc', |
| 223 'string_piece.h', | 227 'string_piece.h', |
| (...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 808 'third_party/xdg_mime/xdgmimemagic.c', | 812 'third_party/xdg_mime/xdgmimemagic.c', |
| 809 'third_party/xdg_mime/xdgmimemagic.h', | 813 'third_party/xdg_mime/xdgmimemagic.h', |
| 810 'third_party/xdg_mime/xdgmimeparent.c', | 814 'third_party/xdg_mime/xdgmimeparent.c', |
| 811 'third_party/xdg_mime/xdgmimeparent.h', | 815 'third_party/xdg_mime/xdgmimeparent.h', |
| 812 ], | 816 ], |
| 813 }, | 817 }, |
| 814 ], | 818 ], |
| 815 }], | 819 }], |
| 816 ], | 820 ], |
| 817 } | 821 } |
| OLD | NEW |