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

Unified Diff: mojo/public/cpp/utility/BUILD.gn

Issue 1996703002: Make mojo::RunLoop just use pthreads. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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
Index: mojo/public/cpp/utility/BUILD.gn
diff --git a/mojo/public/cpp/utility/BUILD.gn b/mojo/public/cpp/utility/BUILD.gn
index d47d5c43fa01e14aeee0d332d79457276b09c48b..dd2c240f7cb45982f7c54fca90fa9942ae743d09 100644
--- a/mojo/public/cpp/utility/BUILD.gn
+++ b/mojo/public/cpp/utility/BUILD.gn
@@ -7,9 +7,6 @@ import("../../mojo_sdk.gni")
mojo_sdk_source_set("utility") {
sources = [
"lib/run_loop.cc",
- "lib/thread_local.h",
- "lib/thread_local_posix.cc",
- "lib/thread_local_win.cc",
"run_loop.h",
"run_loop_handler.h",
]

Powered by Google App Engine
This is Rietveld 408576698