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

Side by Side Diff: base/BUILD.gn

Issue 2180953002: Support PostTaskAndReply from a sequenced task. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build error Created 4 years, 4 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/post_task_and_reply_impl.cc » ('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 1907 matching lines...) Expand 10 before | Expand all | Expand 10 after
1918 "template_util_unittest.cc", 1918 "template_util_unittest.cc",
1919 "test/histogram_tester_unittest.cc", 1919 "test/histogram_tester_unittest.cc",
1920 "test/icu_test_util.cc", 1920 "test/icu_test_util.cc",
1921 "test/icu_test_util.h", 1921 "test/icu_test_util.h",
1922 "test/test_pending_task_unittest.cc", 1922 "test/test_pending_task_unittest.cc",
1923 "test/test_reg_util_win_unittest.cc", 1923 "test/test_reg_util_win_unittest.cc",
1924 "test/trace_event_analyzer_unittest.cc", 1924 "test/trace_event_analyzer_unittest.cc",
1925 "test/user_action_tester_unittest.cc", 1925 "test/user_action_tester_unittest.cc",
1926 "threading/non_thread_safe_unittest.cc", 1926 "threading/non_thread_safe_unittest.cc",
1927 "threading/platform_thread_unittest.cc", 1927 "threading/platform_thread_unittest.cc",
1928 "threading/post_task_and_reply_impl_unittest.cc",
1928 "threading/sequenced_task_runner_handle_unittest.cc", 1929 "threading/sequenced_task_runner_handle_unittest.cc",
1929 "threading/sequenced_worker_pool_unittest.cc", 1930 "threading/sequenced_worker_pool_unittest.cc",
1930 "threading/simple_thread_unittest.cc", 1931 "threading/simple_thread_unittest.cc",
1931 "threading/thread_checker_unittest.cc", 1932 "threading/thread_checker_unittest.cc",
1932 "threading/thread_collision_warner_unittest.cc", 1933 "threading/thread_collision_warner_unittest.cc",
1933 "threading/thread_id_name_manager_unittest.cc", 1934 "threading/thread_id_name_manager_unittest.cc",
1934 "threading/thread_local_storage_unittest.cc", 1935 "threading/thread_local_storage_unittest.cc",
1935 "threading/thread_local_unittest.cc", 1936 "threading/thread_local_unittest.cc",
1936 "threading/thread_unittest.cc", 1937 "threading/thread_unittest.cc",
1937 "threading/watchdog_unittest.cc", 1938 "threading/watchdog_unittest.cc",
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
2437 2438
2438 # GYP: //base.gyp:base_java_unittest_support 2439 # GYP: //base.gyp:base_java_unittest_support
2439 android_library("base_java_unittest_support") { 2440 android_library("base_java_unittest_support") {
2440 deps = [ 2441 deps = [
2441 ":base_java", 2442 ":base_java",
2442 ] 2443 ]
2443 java_files = 2444 java_files =
2444 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2445 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2445 } 2446 }
2446 } 2447 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/threading/post_task_and_reply_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698