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

Side by Side Diff: base/BUILD.gn

Issue 1423773003: Add SequencedTaskRunnerHandle to get a SequencedTaskRunner for the current thread / sequence. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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
« no previous file with comments | « no previous file | base/base.gypi » ('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 import("//build/config/compiler/compiler.gni") 5 import("//build/config/compiler/compiler.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 "threading/platform_thread.h", 517 "threading/platform_thread.h",
518 "threading/platform_thread_android.cc", 518 "threading/platform_thread_android.cc",
519 "threading/platform_thread_internal_posix.cc", 519 "threading/platform_thread_internal_posix.cc",
520 "threading/platform_thread_internal_posix.h", 520 "threading/platform_thread_internal_posix.h",
521 "threading/platform_thread_linux.cc", 521 "threading/platform_thread_linux.cc",
522 "threading/platform_thread_mac.mm", 522 "threading/platform_thread_mac.mm",
523 "threading/platform_thread_posix.cc", 523 "threading/platform_thread_posix.cc",
524 "threading/platform_thread_win.cc", 524 "threading/platform_thread_win.cc",
525 "threading/post_task_and_reply_impl.cc", 525 "threading/post_task_and_reply_impl.cc",
526 "threading/post_task_and_reply_impl.h", 526 "threading/post_task_and_reply_impl.h",
527 "threading/sequenced_task_runner_handle.cc",
528 "threading/sequenced_task_runner_handle.h",
527 "threading/sequenced_worker_pool.cc", 529 "threading/sequenced_worker_pool.cc",
528 "threading/sequenced_worker_pool.h", 530 "threading/sequenced_worker_pool.h",
529 "threading/simple_thread.cc", 531 "threading/simple_thread.cc",
530 "threading/simple_thread.h", 532 "threading/simple_thread.h",
531 "threading/thread.cc", 533 "threading/thread.cc",
532 "threading/thread.h", 534 "threading/thread.h",
533 "threading/thread_checker.h", 535 "threading/thread_checker.h",
534 "threading/thread_checker_impl.cc", 536 "threading/thread_checker_impl.cc",
535 "threading/thread_checker_impl.h", 537 "threading/thread_checker_impl.h",
536 "threading/thread_collision_warner.cc", 538 "threading/thread_collision_warner.cc",
(...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1686 1688
1687 # GYP: //base.gyp:base_java_unittest_support 1689 # GYP: //base.gyp:base_java_unittest_support
1688 android_library("base_java_unittest_support") { 1690 android_library("base_java_unittest_support") {
1689 deps = [ 1691 deps = [
1690 ":base_java", 1692 ":base_java",
1691 ] 1693 ]
1692 java_files = 1694 java_files =
1693 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1695 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1694 } 1696 }
1695 } 1697 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/threading/sequenced_task_runner_handle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698