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

Unified Diff: third_party/boringssl/boringssl_dart.gyp

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/vm/vm_sources.gypi ('k') | tools/build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boringssl/boringssl_dart.gyp
diff --git a/third_party/boringssl/boringssl_dart.gyp b/third_party/boringssl/boringssl_dart.gyp
index 30270fa7f9bbd562d28dfffa55b4812a54eefe43..8749095bdb899fe58cf6b465df81c7aa98292e27 100644
--- a/third_party/boringssl/boringssl_dart.gyp
+++ b/third_party/boringssl/boringssl_dart.gyp
@@ -33,7 +33,7 @@
'<@(boringssl_mac_x86_64_sources)'
],
}],
- ['OS == "linux" or OS == "android"', {
+ ['OS == "linux" or OS == "android" or OS == "openbsd"', {
'sources': [
'<@(boringssl_linux_x86_64_sources)',
'<@(boringssl_linux_x86_sources)',
« no previous file with comments | « runtime/vm/vm_sources.gypi ('k') | tools/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698