Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(908)

Side by Side Diff: base/BUILD.gn

Issue 1709713002: TaskScheduler [4/9] Priority Queue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_2_sequence_and_task
Patch Set: CR danakj #31 Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 #"sys_info_openbsd.cc", # Unused in Chromium build. 759 #"sys_info_openbsd.cc", # Unused in Chromium build.
760 "sys_info_posix.cc", 760 "sys_info_posix.cc",
761 "sys_info_win.cc", 761 "sys_info_win.cc",
762 "system_monitor/system_monitor.cc", 762 "system_monitor/system_monitor.cc",
763 "system_monitor/system_monitor.h", 763 "system_monitor/system_monitor.h",
764 "task/cancelable_task_tracker.cc", 764 "task/cancelable_task_tracker.cc",
765 "task/cancelable_task_tracker.h", 765 "task/cancelable_task_tracker.h",
766 "task_runner.cc", 766 "task_runner.cc",
767 "task_runner.h", 767 "task_runner.h",
768 "task_runner_util.h", 768 "task_runner_util.h",
769 "task_scheduler/priority_queue.cc",
770 "task_scheduler/priority_queue.h",
769 "task_scheduler/scheduler_lock.h", 771 "task_scheduler/scheduler_lock.h",
770 "task_scheduler/scheduler_lock_impl.cc", 772 "task_scheduler/scheduler_lock_impl.cc",
771 "task_scheduler/scheduler_lock_impl.h", 773 "task_scheduler/scheduler_lock_impl.h",
772 "task_scheduler/sequence.cc", 774 "task_scheduler/sequence.cc",
773 "task_scheduler/sequence.h", 775 "task_scheduler/sequence.h",
774 "task_scheduler/sequence_sort_key.cc", 776 "task_scheduler/sequence_sort_key.cc",
775 "task_scheduler/sequence_sort_key.h", 777 "task_scheduler/sequence_sort_key.h",
776 "task_scheduler/task.cc", 778 "task_scheduler/task.cc",
777 "task_scheduler/task.h", 779 "task_scheduler/task.h",
778 "task_scheduler/task_traits.cc", 780 "task_scheduler/task_traits.cc",
(...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1808 "sync_socket_unittest.cc", 1810 "sync_socket_unittest.cc",
1809 "synchronization/cancellation_flag_unittest.cc", 1811 "synchronization/cancellation_flag_unittest.cc",
1810 "synchronization/condition_variable_unittest.cc", 1812 "synchronization/condition_variable_unittest.cc",
1811 "synchronization/lock_unittest.cc", 1813 "synchronization/lock_unittest.cc",
1812 "synchronization/waitable_event_unittest.cc", 1814 "synchronization/waitable_event_unittest.cc",
1813 "synchronization/waitable_event_watcher_unittest.cc", 1815 "synchronization/waitable_event_watcher_unittest.cc",
1814 "sys_info_unittest.cc", 1816 "sys_info_unittest.cc",
1815 "system_monitor/system_monitor_unittest.cc", 1817 "system_monitor/system_monitor_unittest.cc",
1816 "task/cancelable_task_tracker_unittest.cc", 1818 "task/cancelable_task_tracker_unittest.cc",
1817 "task_runner_util_unittest.cc", 1819 "task_runner_util_unittest.cc",
1820 "task_scheduler/priority_queue_unittest.cc",
1818 "task_scheduler/scheduler_lock_unittest.cc", 1821 "task_scheduler/scheduler_lock_unittest.cc",
1819 "task_scheduler/sequence_sort_key_unittest.cc", 1822 "task_scheduler/sequence_sort_key_unittest.cc",
1820 "task_scheduler/sequence_unittest.cc", 1823 "task_scheduler/sequence_unittest.cc",
1824 "task_scheduler/test_utils.h",
1821 "template_util_unittest.cc", 1825 "template_util_unittest.cc",
1822 "test/histogram_tester_unittest.cc", 1826 "test/histogram_tester_unittest.cc",
1823 "test/icu_test_util.cc", 1827 "test/icu_test_util.cc",
1824 "test/icu_test_util.h", 1828 "test/icu_test_util.h",
1825 "test/test_pending_task_unittest.cc", 1829 "test/test_pending_task_unittest.cc",
1826 "test/test_reg_util_win_unittest.cc", 1830 "test/test_reg_util_win_unittest.cc",
1827 "test/trace_event_analyzer_unittest.cc", 1831 "test/trace_event_analyzer_unittest.cc",
1828 "test/user_action_tester_unittest.cc", 1832 "test/user_action_tester_unittest.cc",
1829 "threading/non_thread_safe_unittest.cc", 1833 "threading/non_thread_safe_unittest.cc",
1830 "threading/platform_thread_unittest.cc", 1834 "threading/platform_thread_unittest.cc",
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
2212 2216
2213 # GYP: //base.gyp:base_java_unittest_support 2217 # GYP: //base.gyp:base_java_unittest_support
2214 android_library("base_java_unittest_support") { 2218 android_library("base_java_unittest_support") {
2215 deps = [ 2219 deps = [
2216 ":base_java", 2220 ":base_java",
2217 ] 2221 ]
2218 java_files = 2222 java_files =
2219 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2223 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2220 } 2224 }
2221 } 2225 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698