| 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 735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 746 "task_scheduler/sequence.cc", | 746 "task_scheduler/sequence.cc", |
| 747 "task_scheduler/sequence.h", | 747 "task_scheduler/sequence.h", |
| 748 "task_scheduler/sequence_sort_key.cc", | 748 "task_scheduler/sequence_sort_key.cc", |
| 749 "task_scheduler/sequence_sort_key.h", | 749 "task_scheduler/sequence_sort_key.h", |
| 750 "task_scheduler/task.cc", | 750 "task_scheduler/task.cc", |
| 751 "task_scheduler/task.h", | 751 "task_scheduler/task.h", |
| 752 "task_scheduler/task_tracker.cc", | 752 "task_scheduler/task_tracker.cc", |
| 753 "task_scheduler/task_tracker.h", | 753 "task_scheduler/task_tracker.h", |
| 754 "task_scheduler/task_traits.cc", | 754 "task_scheduler/task_traits.cc", |
| 755 "task_scheduler/task_traits.h", | 755 "task_scheduler/task_traits.h", |
| 756 "task_scheduler/utils.cc", |
| 757 "task_scheduler/utils.h", |
| 758 "task_scheduler/worker_thread.cc", |
| 759 "task_scheduler/worker_thread.h", |
| 756 "template_util.h", | 760 "template_util.h", |
| 757 "third_party/dmg_fp/dmg_fp.h", | 761 "third_party/dmg_fp/dmg_fp.h", |
| 758 "third_party/dmg_fp/dtoa_wrapper.cc", | 762 "third_party/dmg_fp/dtoa_wrapper.cc", |
| 759 "third_party/dmg_fp/g_fmt.cc", | 763 "third_party/dmg_fp/g_fmt.cc", |
| 760 "third_party/icu/icu_utf.cc", | 764 "third_party/icu/icu_utf.cc", |
| 761 "third_party/icu/icu_utf.h", | 765 "third_party/icu/icu_utf.h", |
| 762 "third_party/nspr/prtime.cc", | 766 "third_party/nspr/prtime.cc", |
| 763 "third_party/nspr/prtime.h", | 767 "third_party/nspr/prtime.h", |
| 764 "third_party/superfasthash/superfasthash.c", | 768 "third_party/superfasthash/superfasthash.c", |
| 765 "thread_task_runner_handle.cc", | 769 "thread_task_runner_handle.cc", |
| (...skipping 932 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1698 "synchronization/waitable_event_watcher_unittest.cc", | 1702 "synchronization/waitable_event_watcher_unittest.cc", |
| 1699 "sys_info_unittest.cc", | 1703 "sys_info_unittest.cc", |
| 1700 "system_monitor/system_monitor_unittest.cc", | 1704 "system_monitor/system_monitor_unittest.cc", |
| 1701 "task/cancelable_task_tracker_unittest.cc", | 1705 "task/cancelable_task_tracker_unittest.cc", |
| 1702 "task_runner_util_unittest.cc", | 1706 "task_runner_util_unittest.cc", |
| 1703 "task_scheduler/priority_queue_unittest.cc", | 1707 "task_scheduler/priority_queue_unittest.cc", |
| 1704 "task_scheduler/scheduler_lock_unittest.cc", | 1708 "task_scheduler/scheduler_lock_unittest.cc", |
| 1705 "task_scheduler/sequence_sort_key_unittest.cc", | 1709 "task_scheduler/sequence_sort_key_unittest.cc", |
| 1706 "task_scheduler/sequence_unittest.cc", | 1710 "task_scheduler/sequence_unittest.cc", |
| 1707 "task_scheduler/task_tracker_unittest.cc", | 1711 "task_scheduler/task_tracker_unittest.cc", |
| 1712 "task_scheduler/utils_unittest.cc", |
| 1713 "task_scheduler/worker_thread_unittest.cc", |
| 1708 "template_util_unittest.cc", | 1714 "template_util_unittest.cc", |
| 1709 "test/histogram_tester_unittest.cc", | 1715 "test/histogram_tester_unittest.cc", |
| 1710 "test/icu_test_util.cc", | 1716 "test/icu_test_util.cc", |
| 1711 "test/icu_test_util.h", | 1717 "test/icu_test_util.h", |
| 1712 "test/test_pending_task_unittest.cc", | 1718 "test/test_pending_task_unittest.cc", |
| 1713 "test/test_reg_util_win_unittest.cc", | 1719 "test/test_reg_util_win_unittest.cc", |
| 1714 "test/trace_event_analyzer_unittest.cc", | 1720 "test/trace_event_analyzer_unittest.cc", |
| 1715 "test/user_action_tester_unittest.cc", | 1721 "test/user_action_tester_unittest.cc", |
| 1716 "threading/non_thread_safe_unittest.cc", | 1722 "threading/non_thread_safe_unittest.cc", |
| 1717 "threading/platform_thread_unittest.cc", | 1723 "threading/platform_thread_unittest.cc", |
| (...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2057 | 2063 |
| 2058 # GYP: //base.gyp:base_java_unittest_support | 2064 # GYP: //base.gyp:base_java_unittest_support |
| 2059 android_library("base_java_unittest_support") { | 2065 android_library("base_java_unittest_support") { |
| 2060 deps = [ | 2066 deps = [ |
| 2061 ":base_java", | 2067 ":base_java", |
| 2062 ] | 2068 ] |
| 2063 java_files = | 2069 java_files = |
| 2064 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] | 2070 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] |
| 2065 } | 2071 } |
| 2066 } | 2072 } |
| OLD | NEW |