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

Unified Diff: base/base.gypi

Issue 2042383004: Introduce TaskRunnerHandle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base.gyp ('k') | base/threading/sequenced_task_runner_handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 0e5fcbdf5ee81c0b0bbcc20edbf21be36fddb287..a6f47e43094e6542415d696897d33463f2e1ebde 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -699,6 +699,9 @@
'threading/sequenced_worker_pool.h',
'threading/simple_thread.cc',
'threading/simple_thread.h',
+ 'threading/task_runner_handle.cc',
+ 'threading/task_runner_handle.h',
+ 'threading/task_runner_handle_internal.h',
'threading/thread.cc',
'threading/thread.h',
'threading/thread_checker.h',
« no previous file with comments | « base/base.gyp ('k') | base/threading/sequenced_task_runner_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698