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

Unified Diff: base/base.gyp

Issue 11550031: Implement SequenceChecker, which is a generalization of ThreadChecker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/base.gypi » ('j') | base/sequence_checker_impl.h » ('J')
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 a896980dbee71b39378c15a5167b0fd8080bd222..7c1d6d9e457f36500ed9a1eec61fd70fd18cb47c 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -511,6 +511,8 @@
'rand_util_unittest.cc',
'scoped_native_library_unittest.cc',
'scoped_observer.h',
+ 'sequence_checker_unittest.cc',
+ 'sequence_checker_impl_unittest.cc',
'sha1_unittest.cc',
'shared_memory_unittest.cc',
'stl_util_unittest.cc',
@@ -782,6 +784,8 @@
'test/multiprocess_test.cc',
'test/multiprocess_test.h',
'test/multiprocess_test_android.cc',
+ 'test/null_task_runner.cc',
+ 'test/null_task_runner.h',
'test/perf_test_suite.cc',
'test/perf_test_suite.h',
'test/scoped_locale.cc',
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/sequence_checker_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698