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

Unified Diff: mojo/edk/system/test/BUILD.gn

Issue 1639093002: Add //mojo/edk/platform/thread_utils.* containing "yield" and "sleep". (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 11 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 | « mojo/edk/system/simple_dispatcher_unittest.cc ('k') | mojo/edk/system/test/sleep.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/test/BUILD.gn
diff --git a/mojo/edk/system/test/BUILD.gn b/mojo/edk/system/test/BUILD.gn
index f90b4dc235f0a063f276ae905cce98bd8daee37a..69acdf13582117cd0a4c6ef861f96a32a966ccac 100644
--- a/mojo/edk/system/test/BUILD.gn
+++ b/mojo/edk/system/test/BUILD.gn
@@ -16,8 +16,6 @@ mojo_edk_source_set("test") {
"scoped_test_dir.h",
"simple_test_thread.cc",
"simple_test_thread.h",
- "sleep.cc",
- "sleep.h",
"stopwatch.cc",
"stopwatch.h",
"test_command_line.cc",
@@ -95,7 +93,6 @@ mojo_edk_source_set("run_all_perftests") {
mojo_edk_unittests("mojo_edk_system_test_unittests") {
sources = [
"random_unittest.cc",
- "sleep_unittest.cc",
]
deps = [
« no previous file with comments | « mojo/edk/system/simple_dispatcher_unittest.cc ('k') | mojo/edk/system/test/sleep.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698