| 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 'shared_memory_win.cc', | 209 'shared_memory_win.cc', |
| 210 'simple_thread.cc', | 210 'simple_thread.cc', |
| 211 'simple_thread.h', | 211 'simple_thread.h', |
| 212 'singleton.h', | 212 'singleton.h', |
| 213 'spin_wait.h', | 213 'spin_wait.h', |
| 214 'stack_container.h', | 214 'stack_container.h', |
| 215 'stats_counters.h', | 215 'stats_counters.h', |
| 216 'stats_table.cc', | 216 'stats_table.cc', |
| 217 'stats_table.h', | 217 'stats_table.h', |
| 218 'stl_util-inl.h', | 218 'stl_util-inl.h', |
| 219 'string_number_conversions.cc', |
| 220 'string_number_conversions.h', |
| 219 'string_piece.cc', | 221 'string_piece.cc', |
| 220 'string_piece.h', | 222 'string_piece.h', |
| 221 'string_split.cc', | 223 'string_split.cc', |
| 222 'string_split.h', | 224 'string_split.h', |
| 223 'string_tokenizer.h', | 225 'string_tokenizer.h', |
| 224 'string_util.cc', | 226 'string_util.cc', |
| 225 'string_util.h', | 227 'string_util.h', |
| 226 'string_util_win.h', | 228 'string_util_win.h', |
| 227 'sys_info.h', | 229 'sys_info.h', |
| 228 'sys_info_chromeos.cc', | 230 'sys_info_chromeos.cc', |
| (...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 741 'third_party/xdg_mime/xdgmimemagic.c', | 743 'third_party/xdg_mime/xdgmimemagic.c', |
| 742 'third_party/xdg_mime/xdgmimemagic.h', | 744 'third_party/xdg_mime/xdgmimemagic.h', |
| 743 'third_party/xdg_mime/xdgmimeparent.c', | 745 'third_party/xdg_mime/xdgmimeparent.c', |
| 744 'third_party/xdg_mime/xdgmimeparent.h', | 746 'third_party/xdg_mime/xdgmimeparent.h', |
| 745 ], | 747 ], |
| 746 }, | 748 }, |
| 747 ], | 749 ], |
| 748 }], | 750 }], |
| 749 ], | 751 ], |
| 750 } | 752 } |
| OLD | NEW |