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 'base_i18n_target': 0, | 9 'base_i18n_target': 0, |
10 }, | 10 }, |
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
584 'sys_info_freebsd.cc', | 584 'sys_info_freebsd.cc', |
585 'sys_info_internal.h', | 585 'sys_info_internal.h', |
586 'sys_info_ios.mm', | 586 'sys_info_ios.mm', |
587 'sys_info_linux.cc', | 587 'sys_info_linux.cc', |
588 'sys_info_mac.cc', | 588 'sys_info_mac.cc', |
589 'sys_info_openbsd.cc', | 589 'sys_info_openbsd.cc', |
590 'sys_info_posix.cc', | 590 'sys_info_posix.cc', |
591 'sys_info_win.cc', | 591 'sys_info_win.cc', |
592 'task/cancelable_task_tracker.cc', | 592 'task/cancelable_task_tracker.cc', |
593 'task/cancelable_task_tracker.h', | 593 'task/cancelable_task_tracker.h', |
| 594 'task/task_queue_manager.cc', |
| 595 'task/task_queue_manager.h', |
| 596 'task/task_queue_selector.h', |
594 'task_runner.cc', | 597 'task_runner.cc', |
595 'task_runner.h', | 598 'task_runner.h', |
596 'task_runner_util.h', | 599 'task_runner_util.h', |
597 'template_util.h', | 600 'template_util.h', |
598 'thread_task_runner_handle.cc', | 601 'thread_task_runner_handle.cc', |
599 'thread_task_runner_handle.h', | 602 'thread_task_runner_handle.h', |
600 'threading/non_thread_safe.h', | 603 'threading/non_thread_safe.h', |
601 'threading/non_thread_safe_impl.cc', | 604 'threading/non_thread_safe_impl.cc', |
602 'threading/non_thread_safe_impl.h', | 605 'threading/non_thread_safe_impl.h', |
603 'threading/platform_thread.h', | 606 'threading/platform_thread.h', |
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1002 'i18n/time_formatting.h', | 1005 'i18n/time_formatting.h', |
1003 'i18n/timezone.cc', | 1006 'i18n/timezone.cc', |
1004 'i18n/timezone.h', | 1007 'i18n/timezone.h', |
1005 'i18n/utf8_validator_tables.cc', | 1008 'i18n/utf8_validator_tables.cc', |
1006 'i18n/utf8_validator_tables.h', | 1009 'i18n/utf8_validator_tables.h', |
1007 ], | 1010 ], |
1008 }] | 1011 }] |
1009 ], | 1012 ], |
1010 }, | 1013 }, |
1011 } | 1014 } |
OLD | NEW |