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

Side by Side Diff: base/BUILD.gn

Issue 2042383004: Introduce TaskRunnerHandle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak 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') | base/threading/sequenced_task_runner_handle.h » ('J')
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 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 "threading/platform_thread_posix.cc", 814 "threading/platform_thread_posix.cc",
815 "threading/platform_thread_win.cc", 815 "threading/platform_thread_win.cc",
816 "threading/post_task_and_reply_impl.cc", 816 "threading/post_task_and_reply_impl.cc",
817 "threading/post_task_and_reply_impl.h", 817 "threading/post_task_and_reply_impl.h",
818 "threading/sequenced_task_runner_handle.cc", 818 "threading/sequenced_task_runner_handle.cc",
819 "threading/sequenced_task_runner_handle.h", 819 "threading/sequenced_task_runner_handle.h",
820 "threading/sequenced_worker_pool.cc", 820 "threading/sequenced_worker_pool.cc",
821 "threading/sequenced_worker_pool.h", 821 "threading/sequenced_worker_pool.h",
822 "threading/simple_thread.cc", 822 "threading/simple_thread.cc",
823 "threading/simple_thread.h", 823 "threading/simple_thread.h",
824 "threading/task_runner_handle.cc",
825 "threading/task_runner_handle.h",
824 "threading/thread.cc", 826 "threading/thread.cc",
825 "threading/thread.h", 827 "threading/thread.h",
826 "threading/thread_checker.h", 828 "threading/thread_checker.h",
827 "threading/thread_checker_impl.cc", 829 "threading/thread_checker_impl.cc",
828 "threading/thread_checker_impl.h", 830 "threading/thread_checker_impl.h",
829 "threading/thread_collision_warner.cc", 831 "threading/thread_collision_warner.cc",
830 "threading/thread_collision_warner.h", 832 "threading/thread_collision_warner.h",
831 "threading/thread_id_name_manager.cc", 833 "threading/thread_id_name_manager.cc",
832 "threading/thread_id_name_manager.h", 834 "threading/thread_id_name_manager.h",
833 "threading/thread_local.h", 835 "threading/thread_local.h",
(...skipping 1058 matching lines...) Expand 10 before | Expand all | Expand 10 after
1892 "test/icu_test_util.h", 1894 "test/icu_test_util.h",
1893 "test/test_pending_task_unittest.cc", 1895 "test/test_pending_task_unittest.cc",
1894 "test/test_reg_util_win_unittest.cc", 1896 "test/test_reg_util_win_unittest.cc",
1895 "test/trace_event_analyzer_unittest.cc", 1897 "test/trace_event_analyzer_unittest.cc",
1896 "test/user_action_tester_unittest.cc", 1898 "test/user_action_tester_unittest.cc",
1897 "threading/non_thread_safe_unittest.cc", 1899 "threading/non_thread_safe_unittest.cc",
1898 "threading/platform_thread_unittest.cc", 1900 "threading/platform_thread_unittest.cc",
1899 "threading/sequenced_task_runner_handle_unittest.cc", 1901 "threading/sequenced_task_runner_handle_unittest.cc",
1900 "threading/sequenced_worker_pool_unittest.cc", 1902 "threading/sequenced_worker_pool_unittest.cc",
1901 "threading/simple_thread_unittest.cc", 1903 "threading/simple_thread_unittest.cc",
1904 "threading/task_runner_handle_unittest.cc",
1902 "threading/thread_checker_unittest.cc", 1905 "threading/thread_checker_unittest.cc",
1903 "threading/thread_collision_warner_unittest.cc", 1906 "threading/thread_collision_warner_unittest.cc",
1904 "threading/thread_id_name_manager_unittest.cc", 1907 "threading/thread_id_name_manager_unittest.cc",
1905 "threading/thread_local_storage_unittest.cc", 1908 "threading/thread_local_storage_unittest.cc",
1906 "threading/thread_local_unittest.cc", 1909 "threading/thread_local_unittest.cc",
1907 "threading/thread_unittest.cc", 1910 "threading/thread_unittest.cc",
1908 "threading/watchdog_unittest.cc", 1911 "threading/watchdog_unittest.cc",
1909 "threading/worker_pool_posix_unittest.cc", 1912 "threading/worker_pool_posix_unittest.cc",
1910 "threading/worker_pool_unittest.cc", 1913 "threading/worker_pool_unittest.cc",
1911 "time/pr_time_unittest.cc", 1914 "time/pr_time_unittest.cc",
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
2389 2392
2390 # GYP: //base.gyp:base_java_unittest_support 2393 # GYP: //base.gyp:base_java_unittest_support
2391 android_library("base_java_unittest_support") { 2394 android_library("base_java_unittest_support") {
2392 deps = [ 2395 deps = [
2393 ":base_java", 2396 ":base_java",
2394 ] 2397 ]
2395 java_files = 2398 java_files =
2396 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2399 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2397 } 2400 }
2398 } 2401 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/threading/sequenced_task_runner_handle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698