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

Unified Diff: base/BUILD.gn

Issue 2042383004: Introduce TaskRunnerHandle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +tests 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/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 fa6676fec7d11e58108ae9e7c588cabc4b46554a..1f894e4a9e7ee8b032083ca76df499335da513df 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -822,6 +822,8 @@ component("base") {
"threading/sequenced_worker_pool.h",
"threading/simple_thread.cc",
"threading/simple_thread.h",
+ "threading/task_runner_handle.cc",
+ "threading/task_runner_handle.h",
"threading/thread.cc",
"threading/thread.h",
"threading/thread_checker.h",
@@ -1896,6 +1898,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/task_runner_handle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698