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

Unified Diff: base/base.gypi

Issue 14927008: Move sequenced_task_runner to base/task (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/deferred_sequenced_task_runner.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 be869cebe9496112e9d9ff2ad0fef855f4828036..b3647d51b56d6c0bf5cf1b75ad43f95eebb1476f 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -398,9 +398,6 @@
'sequence_checker.h',
'sequence_checker_impl.cc',
'sequence_checker_impl.h',
- 'sequenced_task_runner.cc',
- 'sequenced_task_runner.h',
- 'sequenced_task_runner_helpers.h',
'sha1.h',
'sha1_portable.cc',
'sha1_win.cc',
@@ -465,6 +462,9 @@
'sys_info_openbsd.cc',
'sys_info_posix.cc',
'sys_info_win.cc',
+ 'task/sequenced_task_runner.cc',
+ 'task/sequenced_task_runner.h',
+ 'task/sequenced_task_runner_helpers.h',
'task_runner.cc',
'task_runner.h',
'task_runner_util.h',
« no previous file with comments | « no previous file | base/deferred_sequenced_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698