| 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 750 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 761 "task_runner.cc", | 761 "task_runner.cc", |
| 762 "task_runner.h", | 762 "task_runner.h", |
| 763 "task_runner_util.h", | 763 "task_runner_util.h", |
| 764 "task_scheduler/delayed_task_manager.cc", | 764 "task_scheduler/delayed_task_manager.cc", |
| 765 "task_scheduler/delayed_task_manager.h", | 765 "task_scheduler/delayed_task_manager.h", |
| 766 "task_scheduler/priority_queue.cc", | 766 "task_scheduler/priority_queue.cc", |
| 767 "task_scheduler/priority_queue.h", | 767 "task_scheduler/priority_queue.h", |
| 768 "task_scheduler/scheduler_lock.h", | 768 "task_scheduler/scheduler_lock.h", |
| 769 "task_scheduler/scheduler_lock_impl.cc", | 769 "task_scheduler/scheduler_lock_impl.cc", |
| 770 "task_scheduler/scheduler_lock_impl.h", | 770 "task_scheduler/scheduler_lock_impl.h", |
| 771 "task_scheduler/scheduler_task_executor.h", | |
| 772 "task_scheduler/scheduler_thread_pool.cc", | 771 "task_scheduler/scheduler_thread_pool.cc", |
| 773 "task_scheduler/scheduler_thread_pool.h", | 772 "task_scheduler/scheduler_thread_pool.h", |
| 773 "task_scheduler/scheduler_thread_pool_interface.h", |
| 774 "task_scheduler/scheduler_unique_stack.h", | 774 "task_scheduler/scheduler_unique_stack.h", |
| 775 "task_scheduler/scheduler_worker_thread.cc", | 775 "task_scheduler/scheduler_worker_thread.cc", |
| 776 "task_scheduler/scheduler_worker_thread.h", | 776 "task_scheduler/scheduler_worker_thread.h", |
| 777 "task_scheduler/sequence.cc", | 777 "task_scheduler/sequence.cc", |
| 778 "task_scheduler/sequence.h", | 778 "task_scheduler/sequence.h", |
| 779 "task_scheduler/sequence_sort_key.cc", | 779 "task_scheduler/sequence_sort_key.cc", |
| 780 "task_scheduler/sequence_sort_key.h", | 780 "task_scheduler/sequence_sort_key.h", |
| 781 "task_scheduler/task.cc", | 781 "task_scheduler/task.cc", |
| 782 "task_scheduler/task.h", | 782 "task_scheduler/task.h", |
| 783 "task_scheduler/task_tracker.cc", | 783 "task_scheduler/task_tracker.cc", |
| 784 "task_scheduler/task_tracker.h", | 784 "task_scheduler/task_tracker.h", |
| 785 "task_scheduler/task_traits.cc", | 785 "task_scheduler/task_traits.cc", |
| 786 "task_scheduler/task_traits.h", | 786 "task_scheduler/task_traits.h", |
| 787 "task_scheduler/utils.cc", | |
| 788 "task_scheduler/utils.h", | |
| 789 "template_util.h", | 787 "template_util.h", |
| 790 "third_party/dmg_fp/dmg_fp.h", | 788 "third_party/dmg_fp/dmg_fp.h", |
| 791 "third_party/dmg_fp/dtoa_wrapper.cc", | 789 "third_party/dmg_fp/dtoa_wrapper.cc", |
| 792 "third_party/dmg_fp/g_fmt.cc", | 790 "third_party/dmg_fp/g_fmt.cc", |
| 793 "third_party/icu/icu_utf.cc", | 791 "third_party/icu/icu_utf.cc", |
| 794 "third_party/icu/icu_utf.h", | 792 "third_party/icu/icu_utf.h", |
| 795 "third_party/nspr/prtime.cc", | 793 "third_party/nspr/prtime.cc", |
| 796 "third_party/nspr/prtime.h", | 794 "third_party/nspr/prtime.h", |
| 797 "third_party/superfasthash/superfasthash.c", | 795 "third_party/superfasthash/superfasthash.c", |
| 798 "thread_task_runner_handle.cc", | 796 "thread_task_runner_handle.cc", |
| (...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1849 "task_scheduler/delayed_task_manager_unittest.cc", | 1847 "task_scheduler/delayed_task_manager_unittest.cc", |
| 1850 "task_scheduler/priority_queue_unittest.cc", | 1848 "task_scheduler/priority_queue_unittest.cc", |
| 1851 "task_scheduler/scheduler_lock_unittest.cc", | 1849 "task_scheduler/scheduler_lock_unittest.cc", |
| 1852 "task_scheduler/scheduler_thread_pool_unittest.cc", | 1850 "task_scheduler/scheduler_thread_pool_unittest.cc", |
| 1853 "task_scheduler/scheduler_unique_stack_unittest.cc", | 1851 "task_scheduler/scheduler_unique_stack_unittest.cc", |
| 1854 "task_scheduler/scheduler_worker_thread_unittest.cc", | 1852 "task_scheduler/scheduler_worker_thread_unittest.cc", |
| 1855 "task_scheduler/sequence_sort_key_unittest.cc", | 1853 "task_scheduler/sequence_sort_key_unittest.cc", |
| 1856 "task_scheduler/sequence_unittest.cc", | 1854 "task_scheduler/sequence_unittest.cc", |
| 1857 "task_scheduler/task_tracker_unittest.cc", | 1855 "task_scheduler/task_tracker_unittest.cc", |
| 1858 "task_scheduler/test_utils.h", | 1856 "task_scheduler/test_utils.h", |
| 1859 "task_scheduler/utils_unittest.cc", | |
| 1860 "template_util_unittest.cc", | 1857 "template_util_unittest.cc", |
| 1861 "test/histogram_tester_unittest.cc", | 1858 "test/histogram_tester_unittest.cc", |
| 1862 "test/icu_test_util.cc", | 1859 "test/icu_test_util.cc", |
| 1863 "test/icu_test_util.h", | 1860 "test/icu_test_util.h", |
| 1864 "test/test_pending_task_unittest.cc", | 1861 "test/test_pending_task_unittest.cc", |
| 1865 "test/test_reg_util_win_unittest.cc", | 1862 "test/test_reg_util_win_unittest.cc", |
| 1866 "test/trace_event_analyzer_unittest.cc", | 1863 "test/trace_event_analyzer_unittest.cc", |
| 1867 "test/user_action_tester_unittest.cc", | 1864 "test/user_action_tester_unittest.cc", |
| 1868 "threading/non_thread_safe_unittest.cc", | 1865 "threading/non_thread_safe_unittest.cc", |
| 1869 "threading/platform_thread_unittest.cc", | 1866 "threading/platform_thread_unittest.cc", |
| (...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2355 | 2352 |
| 2356 # GYP: //base.gyp:base_java_unittest_support | 2353 # GYP: //base.gyp:base_java_unittest_support |
| 2357 android_library("base_java_unittest_support") { | 2354 android_library("base_java_unittest_support") { |
| 2358 deps = [ | 2355 deps = [ |
| 2359 ":base_java", | 2356 ":base_java", |
| 2360 ] | 2357 ] |
| 2361 java_files = | 2358 java_files = |
| 2362 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2359 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 2363 } | 2360 } |
| 2364 } | 2361 } |
| OLD | NEW |