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

Unified Diff: base/BUILD.gn

Issue 2213263002: Make ThreadChecker::CalledOnValidThread() return true when called from the same task. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: similarity Created 4 years, 4 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/sequence_and_task_token.h » ('j') | base/sequence_and_task_token.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 6cc8c97226775053cf02b99780793f8c9c4cf18b..9059e6a537c9995cd8c4553ee72b5d93e02ee32b 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -678,11 +678,11 @@ component("base") {
"scoped_native_library.cc",
"scoped_native_library.h",
"scoped_observer.h",
+ "sequence_and_task_token.cc",
+ "sequence_and_task_token.h",
"sequence_checker.h",
"sequence_checker_impl.cc",
"sequence_checker_impl.h",
- "sequence_token.cc",
- "sequence_token.h",
"sequenced_task_runner.cc",
"sequenced_task_runner.h",
"sequenced_task_runner_helpers.h",
@@ -1875,8 +1875,8 @@ test("base_unittests") {
"scoped_generic_unittest.cc",
"scoped_native_library_unittest.cc",
"security_unittest.cc",
+ "sequence_and_task_token_unittest.cc",
"sequence_checker_unittest.cc",
- "sequence_token_unittest.cc",
"sha1_unittest.cc",
"stl_util_unittest.cc",
"strings/nullable_string16_unittest.cc",
« no previous file with comments | « no previous file | base/sequence_and_task_token.h » ('j') | base/sequence_and_task_token.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698