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

Side by Side Diff: base/BUILD.gn

Issue 2541353003: TaskScheduler: Initialize TaskTraits with the priority of the current thread. (Closed)
Patch Set: improve comment Created 4 years 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/task_scheduler/task_traits.h » ('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 1974 matching lines...) Expand 10 before | Expand all | Expand 10 after
1985 "task_scheduler/scheduler_lock_unittest.cc", 1985 "task_scheduler/scheduler_lock_unittest.cc",
1986 "task_scheduler/scheduler_worker_pool_impl_unittest.cc", 1986 "task_scheduler/scheduler_worker_pool_impl_unittest.cc",
1987 "task_scheduler/scheduler_worker_stack_unittest.cc", 1987 "task_scheduler/scheduler_worker_stack_unittest.cc",
1988 "task_scheduler/scheduler_worker_unittest.cc", 1988 "task_scheduler/scheduler_worker_unittest.cc",
1989 "task_scheduler/scoped_set_task_priority_for_current_thread_unittest.cc", 1989 "task_scheduler/scoped_set_task_priority_for_current_thread_unittest.cc",
1990 "task_scheduler/sequence_sort_key_unittest.cc", 1990 "task_scheduler/sequence_sort_key_unittest.cc",
1991 "task_scheduler/sequence_unittest.cc", 1991 "task_scheduler/sequence_unittest.cc",
1992 "task_scheduler/task_scheduler_impl_unittest.cc", 1992 "task_scheduler/task_scheduler_impl_unittest.cc",
1993 "task_scheduler/task_tracker_posix_unittest.cc", 1993 "task_scheduler/task_tracker_posix_unittest.cc",
1994 "task_scheduler/task_tracker_unittest.cc", 1994 "task_scheduler/task_tracker_unittest.cc",
1995 "task_scheduler/task_traits_unittest.cc",
1995 "task_scheduler/task_unittest.cc", 1996 "task_scheduler/task_unittest.cc",
1996 "task_scheduler/test_task_factory.cc", 1997 "task_scheduler/test_task_factory.cc",
1997 "task_scheduler/test_task_factory.h", 1998 "task_scheduler/test_task_factory.h",
1998 "task_scheduler/test_utils.h", 1999 "task_scheduler/test_utils.h",
1999 "template_util_unittest.cc", 2000 "template_util_unittest.cc",
2000 "test/histogram_tester_unittest.cc", 2001 "test/histogram_tester_unittest.cc",
2001 "test/scoped_mock_time_message_loop_task_runner_unittest.cc", 2002 "test/scoped_mock_time_message_loop_task_runner_unittest.cc",
2002 "test/test_pending_task_unittest.cc", 2003 "test/test_pending_task_unittest.cc",
2003 "test/test_reg_util_win_unittest.cc", 2004 "test/test_reg_util_win_unittest.cc",
2004 "test/trace_event_analyzer_unittest.cc", 2005 "test/trace_event_analyzer_unittest.cc",
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
2529 } 2530 }
2530 2531
2531 fuzzer_test("base_json_correctness_fuzzer") { 2532 fuzzer_test("base_json_correctness_fuzzer") {
2532 sources = [ 2533 sources = [
2533 "json/correctness_fuzzer.cc", 2534 "json/correctness_fuzzer.cc",
2534 ] 2535 ]
2535 deps = [ 2536 deps = [
2536 ":base", 2537 ":base",
2537 ] 2538 ]
2538 } 2539 }
OLDNEW
« no previous file with comments | « no previous file | base/task_scheduler/task_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698