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

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

Issue 1507903006: EDK: Remove mojo::platform::MessageLoopForIO and add PlatformHandleWatcher. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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/edk/platform/BUILD.gn
diff --git a/mojo/edk/platform/BUILD.gn b/mojo/edk/platform/BUILD.gn
index 1d0253639e7604399a527b571d9db2c746e842b9..55057806f274f32ce42ef7245bcb807927da8e30 100644
--- a/mojo/edk/platform/BUILD.gn
+++ b/mojo/edk/platform/BUILD.gn
@@ -7,9 +7,9 @@ import("../mojo_edk.gni")
mojo_edk_source_set("platform") {
sources = [
"message_loop.h",
- "message_loop_for_io.h",
"platform_handle.cc",
"platform_handle.h",
+ "platform_handle_watcher.h",
"scoped_platform_handle.h",
"task_runner.h",
]

Powered by Google App Engine
This is Rietveld 408576698