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

Unified Diff: base/base.gypi

Issue 11550031: Implement SequenceChecker, which is a generalization of ThreadChecker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 6ea3a079e80ae54ce23de61d3f383f0557f260f7..99e16abc8e80d406711e88ca29177b9c9e0c5b91 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -353,6 +353,9 @@
'safe_strerror_posix.h',
'scoped_native_library.cc',
'scoped_native_library.h',
+ 'sequence_checker.h',
+ 'sequence_checker_impl.cc',
+ 'sequence_checker_impl.h',
'sequenced_task_runner.cc',
'sequenced_task_runner.h',
'sequenced_task_runner_helpers.h',
« no previous file with comments | « base/base.gyp ('k') | base/sequence_checker.h » ('j') | base/sequence_checker_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698