| Index: tools/gyp/configurations.gypi
|
| diff --git a/tools/gyp/configurations.gypi b/tools/gyp/configurations.gypi
|
| index 84237ca07feb871df5098b3b80454c9dde5a6a19..6a4b796618bf359f76045e39c8896f2d2dd47ead 100644
|
| --- a/tools/gyp/configurations.gypi
|
| +++ b/tools/gyp/configurations.gypi
|
| @@ -660,6 +660,33 @@
|
| ],
|
| },
|
|
|
| + 'DebugAndroidX64': {
|
| + 'inherit_from': [
|
| + 'Dart_Base', 'Dart_x64_Base', 'Dart_Debug',
|
| + 'Dart_Android_Base',
|
| + 'Dart_Android_x64_Base',
|
| + 'Dart_Android_Debug',
|
| + ],
|
| + },
|
| +
|
| + 'ReleaseAndroidX64': {
|
| + 'inherit_from': [
|
| + 'Dart_Base', 'Dart_x64_Base', 'Dart_Release',
|
| + 'Dart_Android_Base',
|
| + 'Dart_Android_x64_Base',
|
| + 'Dart_Android_Release',
|
| + ],
|
| + },
|
| +
|
| + 'ProductAndroidX64': {
|
| + 'inherit_from': [
|
| + 'Dart_Base', 'Dart_x64_Base', 'Dart_Product',
|
| + 'Dart_Android_Base',
|
| + 'Dart_Android_x64_Base',
|
| + 'Dart_Android_Product',
|
| + ],
|
| + },
|
| +
|
| 'DebugAndroidARM': {
|
| 'inherit_from': [
|
| 'Dart_Base', 'Dart_arm_Base', 'Dart_Debug',
|
|
|