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

Side by Side Diff: base/BUILD.gn

Issue 2904593002: Refactor Environment Config Out of TaskSchedulerImpl (Closed)
Patch Set: Created 3 years, 7 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/task_scheduler/environment_config.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 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 "sys_info_win.cc", 811 "sys_info_win.cc",
812 "system_monitor/system_monitor.cc", 812 "system_monitor/system_monitor.cc",
813 "system_monitor/system_monitor.h", 813 "system_monitor/system_monitor.h",
814 "task/cancelable_task_tracker.cc", 814 "task/cancelable_task_tracker.cc",
815 "task/cancelable_task_tracker.h", 815 "task/cancelable_task_tracker.h",
816 "task_runner.cc", 816 "task_runner.cc",
817 "task_runner.h", 817 "task_runner.h",
818 "task_runner_util.h", 818 "task_runner_util.h",
819 "task_scheduler/delayed_task_manager.cc", 819 "task_scheduler/delayed_task_manager.cc",
820 "task_scheduler/delayed_task_manager.h", 820 "task_scheduler/delayed_task_manager.h",
821 "task_scheduler/environment_config.cc",
822 "task_scheduler/environment_config.h",
821 "task_scheduler/initialization_util.cc", 823 "task_scheduler/initialization_util.cc",
822 "task_scheduler/initialization_util.h", 824 "task_scheduler/initialization_util.h",
823 "task_scheduler/post_task.cc", 825 "task_scheduler/post_task.cc",
824 "task_scheduler/post_task.h", 826 "task_scheduler/post_task.h",
825 "task_scheduler/priority_queue.cc", 827 "task_scheduler/priority_queue.cc",
826 "task_scheduler/priority_queue.h", 828 "task_scheduler/priority_queue.h",
827 "task_scheduler/scheduler_lock.h", 829 "task_scheduler/scheduler_lock.h",
828 "task_scheduler/scheduler_lock_impl.cc", 830 "task_scheduler/scheduler_lock_impl.cc",
829 "task_scheduler/scheduler_lock_impl.h", 831 "task_scheduler/scheduler_lock_impl.h",
830 "task_scheduler/scheduler_single_thread_task_runner_manager.cc", 832 "task_scheduler/scheduler_single_thread_task_runner_manager.cc",
(...skipping 1893 matching lines...) Expand 10 before | Expand all | Expand 10 after
2724 } 2726 }
2725 2727
2726 fuzzer_test("base_json_correctness_fuzzer") { 2728 fuzzer_test("base_json_correctness_fuzzer") {
2727 sources = [ 2729 sources = [
2728 "json/correctness_fuzzer.cc", 2730 "json/correctness_fuzzer.cc",
2729 ] 2731 ]
2730 deps = [ 2732 deps = [
2731 ":base", 2733 ":base",
2732 ] 2734 ]
2733 } 2735 }
OLDNEW
« no previous file with comments | « no previous file | base/task_scheduler/environment_config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698