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

Unified Diff: tools/gyp/configurations.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 | « tools/gyp/all.gypi ('k') | tools/gyp/configurations_openbsd.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/configurations.gypi
diff --git a/tools/gyp/configurations.gypi b/tools/gyp/configurations.gypi
index 5b55362b11942730e8c75539a17429042ff98188..b6a1ef2da6de69bb09ef37ac41d511ad2511d6c3 100644
--- a/tools/gyp/configurations.gypi
+++ b/tools/gyp/configurations.gypi
@@ -25,6 +25,7 @@
['"<(target_arch)"=="mips"', { 'dart_target_arch': 'MIPS', }],
['"<(target_arch)"=="simmips"', { 'dart_target_arch': 'SIMMIPS', }],
[ 'OS=="linux"', { 'dart_target_os': 'Linux', } ],
+ [ 'OS=="openbsd"', { 'dart_target_os': 'OpenBSD', } ],
[ 'OS=="mac"', { 'dart_target_os': 'Macos', } ],
[ 'OS=="win"', { 'dart_target_os': 'Win', } ],
# The OS is set to "android" only when we are building Dartium+Clank. We
@@ -38,6 +39,7 @@
'includes': [
'configurations_android.gypi',
'configurations_make.gypi',
+ 'configurations_openbsd.gypi',
'configurations_xcode.gypi',
'configurations_msvs.gypi',
],
« no previous file with comments | « tools/gyp/all.gypi ('k') | tools/gyp/configurations_openbsd.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698