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

Side by Side Diff: base/BUILD.gn

Issue 2427963002: Support FileDescriptorWatcher in TaskScheduler. (Closed)
Patch Set: CR robliao #23 Created 4 years, 2 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
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 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 "task_scheduler/sequence_sort_key.cc", 806 "task_scheduler/sequence_sort_key.cc",
807 "task_scheduler/sequence_sort_key.h", 807 "task_scheduler/sequence_sort_key.h",
808 "task_scheduler/task.cc", 808 "task_scheduler/task.cc",
809 "task_scheduler/task.h", 809 "task_scheduler/task.h",
810 "task_scheduler/task_scheduler.cc", 810 "task_scheduler/task_scheduler.cc",
811 "task_scheduler/task_scheduler.h", 811 "task_scheduler/task_scheduler.h",
812 "task_scheduler/task_scheduler_impl.cc", 812 "task_scheduler/task_scheduler_impl.cc",
813 "task_scheduler/task_scheduler_impl.h", 813 "task_scheduler/task_scheduler_impl.h",
814 "task_scheduler/task_tracker.cc", 814 "task_scheduler/task_tracker.cc",
815 "task_scheduler/task_tracker.h", 815 "task_scheduler/task_tracker.h",
816 "task_scheduler/task_tracker_posix.cc",
817 "task_scheduler/task_tracker_posix.h",
816 "task_scheduler/task_traits.cc", 818 "task_scheduler/task_traits.cc",
817 "task_scheduler/task_traits.h", 819 "task_scheduler/task_traits.h",
818 "template_util.h", 820 "template_util.h",
819 "third_party/dmg_fp/dmg_fp.h", 821 "third_party/dmg_fp/dmg_fp.h",
820 "third_party/dmg_fp/dtoa_wrapper.cc", 822 "third_party/dmg_fp/dtoa_wrapper.cc",
821 "third_party/dmg_fp/g_fmt.cc", 823 "third_party/dmg_fp/g_fmt.cc",
822 "third_party/icu/icu_utf.cc", 824 "third_party/icu/icu_utf.cc",
823 "third_party/icu/icu_utf.h", 825 "third_party/icu/icu_utf.h",
824 "third_party/nspr/prtime.cc", 826 "third_party/nspr/prtime.cc",
825 "third_party/nspr/prtime.h", 827 "third_party/nspr/prtime.h",
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
1169 "files/file_util_posix.cc", 1171 "files/file_util_posix.cc",
1170 "json/json_file_value_serializer.cc", 1172 "json/json_file_value_serializer.cc",
1171 "json/json_file_value_serializer.h", 1173 "json/json_file_value_serializer.h",
1172 "message_loop/message_pump_libevent.cc", 1174 "message_loop/message_pump_libevent.cc",
1173 "message_loop/message_pump_libevent.h", 1175 "message_loop/message_pump_libevent.h",
1174 "process/kill_posix.cc", 1176 "process/kill_posix.cc",
1175 "process/launch.cc", 1177 "process/launch.cc",
1176 "process/launch.h", 1178 "process/launch.h",
1177 "process/launch_posix.cc", 1179 "process/launch_posix.cc",
1178 "rand_util_posix.cc", 1180 "rand_util_posix.cc",
1181 "task_scheduler/task_tracker_posix.cc",
1182 "task_scheduler/task_tracker_posix.h",
1179 ] 1183 ]
1180 } 1184 }
1181 } else { 1185 } else {
1182 # Remove NaCl stuff. 1186 # Remove NaCl stuff.
1183 sources -= [ 1187 sources -= [
1184 "memory/shared_memory_nacl.cc", 1188 "memory/shared_memory_nacl.cc",
1185 "os_compat_nacl.cc", 1189 "os_compat_nacl.cc",
1186 "os_compat_nacl.h", 1190 "os_compat_nacl.h",
1187 "rand_util_nacl.cc", 1191 "rand_util_nacl.cc",
1188 "synchronization/read_write_lock_nacl.cc", 1192 "synchronization/read_write_lock_nacl.cc",
(...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after
2448 testonly = true 2452 testonly = true
2449 deps = [ 2453 deps = [
2450 ":base_java", 2454 ":base_java",
2451 ] 2455 ]
2452 java_files = [ 2456 java_files = [
2453 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", 2457 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java",
2454 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", 2458 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java",
2455 ] 2459 ]
2456 } 2460 }
2457 } 2461 }
OLDNEW
« no previous file with comments | « no previous file | base/task_scheduler/task_scheduler_impl.h » ('j') | base/task_scheduler/task_scheduler_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698