| 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',
|
| ],
|
|
|