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

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

Issue 2744943002: Mojo: Move waiting APIs to public library (Closed)
Patch Set: . Created 3 years, 9 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/js/tests/js_to_cpp_tests.cc ('k') | mojo/edk/system/awakable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/BUILD.gn
diff --git a/mojo/edk/system/BUILD.gn b/mojo/edk/system/BUILD.gn
index 6e3505dc858cdc56f41f782b2a2fed04cb9bb6ce..a68cd44ff1f80ef5236674e8fc35c8238a1d933c 100644
--- a/mojo/edk/system/BUILD.gn
+++ b/mojo/edk/system/BUILD.gn
@@ -16,9 +16,6 @@ component("system") {
sources = [
"atomic_flag.h",
- "awakable.h",
- "awakable_list.cc",
- "awakable_list.h",
"broker.h",
"broker_host.cc",
"broker_host.h",
@@ -62,10 +59,6 @@ component("system") {
"request_context.h",
"shared_buffer_dispatcher.cc",
"shared_buffer_dispatcher.h",
- "wait_set_dispatcher.cc",
- "wait_set_dispatcher.h",
- "waiter.cc",
- "waiter.h",
"watch.cc",
"watch.h",
"watcher_dispatcher.cc",
@@ -155,7 +148,6 @@ source_set("test_utils") {
test("mojo_system_unittests") {
sources = [
- "awakable_list_unittest.cc",
"channel_unittest.cc",
"core_test_base.cc",
"core_test_base.h",
@@ -166,10 +158,6 @@ test("mojo_system_unittests") {
"shared_buffer_dispatcher_unittest.cc",
"shared_buffer_unittest.cc",
"signals_unittest.cc",
- "wait_set_dispatcher_unittest.cc",
- "waiter_test_utils.cc",
- "waiter_test_utils.h",
- "waiter_unittest.cc",
"watcher_unittest.cc",
]
@@ -190,6 +178,7 @@ test("mojo_system_unittests") {
"//mojo/edk/system/ports:tests",
"//mojo/edk/test:run_all_unittests",
"//mojo/edk/test:test_support",
+ "//mojo/public/cpp/system",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « mojo/edk/js/tests/js_to_cpp_tests.cc ('k') | mojo/edk/system/awakable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698