| Index: tools/gyp/configurations.gypi
|
| diff --git a/tools/gyp/configurations.gypi b/tools/gyp/configurations.gypi
|
| index 29f457e7c3b937eb073c11d9e3d3055a5e9aec05..cabfd6c50e19750d19a0fb465634375472356a93 100644
|
| --- a/tools/gyp/configurations.gypi
|
| +++ b/tools/gyp/configurations.gypi
|
| @@ -865,6 +865,16 @@
|
| ],
|
| },
|
|
|
| + 'ProductAndroidSIMDBC': {
|
| + 'inherit_from': [
|
| + 'Dart_Base', 'Dart_simdbc_Base', 'Dart_Product',
|
| + 'Dart_Android_Base',
|
| + # Default SIMDBC on Android targets arm.
|
| + 'Dart_Android_arm_Base',
|
| + 'Dart_Android_Product',
|
| + ],
|
| + },
|
| +
|
| 'DebugAndroidSIMDBC64': {
|
| 'inherit_from': [
|
| 'Dart_Base', 'Dart_simdbc_Base', 'Dart_Debug',
|
| @@ -888,6 +898,16 @@
|
| ],
|
| },
|
|
|
| + 'ProductAndroidSIMDBC64': {
|
| + 'inherit_from': [
|
| + 'Dart_Base', 'Dart_simdbc_Base', 'Dart_Product',
|
| + 'Dart_Android_Base',
|
| + # Default SIMDBC on Android targets arm64.
|
| + 'Dart_Android_arm64_Base',
|
| + 'Dart_Android_Product',
|
| + ],
|
| + },
|
| +
|
| # These targets assume that target_arch is passed in explicitly
|
| # by the containing project (e.g., chromium).
|
| 'Debug': {
|
|
|