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 1926 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1937 "task_scheduler/priority_queue_unittest.cc", | 1937 "task_scheduler/priority_queue_unittest.cc", |
1938 "task_scheduler/scheduler_lock_unittest.cc", | 1938 "task_scheduler/scheduler_lock_unittest.cc", |
1939 "task_scheduler/scheduler_service_thread_unittest.cc", | 1939 "task_scheduler/scheduler_service_thread_unittest.cc", |
1940 "task_scheduler/scheduler_worker_pool_impl_unittest.cc", | 1940 "task_scheduler/scheduler_worker_pool_impl_unittest.cc", |
1941 "task_scheduler/scheduler_worker_stack_unittest.cc", | 1941 "task_scheduler/scheduler_worker_stack_unittest.cc", |
1942 "task_scheduler/scheduler_worker_unittest.cc", | 1942 "task_scheduler/scheduler_worker_unittest.cc", |
1943 "task_scheduler/sequence_sort_key_unittest.cc", | 1943 "task_scheduler/sequence_sort_key_unittest.cc", |
1944 "task_scheduler/sequence_unittest.cc", | 1944 "task_scheduler/sequence_unittest.cc", |
1945 "task_scheduler/task_scheduler_impl_unittest.cc", | 1945 "task_scheduler/task_scheduler_impl_unittest.cc", |
1946 "task_scheduler/task_tracker_unittest.cc", | 1946 "task_scheduler/task_tracker_unittest.cc", |
| 1947 "task_scheduler/task_unittest.cc", |
1947 "task_scheduler/test_task_factory.cc", | 1948 "task_scheduler/test_task_factory.cc", |
1948 "task_scheduler/test_task_factory.h", | 1949 "task_scheduler/test_task_factory.h", |
1949 "template_util_unittest.cc", | 1950 "template_util_unittest.cc", |
1950 "test/histogram_tester_unittest.cc", | 1951 "test/histogram_tester_unittest.cc", |
1951 "test/test_pending_task_unittest.cc", | 1952 "test/test_pending_task_unittest.cc", |
1952 "test/test_reg_util_win_unittest.cc", | 1953 "test/test_reg_util_win_unittest.cc", |
1953 "test/trace_event_analyzer_unittest.cc", | 1954 "test/trace_event_analyzer_unittest.cc", |
1954 "test/user_action_tester_unittest.cc", | 1955 "test/user_action_tester_unittest.cc", |
1955 "threading/non_thread_safe_unittest.cc", | 1956 "threading/non_thread_safe_unittest.cc", |
1956 "threading/platform_thread_unittest.cc", | 1957 "threading/platform_thread_unittest.cc", |
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2449 testonly = true | 2450 testonly = true |
2450 deps = [ | 2451 deps = [ |
2451 ":base_java", | 2452 ":base_java", |
2452 ] | 2453 ] |
2453 java_files = [ | 2454 java_files = [ |
2454 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", | 2455 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", |
2455 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", | 2456 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", |
2456 ] | 2457 ] |
2457 } | 2458 } |
2458 } | 2459 } |
OLD | NEW |