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

Unified Diff: third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn

Issue 1380043002: Implement a simple ThreadChecker for Mojo and add to |internal::SharedData| and |internal::Router|. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build rules. Created 5 years, 3 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 | « third_party/mojo/mojo_public.gyp ('k') | third_party/mojo/src/mojo/public/cpp/bindings/lib/router.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn b/third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn
index 14eb550ce677e859a7287247bd5abf573af6eed0..c91bdd51300c1d1f2f2f8fcacae265c7683d3ec0 100644
--- a/third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn
@@ -81,6 +81,9 @@ mojo_sdk_source_set("callback") {
"lib/shared_data.h",
"lib/shared_ptr.h",
"lib/template_util.h",
+ "lib/thread_checker.h",
+ "lib/thread_checker_posix.cc",
+ "lib/thread_checker_posix.h",
]
mojo_sdk_deps = [ "mojo/public/cpp/system" ]
« no previous file with comments | « third_party/mojo/mojo_public.gyp ('k') | third_party/mojo/src/mojo/public/cpp/bindings/lib/router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698