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

Unified Diff: base/BUILD.gn

Issue 2042383004: Introduce TaskRunnerHandle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: support for parallel tasks from SequencedWorkerPool 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/base.gyp » ('j') | base/threading/sequenced_task_runner_handle.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 0aa2a8eeb3e068d871b811962971ff807640994c..b70e1d27da8cf43aa19901e9a272f57f46064644 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -822,6 +822,9 @@ component("base") {
"threading/sequenced_worker_pool.h",
"threading/simple_thread.cc",
"threading/simple_thread.h",
+ "threading/task_runner_handle.cc",
fdoray 2016/06/17 14:29:01 Why is this in base/threading/? Could it be in bas
gab 2016/06/20 19:55:35 I agree that this is weird, I had the same thought
+ "threading/task_runner_handle.h",
+ "threading/task_runner_handle_internal.h",
"threading/thread.cc",
"threading/thread.h",
"threading/thread_checker.h",
@@ -1896,6 +1899,7 @@ test("base_unittests") {
"threading/sequenced_task_runner_handle_unittest.cc",
"threading/sequenced_worker_pool_unittest.cc",
"threading/simple_thread_unittest.cc",
+ "threading/task_runner_handle_unittest.cc",
"threading/thread_checker_unittest.cc",
"threading/thread_collision_warner_unittest.cc",
"threading/thread_id_name_manager_unittest.cc",
« 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