| 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 'sha1_portable.cc', | 214 'sha1_portable.cc', |
| 215 'sha1_win.cc', | 215 'sha1_win.cc', |
| 216 'shared_memory.h', | 216 'shared_memory.h', |
| 217 'shared_memory_posix.cc', | 217 'shared_memory_posix.cc', |
| 218 'shared_memory_win.cc', | 218 'shared_memory_win.cc', |
| 219 'simple_thread.cc', | 219 'simple_thread.cc', |
| 220 'simple_thread.h', | 220 'simple_thread.h', |
| 221 'singleton.h', | 221 'singleton.h', |
| 222 'spin_wait.h', | 222 'spin_wait.h', |
| 223 'stack_container.h', | 223 'stack_container.h', |
| 224 'stats_counters.cc', |
| 224 'stats_counters.h', | 225 'stats_counters.h', |
| 225 'stats_table.cc', | 226 'stats_table.cc', |
| 226 'stats_table.h', | 227 'stats_table.h', |
| 227 'stl_util-inl.h', | 228 'stl_util-inl.h', |
| 228 'string_number_conversions.cc', | 229 'string_number_conversions.cc', |
| 229 'string_number_conversions.h', | 230 'string_number_conversions.h', |
| 230 'string_piece.cc', | 231 'string_piece.cc', |
| 231 'string_piece.h', | 232 'string_piece.h', |
| 232 'string_split.cc', | 233 'string_split.cc', |
| 233 'string_split.h', | 234 'string_split.h', |
| (...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 745 'third_party/xdg_mime/xdgmimemagic.c', | 746 'third_party/xdg_mime/xdgmimemagic.c', |
| 746 'third_party/xdg_mime/xdgmimemagic.h', | 747 'third_party/xdg_mime/xdgmimemagic.h', |
| 747 'third_party/xdg_mime/xdgmimeparent.c', | 748 'third_party/xdg_mime/xdgmimeparent.c', |
| 748 'third_party/xdg_mime/xdgmimeparent.h', | 749 'third_party/xdg_mime/xdgmimeparent.h', |
| 749 ], | 750 ], |
| 750 }, | 751 }, |
| 751 ], | 752 ], |
| 752 }], | 753 }], |
| 753 ], | 754 ], |
| 754 } | 755 } |
| OLD | NEW |