OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 # HOW TO WRITE CONDITIONALS IN THIS FILE | 5 # HOW TO WRITE CONDITIONALS IN THIS FILE |
6 # ====================================== | 6 # ====================================== |
7 # | 7 # |
8 # In many other places, one would write a conditional that expresses all the | 8 # In many other places, one would write a conditional that expresses all the |
9 # cases when a source file is used or unused, and then either add or subtract | 9 # cases when a source file is used or unused, and then either add or subtract |
10 # it from the sources list in that case | 10 # it from the sources list in that case |
(...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
748 #"sys_info_openbsd.cc", # Unused in Chromium build. | 748 #"sys_info_openbsd.cc", # Unused in Chromium build. |
749 "sys_info_posix.cc", | 749 "sys_info_posix.cc", |
750 "sys_info_win.cc", | 750 "sys_info_win.cc", |
751 "system_monitor/system_monitor.cc", | 751 "system_monitor/system_monitor.cc", |
752 "system_monitor/system_monitor.h", | 752 "system_monitor/system_monitor.h", |
753 "task/cancelable_task_tracker.cc", | 753 "task/cancelable_task_tracker.cc", |
754 "task/cancelable_task_tracker.h", | 754 "task/cancelable_task_tracker.h", |
755 "task_runner.cc", | 755 "task_runner.cc", |
756 "task_runner.h", | 756 "task_runner.h", |
757 "task_runner_util.h", | 757 "task_runner_util.h", |
| 758 "task_scheduler/scheduler_lock.h", |
| 759 "task_scheduler/scheduler_lock_impl.cc", |
| 760 "task_scheduler/scheduler_lock_impl.h", |
758 "task_scheduler/task_traits.cc", | 761 "task_scheduler/task_traits.cc", |
759 "task_scheduler/task_traits.h", | 762 "task_scheduler/task_traits.h", |
760 "template_util.h", | 763 "template_util.h", |
761 "third_party/dmg_fp/dmg_fp.h", | 764 "third_party/dmg_fp/dmg_fp.h", |
762 "third_party/dmg_fp/dtoa_wrapper.cc", | 765 "third_party/dmg_fp/dtoa_wrapper.cc", |
763 "third_party/dmg_fp/g_fmt.cc", | 766 "third_party/dmg_fp/g_fmt.cc", |
764 "third_party/icu/icu_utf.cc", | 767 "third_party/icu/icu_utf.cc", |
765 "third_party/icu/icu_utf.h", | 768 "third_party/icu/icu_utf.h", |
766 "third_party/nspr/prtime.cc", | 769 "third_party/nspr/prtime.cc", |
767 "third_party/nspr/prtime.h", | 770 "third_party/nspr/prtime.h", |
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1706 "sync_socket_unittest.cc", | 1709 "sync_socket_unittest.cc", |
1707 "synchronization/cancellation_flag_unittest.cc", | 1710 "synchronization/cancellation_flag_unittest.cc", |
1708 "synchronization/condition_variable_unittest.cc", | 1711 "synchronization/condition_variable_unittest.cc", |
1709 "synchronization/lock_unittest.cc", | 1712 "synchronization/lock_unittest.cc", |
1710 "synchronization/waitable_event_unittest.cc", | 1713 "synchronization/waitable_event_unittest.cc", |
1711 "synchronization/waitable_event_watcher_unittest.cc", | 1714 "synchronization/waitable_event_watcher_unittest.cc", |
1712 "sys_info_unittest.cc", | 1715 "sys_info_unittest.cc", |
1713 "system_monitor/system_monitor_unittest.cc", | 1716 "system_monitor/system_monitor_unittest.cc", |
1714 "task/cancelable_task_tracker_unittest.cc", | 1717 "task/cancelable_task_tracker_unittest.cc", |
1715 "task_runner_util_unittest.cc", | 1718 "task_runner_util_unittest.cc", |
| 1719 "task_scheduler/scheduler_lock_unittest.cc", |
1716 "template_util_unittest.cc", | 1720 "template_util_unittest.cc", |
1717 "test/histogram_tester_unittest.cc", | 1721 "test/histogram_tester_unittest.cc", |
1718 "test/icu_test_util.cc", | 1722 "test/icu_test_util.cc", |
1719 "test/icu_test_util.h", | 1723 "test/icu_test_util.h", |
1720 "test/test_pending_task_unittest.cc", | 1724 "test/test_pending_task_unittest.cc", |
1721 "test/test_reg_util_win_unittest.cc", | 1725 "test/test_reg_util_win_unittest.cc", |
1722 "test/trace_event_analyzer_unittest.cc", | 1726 "test/trace_event_analyzer_unittest.cc", |
1723 "test/user_action_tester_unittest.cc", | 1727 "test/user_action_tester_unittest.cc", |
1724 "threading/non_thread_safe_unittest.cc", | 1728 "threading/non_thread_safe_unittest.cc", |
1725 "threading/platform_thread_unittest.cc", | 1729 "threading/platform_thread_unittest.cc", |
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2090 | 2094 |
2091 # GYP: //base.gyp:base_java_unittest_support | 2095 # GYP: //base.gyp:base_java_unittest_support |
2092 android_library("base_java_unittest_support") { | 2096 android_library("base_java_unittest_support") { |
2093 deps = [ | 2097 deps = [ |
2094 ":base_java", | 2098 ":base_java", |
2095 ] | 2099 ] |
2096 java_files = | 2100 java_files = |
2097 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2101 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
2098 } | 2102 } |
2099 } | 2103 } |
OLD | NEW |