| 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 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 'task.h', | 238 'task.h', |
| 239 'task_queue.cc', | 239 'task_queue.cc', |
| 240 'task_queue.h', | 240 'task_queue.h', |
| 241 'template_util.h', | 241 'template_util.h', |
| 242 'threading/platform_thread.h', | 242 'threading/platform_thread.h', |
| 243 'threading/platform_thread_mac.mm', | 243 'threading/platform_thread_mac.mm', |
| 244 'threading/platform_thread_posix.cc', | 244 'threading/platform_thread_posix.cc', |
| 245 'threading/platform_thread_win.cc', | 245 'threading/platform_thread_win.cc', |
| 246 'threading/simple_thread.cc', | 246 'threading/simple_thread.cc', |
| 247 'threading/simple_thread.h', | 247 'threading/simple_thread.h', |
| 248 'threading/thread.cc', |
| 249 'threading/thread.h', |
| 248 'threading/thread_checker.cc', | 250 'threading/thread_checker.cc', |
| 249 'threading/thread_checker.h', | 251 'threading/thread_checker.h', |
| 252 'threading/thread_collision_warner.cc', |
| 253 'threading/thread_collision_warner.h', |
| 250 'threading/thread_local.h', | 254 'threading/thread_local.h', |
| 251 'threading/thread_local_posix.cc', | 255 'threading/thread_local_posix.cc', |
| 252 'threading/thread_local_storage.h', | 256 'threading/thread_local_storage.h', |
| 253 'threading/thread_local_storage_posix.cc', | 257 'threading/thread_local_storage_posix.cc', |
| 254 'threading/thread_local_storage_win.cc', | 258 'threading/thread_local_storage_win.cc', |
| 255 'threading/thread_local_win.cc', | 259 'threading/thread_local_win.cc', |
| 260 'threading/thread_restrictions.h', |
| 261 'threading/thread_restrictions.cc', |
| 256 'threading/watchdog.cc', | 262 'threading/watchdog.cc', |
| 257 'threading/watchdog.h', | 263 'threading/watchdog.h', |
| 258 'threading/worker_pool.h', | 264 'threading/worker_pool.h', |
| 259 'threading/worker_pool_posix.cc', | 265 'threading/worker_pool_posix.cc', |
| 260 'threading/worker_pool_posix.h', | 266 'threading/worker_pool_posix.h', |
| 261 'threading/worker_pool_win.cc', | 267 'threading/worker_pool_win.cc', |
| 262 'thread.cc', | |
| 263 'thread.h', | |
| 264 'thread_collision_warner.cc', | |
| 265 'thread_collision_warner.h', | |
| 266 'thread_restrictions.h', | |
| 267 'thread_restrictions.cc', | |
| 268 'time.cc', | 268 'time.cc', |
| 269 'time.h', | 269 'time.h', |
| 270 'time_win.cc', | 270 'time_win.cc', |
| 271 'timer.cc', | 271 'timer.cc', |
| 272 'timer.h', | 272 'timer.h', |
| 273 'tracked.cc', | 273 'tracked.cc', |
| 274 'tracked.h', | 274 'tracked.h', |
| 275 'tracked_objects.cc', | 275 'tracked_objects.cc', |
| 276 'tracked_objects.h', | 276 'tracked_objects.h', |
| 277 'tuple.h', | 277 'tuple.h', |
| (...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 730 'third_party/xdg_mime/xdgmimemagic.c', | 730 'third_party/xdg_mime/xdgmimemagic.c', |
| 731 'third_party/xdg_mime/xdgmimemagic.h', | 731 'third_party/xdg_mime/xdgmimemagic.h', |
| 732 'third_party/xdg_mime/xdgmimeparent.c', | 732 'third_party/xdg_mime/xdgmimeparent.c', |
| 733 'third_party/xdg_mime/xdgmimeparent.h', | 733 'third_party/xdg_mime/xdgmimeparent.h', |
| 734 ], | 734 ], |
| 735 }, | 735 }, |
| 736 ], | 736 ], |
| 737 }], | 737 }], |
| 738 ], | 738 ], |
| 739 } | 739 } |
| OLD | NEW |