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

Side by Side Diff: base/BUILD.gn

Issue 1708773002: TaskScheduler [7] SchedulerThreadPool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_5_worker_thread
Patch Set: self review Created 4 years, 8 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') | base/task_scheduler/thread_pool.h » ('J')
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 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 "task_scheduler/sequence.cc", 776 "task_scheduler/sequence.cc",
777 "task_scheduler/sequence.h", 777 "task_scheduler/sequence.h",
778 "task_scheduler/sequence_sort_key.cc", 778 "task_scheduler/sequence_sort_key.cc",
779 "task_scheduler/sequence_sort_key.h", 779 "task_scheduler/sequence_sort_key.h",
780 "task_scheduler/task.cc", 780 "task_scheduler/task.cc",
781 "task_scheduler/task.h", 781 "task_scheduler/task.h",
782 "task_scheduler/task_tracker.cc", 782 "task_scheduler/task_tracker.cc",
783 "task_scheduler/task_tracker.h", 783 "task_scheduler/task_tracker.h",
784 "task_scheduler/task_traits.cc", 784 "task_scheduler/task_traits.cc",
785 "task_scheduler/task_traits.h", 785 "task_scheduler/task_traits.h",
786 "task_scheduler/thread_pool.cc",
787 "task_scheduler/thread_pool.h",
786 "template_util.h", 788 "template_util.h",
787 "third_party/dmg_fp/dmg_fp.h", 789 "third_party/dmg_fp/dmg_fp.h",
788 "third_party/dmg_fp/dtoa_wrapper.cc", 790 "third_party/dmg_fp/dtoa_wrapper.cc",
789 "third_party/dmg_fp/g_fmt.cc", 791 "third_party/dmg_fp/g_fmt.cc",
790 "third_party/icu/icu_utf.cc", 792 "third_party/icu/icu_utf.cc",
791 "third_party/icu/icu_utf.h", 793 "third_party/icu/icu_utf.h",
792 "third_party/nspr/prtime.cc", 794 "third_party/nspr/prtime.cc",
793 "third_party/nspr/prtime.h", 795 "third_party/nspr/prtime.h",
794 "third_party/superfasthash/superfasthash.c", 796 "third_party/superfasthash/superfasthash.c",
795 "thread_task_runner_handle.cc", 797 "thread_task_runner_handle.cc",
(...skipping 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after
1824 "system_monitor/system_monitor_unittest.cc", 1826 "system_monitor/system_monitor_unittest.cc",
1825 "task/cancelable_task_tracker_unittest.cc", 1827 "task/cancelable_task_tracker_unittest.cc",
1826 "task_runner_util_unittest.cc", 1828 "task_runner_util_unittest.cc",
1827 "task_scheduler/priority_queue_unittest.cc", 1829 "task_scheduler/priority_queue_unittest.cc",
1828 "task_scheduler/scheduler_lock_unittest.cc", 1830 "task_scheduler/scheduler_lock_unittest.cc",
1829 "task_scheduler/scheduler_worker_thread_unittest.cc", 1831 "task_scheduler/scheduler_worker_thread_unittest.cc",
1830 "task_scheduler/sequence_sort_key_unittest.cc", 1832 "task_scheduler/sequence_sort_key_unittest.cc",
1831 "task_scheduler/sequence_unittest.cc", 1833 "task_scheduler/sequence_unittest.cc",
1832 "task_scheduler/task_tracker_unittest.cc", 1834 "task_scheduler/task_tracker_unittest.cc",
1833 "task_scheduler/test_utils.h", 1835 "task_scheduler/test_utils.h",
1836 "task_scheduler/thread_pool_unittest.cc",
1834 "template_util_unittest.cc", 1837 "template_util_unittest.cc",
1835 "test/histogram_tester_unittest.cc", 1838 "test/histogram_tester_unittest.cc",
1836 "test/icu_test_util.cc", 1839 "test/icu_test_util.cc",
1837 "test/icu_test_util.h", 1840 "test/icu_test_util.h",
1838 "test/test_pending_task_unittest.cc", 1841 "test/test_pending_task_unittest.cc",
1839 "test/test_reg_util_win_unittest.cc", 1842 "test/test_reg_util_win_unittest.cc",
1840 "test/trace_event_analyzer_unittest.cc", 1843 "test/trace_event_analyzer_unittest.cc",
1841 "test/user_action_tester_unittest.cc", 1844 "test/user_action_tester_unittest.cc",
1842 "threading/non_thread_safe_unittest.cc", 1845 "threading/non_thread_safe_unittest.cc",
1843 "threading/platform_thread_unittest.cc", 1846 "threading/platform_thread_unittest.cc",
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
2326 2329
2327 # GYP: //base.gyp:base_java_unittest_support 2330 # GYP: //base.gyp:base_java_unittest_support
2328 android_library("base_java_unittest_support") { 2331 android_library("base_java_unittest_support") {
2329 deps = [ 2332 deps = [
2330 ":base_java", 2333 ":base_java",
2331 ] 2334 ]
2332 java_files = 2335 java_files =
2333 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2336 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2334 } 2337 }
2335 } 2338 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/task_scheduler/thread_pool.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698