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

Unified Diff: runtime/bin/builtin_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/bin.gypi ('k') | runtime/bin/crypto_openbsd.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/builtin_impl_sources.gypi
diff --git a/runtime/bin/builtin_impl_sources.gypi b/runtime/bin/builtin_impl_sources.gypi
index 054ec9b1162a34d1326c4adcf329c4c3a3133840..4865d17606a62f16922c48c1277dbda320b37993 100644
--- a/runtime/bin/builtin_impl_sources.gypi
+++ b/runtime/bin/builtin_impl_sources.gypi
@@ -12,6 +12,7 @@
'crypto_android.cc',
'crypto_linux.cc',
'crypto_macos.cc',
+ 'crypto_openbsd.cc',
'crypto_win.cc',
'builtin_common.cc',
'dartutils.cc',
@@ -19,6 +20,7 @@
'directory.cc',
'directory.h',
'directory_android.cc',
+ 'directory_openbsd.cc',
'directory_linux.cc',
'directory_macos.cc',
'directory_win.cc',
@@ -28,18 +30,21 @@
'extensions_android.cc',
'extensions_linux.cc',
'extensions_macos.cc',
+ 'extensions_openbsd.cc',
'extensions_win.cc',
'file.cc',
'file.h',
'file_android.cc',
'file_linux.cc',
'file_macos.cc',
+ 'file_openbsd.cc',
'file_win.cc',
'file_test.cc',
'fdutils.h',
'fdutils_android.cc',
'fdutils_linux.cc',
'fdutils_macos.cc',
+ 'fdutils_openbsd.cc',
'hashmap_test.cc',
'io_buffer.cc',
'io_buffer.h',
@@ -52,12 +57,15 @@
'thread_linux.h',
'thread_macos.cc',
'thread_macos.h',
+ 'thread_openbsd.cc',
+ 'thread_openbsd.h',
'thread_win.cc',
'thread_win.h',
'utils.h',
'utils_android.cc',
'utils_linux.cc',
'utils_macos.cc',
+ 'utils_openbsd.cc',
'utils_win.cc',
'utils_win.h',
],
« no previous file with comments | « runtime/bin/bin.gypi ('k') | runtime/bin/crypto_openbsd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698