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

Side by Side Diff: base/BUILD.gn

Issue 2042383004: Introduce TaskRunnerHandle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update comments Created 4 years, 6 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') | 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 805 matching lines...) Expand 10 before | Expand all | Expand 10 after
816 "threading/platform_thread_posix.cc", 816 "threading/platform_thread_posix.cc",
817 "threading/platform_thread_win.cc", 817 "threading/platform_thread_win.cc",
818 "threading/post_task_and_reply_impl.cc", 818 "threading/post_task_and_reply_impl.cc",
819 "threading/post_task_and_reply_impl.h", 819 "threading/post_task_and_reply_impl.h",
820 "threading/sequenced_task_runner_handle.cc", 820 "threading/sequenced_task_runner_handle.cc",
821 "threading/sequenced_task_runner_handle.h", 821 "threading/sequenced_task_runner_handle.h",
822 "threading/sequenced_worker_pool.cc", 822 "threading/sequenced_worker_pool.cc",
823 "threading/sequenced_worker_pool.h", 823 "threading/sequenced_worker_pool.h",
824 "threading/simple_thread.cc", 824 "threading/simple_thread.cc",
825 "threading/simple_thread.h", 825 "threading/simple_thread.h",
826 "threading/task_runner_handle.cc",
827 "threading/task_runner_handle.h",
828 "threading/task_runner_handle_internal.h",
826 "threading/thread.cc", 829 "threading/thread.cc",
827 "threading/thread.h", 830 "threading/thread.h",
828 "threading/thread_checker.h", 831 "threading/thread_checker.h",
829 "threading/thread_checker_impl.cc", 832 "threading/thread_checker_impl.cc",
830 "threading/thread_checker_impl.h", 833 "threading/thread_checker_impl.h",
831 "threading/thread_collision_warner.cc", 834 "threading/thread_collision_warner.cc",
832 "threading/thread_collision_warner.h", 835 "threading/thread_collision_warner.h",
833 "threading/thread_id_name_manager.cc", 836 "threading/thread_id_name_manager.cc",
834 "threading/thread_id_name_manager.h", 837 "threading/thread_id_name_manager.h",
835 "threading/thread_local.h", 838 "threading/thread_local.h",
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after
1910 "test/icu_test_util.h", 1913 "test/icu_test_util.h",
1911 "test/test_pending_task_unittest.cc", 1914 "test/test_pending_task_unittest.cc",
1912 "test/test_reg_util_win_unittest.cc", 1915 "test/test_reg_util_win_unittest.cc",
1913 "test/trace_event_analyzer_unittest.cc", 1916 "test/trace_event_analyzer_unittest.cc",
1914 "test/user_action_tester_unittest.cc", 1917 "test/user_action_tester_unittest.cc",
1915 "threading/non_thread_safe_unittest.cc", 1918 "threading/non_thread_safe_unittest.cc",
1916 "threading/platform_thread_unittest.cc", 1919 "threading/platform_thread_unittest.cc",
1917 "threading/sequenced_task_runner_handle_unittest.cc", 1920 "threading/sequenced_task_runner_handle_unittest.cc",
1918 "threading/sequenced_worker_pool_unittest.cc", 1921 "threading/sequenced_worker_pool_unittest.cc",
1919 "threading/simple_thread_unittest.cc", 1922 "threading/simple_thread_unittest.cc",
1923 "threading/task_runner_handle_unittest.cc",
1920 "threading/thread_checker_unittest.cc", 1924 "threading/thread_checker_unittest.cc",
1921 "threading/thread_collision_warner_unittest.cc", 1925 "threading/thread_collision_warner_unittest.cc",
1922 "threading/thread_id_name_manager_unittest.cc", 1926 "threading/thread_id_name_manager_unittest.cc",
1923 "threading/thread_local_storage_unittest.cc", 1927 "threading/thread_local_storage_unittest.cc",
1924 "threading/thread_local_unittest.cc", 1928 "threading/thread_local_unittest.cc",
1925 "threading/thread_unittest.cc", 1929 "threading/thread_unittest.cc",
1926 "threading/watchdog_unittest.cc", 1930 "threading/watchdog_unittest.cc",
1927 "threading/worker_pool_posix_unittest.cc", 1931 "threading/worker_pool_posix_unittest.cc",
1928 "threading/worker_pool_unittest.cc", 1932 "threading/worker_pool_unittest.cc",
1929 "time/pr_time_unittest.cc", 1933 "time/pr_time_unittest.cc",
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
2416 2420
2417 # GYP: //base.gyp:base_java_unittest_support 2421 # GYP: //base.gyp:base_java_unittest_support
2418 android_library("base_java_unittest_support") { 2422 android_library("base_java_unittest_support") {
2419 deps = [ 2423 deps = [
2420 ":base_java", 2424 ":base_java",
2421 ] 2425 ]
2422 java_files = 2426 java_files =
2423 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2427 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2424 } 2428 }
2425 } 2429 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698