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

Unified Diff: runtime/bin/eventhandler.h

Issue 1559053002: Refs #10260 OpenBSD support #25327 Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address code review issues 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 | « runtime/bin/directory_openbsd.cc ('k') | runtime/bin/eventhandler_openbsd.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/eventhandler.h
diff --git a/runtime/bin/eventhandler.h b/runtime/bin/eventhandler.h
index c110d343dcab9d2779d03568e5ed2b33ba3b9b22..78987dc265e15de50c7f2b23fa03af62b6c254c6 100644
--- a/runtime/bin/eventhandler.h
+++ b/runtime/bin/eventhandler.h
@@ -599,6 +599,8 @@ class DescriptorInfoMultipleMixin : public DI {
#include "bin/eventhandler_linux.h"
#elif defined(TARGET_OS_MACOS)
#include "bin/eventhandler_macos.h"
+#elif defined(TARGET_OS_OPENBSD)
+#include "bin/eventhandler_openbsd.h"
#elif defined(TARGET_OS_WINDOWS)
#include "bin/eventhandler_win.h"
#else
« no previous file with comments | « runtime/bin/directory_openbsd.cc ('k') | runtime/bin/eventhandler_openbsd.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698