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

Unified Diff: third_party/mojo/mojo_public.gyp

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_edk_tests.gyp ('k') | third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/mojo_public.gyp
diff --git a/third_party/mojo/mojo_public.gyp b/third_party/mojo/mojo_public.gyp
index 833776d0b8bf340f4fce7341f5d91a829f3eb07a..eaf0cb25865e8e7280cb64ad8b553d5c246d2c67 100644
--- a/third_party/mojo/mojo_public.gyp
+++ b/third_party/mojo/mojo_public.gyp
@@ -150,6 +150,9 @@
'src/mojo/public/cpp/bindings/lib/shared_ptr.h',
'src/mojo/public/cpp/bindings/lib/string_serialization.h',
'src/mojo/public/cpp/bindings/lib/string_serialization.cc',
+ 'src/mojo/public/cpp/bindings/lib/thread_checker.h',
+ 'src/mojo/public/cpp/bindings/lib/thread_checker_posix.cc',
+ 'src/mojo/public/cpp/bindings/lib/thread_checker_posix.h',
'src/mojo/public/cpp/bindings/lib/validate_params.h',
'src/mojo/public/cpp/bindings/lib/validation_errors.cc',
'src/mojo/public/cpp/bindings/lib/validation_errors.h',
« no previous file with comments | « third_party/mojo/mojo_edk_tests.gyp ('k') | third_party/mojo/src/mojo/public/cpp/bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698