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

Side by Side Diff: base/BUILD.gn

Issue 2464963002: TaskScheduler: Remove base::ExecutionMode. (Closed)
Patch Set: self-review Created 4 years, 1 month 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 1923 matching lines...) Expand 10 before | Expand all | Expand 10 after
1934 "task_scheduler/scheduler_worker_stack_unittest.cc", 1934 "task_scheduler/scheduler_worker_stack_unittest.cc",
1935 "task_scheduler/scheduler_worker_unittest.cc", 1935 "task_scheduler/scheduler_worker_unittest.cc",
1936 "task_scheduler/sequence_sort_key_unittest.cc", 1936 "task_scheduler/sequence_sort_key_unittest.cc",
1937 "task_scheduler/sequence_unittest.cc", 1937 "task_scheduler/sequence_unittest.cc",
1938 "task_scheduler/task_scheduler_impl_unittest.cc", 1938 "task_scheduler/task_scheduler_impl_unittest.cc",
1939 "task_scheduler/task_tracker_posix_unittest.cc", 1939 "task_scheduler/task_tracker_posix_unittest.cc",
1940 "task_scheduler/task_tracker_unittest.cc", 1940 "task_scheduler/task_tracker_unittest.cc",
1941 "task_scheduler/task_unittest.cc", 1941 "task_scheduler/task_unittest.cc",
1942 "task_scheduler/test_task_factory.cc", 1942 "task_scheduler/test_task_factory.cc",
1943 "task_scheduler/test_task_factory.h", 1943 "task_scheduler/test_task_factory.h",
1944 "task_scheduler/test_utils.h",
1944 "template_util_unittest.cc", 1945 "template_util_unittest.cc",
1945 "test/histogram_tester_unittest.cc", 1946 "test/histogram_tester_unittest.cc",
1946 "test/test_pending_task_unittest.cc", 1947 "test/test_pending_task_unittest.cc",
1947 "test/test_reg_util_win_unittest.cc", 1948 "test/test_reg_util_win_unittest.cc",
1948 "test/trace_event_analyzer_unittest.cc", 1949 "test/trace_event_analyzer_unittest.cc",
1949 "test/user_action_tester_unittest.cc", 1950 "test/user_action_tester_unittest.cc",
1950 "threading/non_thread_safe_unittest.cc", 1951 "threading/non_thread_safe_unittest.cc",
1951 "threading/platform_thread_unittest.cc", 1952 "threading/platform_thread_unittest.cc",
1952 "threading/post_task_and_reply_impl_unittest.cc", 1953 "threading/post_task_and_reply_impl_unittest.cc",
1953 "threading/sequenced_task_runner_handle_unittest.cc", 1954 "threading/sequenced_task_runner_handle_unittest.cc",
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
2453 testonly = true 2454 testonly = true
2454 deps = [ 2455 deps = [
2455 ":base_java", 2456 ":base_java",
2456 ] 2457 ]
2457 java_files = [ 2458 java_files = [
2458 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", 2459 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java",
2459 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", 2460 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java",
2460 ] 2461 ]
2461 } 2462 }
2462 } 2463 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698