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

Unified Diff: base/base.gypi

Issue 2042383004: Introduce TaskRunnerHandle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index df6bf8cbe5959c6ea498ef25b0a07e934d5cee55..70d0af700c54408f71bb45f9d3d754a28285423e 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -699,6 +699,8 @@
'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',

Powered by Google App Engine
This is Rietveld 408576698