OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
339 'sys_info_posix.cc', | 339 'sys_info_posix.cc', |
340 'sys_info_win.cc', | 340 'sys_info_win.cc', |
341 'sys_string_conversions.h', | 341 'sys_string_conversions.h', |
342 'sys_string_conversions_mac.mm', | 342 'sys_string_conversions_mac.mm', |
343 'sys_string_conversions_posix.cc', | 343 'sys_string_conversions_posix.cc', |
344 'sys_string_conversions_win.cc', | 344 'sys_string_conversions_win.cc', |
345 'task_runner.cc', | 345 'task_runner.cc', |
346 'task_runner.h', | 346 'task_runner.h', |
347 'task_runner_util.h', | 347 'task_runner_util.h', |
348 'template_util.h', | 348 'template_util.h', |
| 349 'thread_task_runner_handle.cc', |
| 350 'thread_task_runner_handle.h', |
349 'threading/non_thread_safe.h', | 351 'threading/non_thread_safe.h', |
350 'threading/non_thread_safe_impl.cc', | 352 'threading/non_thread_safe_impl.cc', |
351 'threading/non_thread_safe_impl.h', | 353 'threading/non_thread_safe_impl.h', |
352 'threading/platform_thread.h', | 354 'threading/platform_thread.h', |
353 'threading/platform_thread_mac.mm', | 355 'threading/platform_thread_mac.mm', |
354 'threading/platform_thread_posix.cc', | 356 'threading/platform_thread_posix.cc', |
355 'threading/platform_thread_win.cc', | 357 'threading/platform_thread_win.cc', |
356 'threading/post_task_and_reply_impl.cc', | 358 'threading/post_task_and_reply_impl.cc', |
357 'threading/post_task_and_reply_impl.h', | 359 'threading/post_task_and_reply_impl.h', |
358 'threading/sequenced_worker_pool.cc', | 360 'threading/sequenced_worker_pool.cc', |
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
935 'third_party/xdg_mime/xdgmimemagic.c', | 937 'third_party/xdg_mime/xdgmimemagic.c', |
936 'third_party/xdg_mime/xdgmimemagic.h', | 938 'third_party/xdg_mime/xdgmimemagic.h', |
937 'third_party/xdg_mime/xdgmimeparent.c', | 939 'third_party/xdg_mime/xdgmimeparent.c', |
938 'third_party/xdg_mime/xdgmimeparent.h', | 940 'third_party/xdg_mime/xdgmimeparent.h', |
939 ], | 941 ], |
940 }, | 942 }, |
941 ], | 943 ], |
942 }], | 944 }], |
943 ], | 945 ], |
944 } | 946 } |
OLD | NEW |