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

Unified Diff: runtime/bin/io_impl_sources.gypi

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/file_system_watcher_openbsd.cc ('k') | runtime/bin/log_openbsd.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/io_impl_sources.gypi
diff --git a/runtime/bin/io_impl_sources.gypi b/runtime/bin/io_impl_sources.gypi
index 611b458f5f6fd5d6039a064ee476a9b85b1c8cfb..9483ff3e65bdf599fd28275e983fe1477cf5c26a 100644
--- a/runtime/bin/io_impl_sources.gypi
+++ b/runtime/bin/io_impl_sources.gypi
@@ -13,6 +13,8 @@
'eventhandler_linux.h',
'eventhandler_macos.cc',
'eventhandler_macos.h',
+ 'eventhandler_openbsd.cc',
+ 'eventhandler_openbsd.h',
'eventhandler_win.cc',
'eventhandler_win.h',
'file_system_watcher.cc',
@@ -20,6 +22,7 @@
'file_system_watcher_android.cc',
'file_system_watcher_linux.cc',
'file_system_watcher_macos.cc',
+ 'file_system_watcher_openbsd.cc',
'file_system_watcher_win.cc',
'filter.cc',
'filter.h',
@@ -34,12 +37,14 @@
'platform_android.cc',
'platform_linux.cc',
'platform_macos.cc',
+ 'platform_openbsd.cc',
'platform_win.cc',
'process.cc',
'process.h',
'process_android.cc',
'process_linux.cc',
'process_macos.cc',
+ 'process_openbsd.cc',
'process_win.cc',
'../../third_party/root_certificates/root_certificates.cc',
'secure_socket.cc',
@@ -50,12 +55,14 @@
'socket_android.cc',
'socket_linux.cc',
'socket_macos.cc',
+ 'socket_openbsd.cc',
'socket_win.cc',
'stdio.cc',
'stdio.h',
'stdio_android.cc',
'stdio_linux.cc',
'stdio_macos.cc',
+ 'stdio_openbsd.cc',
'stdio_win.cc',
],
'conditions': [
« no previous file with comments | « runtime/bin/file_system_watcher_openbsd.cc ('k') | runtime/bin/log_openbsd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698