| 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 'sys_info_win.cc', | 244 'sys_info_win.cc', |
| 245 'sys_string_conversions.h', | 245 'sys_string_conversions.h', |
| 246 'sys_string_conversions_linux.cc', | 246 'sys_string_conversions_linux.cc', |
| 247 'sys_string_conversions_mac.mm', | 247 'sys_string_conversions_mac.mm', |
| 248 'sys_string_conversions_win.cc', | 248 'sys_string_conversions_win.cc', |
| 249 'task.cc', | 249 'task.cc', |
| 250 'task.h', | 250 'task.h', |
| 251 'task_queue.cc', | 251 'task_queue.cc', |
| 252 'task_queue.h', | 252 'task_queue.h', |
| 253 'template_util.h', | 253 'template_util.h', |
| 254 'threading/non_thread_safe.cc', | |
| 255 'threading/non_thread_safe.h', | 254 'threading/non_thread_safe.h', |
| 255 'threading/non_thread_safe_impl.cc', |
| 256 'threading/non_thread_safe_impl.h', |
| 256 'threading/platform_thread.h', | 257 'threading/platform_thread.h', |
| 257 'threading/platform_thread_mac.mm', | 258 'threading/platform_thread_mac.mm', |
| 258 'threading/platform_thread_posix.cc', | 259 'threading/platform_thread_posix.cc', |
| 259 'threading/platform_thread_win.cc', | 260 'threading/platform_thread_win.cc', |
| 260 'threading/simple_thread.cc', | 261 'threading/simple_thread.cc', |
| 261 'threading/simple_thread.h', | 262 'threading/simple_thread.h', |
| 262 'threading/thread.cc', | 263 'threading/thread.cc', |
| 263 'threading/thread.h', | 264 'threading/thread.h', |
| 264 'threading/thread_checker.cc', | |
| 265 'threading/thread_checker.h', | 265 'threading/thread_checker.h', |
| 266 'threading/thread_checker_impl.cc', |
| 267 'threading/thread_checker_impl.h', |
| 266 'threading/thread_collision_warner.cc', | 268 'threading/thread_collision_warner.cc', |
| 267 'threading/thread_collision_warner.h', | 269 'threading/thread_collision_warner.h', |
| 268 'threading/thread_local.h', | 270 'threading/thread_local.h', |
| 269 'threading/thread_local_posix.cc', | 271 'threading/thread_local_posix.cc', |
| 270 'threading/thread_local_storage.h', | 272 'threading/thread_local_storage.h', |
| 271 'threading/thread_local_storage_posix.cc', | 273 'threading/thread_local_storage_posix.cc', |
| 272 'threading/thread_local_storage_win.cc', | 274 'threading/thread_local_storage_win.cc', |
| 273 'threading/thread_local_win.cc', | 275 'threading/thread_local_win.cc', |
| 274 'threading/thread_restrictions.h', | 276 'threading/thread_restrictions.h', |
| 275 'threading/thread_restrictions.cc', | 277 'threading/thread_restrictions.cc', |
| (...skipping 465 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 |