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

Unified Diff: trunk/src/base/base.gypi

Issue 14985007: Revert 198844 "Move sequenced_task_runner to base/task" (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | trunk/src/base/deferred_sequenced_task_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/base/base.gypi
===================================================================
--- trunk/src/base/base.gypi (revision 198847)
+++ trunk/src/base/base.gypi (working copy)
@@ -398,6 +398,9 @@
'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',
@@ -462,9 +465,6 @@
'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 | trunk/src/base/deferred_sequenced_task_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698