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

Unified Diff: base/base.gyp

Issue 2162053006: Move EXPECT_DCHECK_DEATH from base/task_scheduler and use it in relevant base/ tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge up to r408965 Created 4 years, 5 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/BUILD.gn ('k') | base/bind_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index ef0f30a89db06c251c285546ce41700d90d1bb70..9ecfff368c55c04a11cec55ff7e5a7c1d511dc1c 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -555,16 +555,15 @@
'task_scheduler/priority_queue_unittest.cc',
'task_scheduler/scheduler_lock_unittest.cc',
'task_scheduler/scheduler_service_thread_unittest.cc',
- 'task_scheduler/scheduler_worker_unittest.cc',
'task_scheduler/scheduler_worker_pool_impl_unittest.cc',
'task_scheduler/scheduler_worker_stack_unittest.cc',
+ 'task_scheduler/scheduler_worker_unittest.cc',
'task_scheduler/sequence_sort_key_unittest.cc',
'task_scheduler/sequence_unittest.cc',
'task_scheduler/task_scheduler_impl_unittest.cc',
'task_scheduler/task_tracker_unittest.cc',
'task_scheduler/test_task_factory.cc',
'task_scheduler/test_task_factory.h',
- 'task_scheduler/test_utils.h',
'template_util_unittest.cc',
'test/histogram_tester_unittest.cc',
'test/test_pending_task_unittest.cc',
@@ -574,8 +573,8 @@
'threading/non_thread_safe_unittest.cc',
'threading/platform_thread_unittest.cc',
'threading/post_task_and_reply_impl_unittest.cc',
- 'threading/sequenced_worker_pool_unittest.cc',
'threading/sequenced_task_runner_handle_unittest.cc',
+ 'threading/sequenced_worker_pool_unittest.cc',
'threading/simple_thread_unittest.cc',
'threading/thread_checker_unittest.cc',
'threading/thread_collision_warner_unittest.cc',
« no previous file with comments | « base/BUILD.gn ('k') | base/bind_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698