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

Unified Diff: runtime/bin/BUILD.gn

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 | « no previous file | runtime/bin/bin.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/BUILD.gn
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
index b6d6ac1f26cbfdb0755af841c7c76c4396e99462..3c521f27751a0633b8c8de9e82f5dbbd4e2b7c75 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -129,6 +129,7 @@ static_library("libdart_builtin") {
"log_android.cc",
"log_linux.cc",
"log_macos.cc",
+ "log_openbsd.cc",
"log_win.cc",
] + builtin_impl_sources_gypi.sources
}
@@ -189,6 +190,7 @@ executable("gen_snapshot") {
"platform_android.cc",
"platform_linux.cc",
"platform_macos.cc",
+ "platform_openbsd.cc",
"platform_win.cc",
"platform.h",
"vmservice_impl.cc",
@@ -321,6 +323,7 @@ source_set("embedded_dart_io") {
"log_android.cc",
"log_linux.cc",
"log_macos.cc",
+ "log_openbsd.cc",
"log_win.cc",
"log.h",
]
« no previous file with comments | « no previous file | runtime/bin/bin.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698