| Index: tools/gyp/configurations.gypi
|
| diff --git a/tools/gyp/configurations.gypi b/tools/gyp/configurations.gypi
|
| index e5ab11acd1e26f0ae28eff3d42ad30c59e888797..81e6b13e805e95ce4ecc9feded6140f02d722526 100644
|
| --- a/tools/gyp/configurations.gypi
|
| +++ b/tools/gyp/configurations.gypi
|
| @@ -387,6 +387,15 @@
|
| ],
|
| },
|
|
|
| + 'ProductSIMDBC': {
|
| + 'inherit_from': [
|
| + 'Dart_Base', 'Dart_simdbc_Base', 'Dart_Product',
|
| + 'Dart_<(dart_target_os)_Base',
|
| + 'Dart_<(dart_target_os)_simdbc_Base',
|
| + 'Dart_<(dart_target_os)_Product',
|
| + ],
|
| + },
|
| +
|
| 'DebugSIMDBC64': {
|
| 'inherit_from': [
|
| 'Dart_Base', 'Dart_simdbc_Base', 'Dart_Debug',
|
| @@ -408,6 +417,15 @@
|
| ],
|
| },
|
|
|
| + 'ProductSIMDBC64': {
|
| + 'inherit_from': [
|
| + 'Dart_Base', 'Dart_simdbc_Base', 'Dart_Product',
|
| + 'Dart_<(dart_target_os)_Base',
|
| + 'Dart_<(dart_target_os)_simdbc64_Base',
|
| + 'Dart_<(dart_target_os)_Product',
|
| + ],
|
| + },
|
| +
|
| # ARM and MIPS hardware configurations are only for Linux and Android.
|
| 'DebugXARM': {
|
| 'inherit_from': [
|
|
|