| 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 759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 770 "task_scheduler/priority_queue.h", | 770 "task_scheduler/priority_queue.h", |
| 771 "task_scheduler/scheduler_lock.h", | 771 "task_scheduler/scheduler_lock.h", |
| 772 "task_scheduler/scheduler_lock_impl.cc", | 772 "task_scheduler/scheduler_lock_impl.cc", |
| 773 "task_scheduler/scheduler_lock_impl.h", | 773 "task_scheduler/scheduler_lock_impl.h", |
| 774 "task_scheduler/sequence.cc", | 774 "task_scheduler/sequence.cc", |
| 775 "task_scheduler/sequence.h", | 775 "task_scheduler/sequence.h", |
| 776 "task_scheduler/sequence_sort_key.cc", | 776 "task_scheduler/sequence_sort_key.cc", |
| 777 "task_scheduler/sequence_sort_key.h", | 777 "task_scheduler/sequence_sort_key.h", |
| 778 "task_scheduler/task.cc", | 778 "task_scheduler/task.cc", |
| 779 "task_scheduler/task.h", | 779 "task_scheduler/task.h", |
| 780 "task_scheduler/task_tracker.cc", |
| 781 "task_scheduler/task_tracker.h", |
| 780 "task_scheduler/task_traits.cc", | 782 "task_scheduler/task_traits.cc", |
| 781 "task_scheduler/task_traits.h", | 783 "task_scheduler/task_traits.h", |
| 782 "template_util.h", | 784 "template_util.h", |
| 783 "third_party/dmg_fp/dmg_fp.h", | 785 "third_party/dmg_fp/dmg_fp.h", |
| 784 "third_party/dmg_fp/dtoa_wrapper.cc", | 786 "third_party/dmg_fp/dtoa_wrapper.cc", |
| 785 "third_party/dmg_fp/g_fmt.cc", | 787 "third_party/dmg_fp/g_fmt.cc", |
| 786 "third_party/icu/icu_utf.cc", | 788 "third_party/icu/icu_utf.cc", |
| 787 "third_party/icu/icu_utf.h", | 789 "third_party/icu/icu_utf.h", |
| 788 "third_party/nspr/prtime.cc", | 790 "third_party/nspr/prtime.cc", |
| 789 "third_party/nspr/prtime.h", | 791 "third_party/nspr/prtime.h", |
| (...skipping 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1815 "synchronization/waitable_event_unittest.cc", | 1817 "synchronization/waitable_event_unittest.cc", |
| 1816 "synchronization/waitable_event_watcher_unittest.cc", | 1818 "synchronization/waitable_event_watcher_unittest.cc", |
| 1817 "sys_info_unittest.cc", | 1819 "sys_info_unittest.cc", |
| 1818 "system_monitor/system_monitor_unittest.cc", | 1820 "system_monitor/system_monitor_unittest.cc", |
| 1819 "task/cancelable_task_tracker_unittest.cc", | 1821 "task/cancelable_task_tracker_unittest.cc", |
| 1820 "task_runner_util_unittest.cc", | 1822 "task_runner_util_unittest.cc", |
| 1821 "task_scheduler/priority_queue_unittest.cc", | 1823 "task_scheduler/priority_queue_unittest.cc", |
| 1822 "task_scheduler/scheduler_lock_unittest.cc", | 1824 "task_scheduler/scheduler_lock_unittest.cc", |
| 1823 "task_scheduler/sequence_sort_key_unittest.cc", | 1825 "task_scheduler/sequence_sort_key_unittest.cc", |
| 1824 "task_scheduler/sequence_unittest.cc", | 1826 "task_scheduler/sequence_unittest.cc", |
| 1827 "task_scheduler/task_tracker_unittest.cc", |
| 1825 "task_scheduler/test_utils.h", | 1828 "task_scheduler/test_utils.h", |
| 1826 "template_util_unittest.cc", | 1829 "template_util_unittest.cc", |
| 1827 "test/histogram_tester_unittest.cc", | 1830 "test/histogram_tester_unittest.cc", |
| 1828 "test/icu_test_util.cc", | 1831 "test/icu_test_util.cc", |
| 1829 "test/icu_test_util.h", | 1832 "test/icu_test_util.h", |
| 1830 "test/test_pending_task_unittest.cc", | 1833 "test/test_pending_task_unittest.cc", |
| 1831 "test/test_reg_util_win_unittest.cc", | 1834 "test/test_reg_util_win_unittest.cc", |
| 1832 "test/trace_event_analyzer_unittest.cc", | 1835 "test/trace_event_analyzer_unittest.cc", |
| 1833 "test/user_action_tester_unittest.cc", | 1836 "test/user_action_tester_unittest.cc", |
| 1834 "threading/non_thread_safe_unittest.cc", | 1837 "threading/non_thread_safe_unittest.cc", |
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2217 | 2220 |
| 2218 # GYP: //base.gyp:base_java_unittest_support | 2221 # GYP: //base.gyp:base_java_unittest_support |
| 2219 android_library("base_java_unittest_support") { | 2222 android_library("base_java_unittest_support") { |
| 2220 deps = [ | 2223 deps = [ |
| 2221 ":base_java", | 2224 ":base_java", |
| 2222 ] | 2225 ] |
| 2223 java_files = | 2226 java_files = |
| 2224 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2227 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 2225 } | 2228 } |
| 2226 } | 2229 } |
| OLD | NEW |