| Index: tools/gyp/configurations.gypi
|
| diff --git a/tools/gyp/configurations.gypi b/tools/gyp/configurations.gypi
|
| index 29f457e7c3b937eb073c11d9e3d3055a5e9aec05..267be04cb6fc501d688dcee59ce54fe323c1abe5 100644
|
| --- a/tools/gyp/configurations.gypi
|
| +++ b/tools/gyp/configurations.gypi
|
| @@ -41,6 +41,7 @@
|
| },
|
| 'includes': [
|
| 'configurations_android.gypi',
|
| + 'configurations_fuchsia.gypi',
|
| 'configurations_make.gypi',
|
| 'configurations_xcode.gypi',
|
| 'configurations_msvs.gypi',
|
| @@ -729,6 +730,21 @@
|
| ],
|
| },
|
|
|
| + # Fuchsia configurations. The configuration names explicitly include
|
| + # 'Fuchsia' because we are cross-building from Linux, and, when building
|
| + # the standalone VM, we cannot inspect the gyp built-in 'OS' variable to
|
| + # figure out that we are building for Fuchsia. Since we have not re-run
|
| + # gyp, it will still be 'linux'.
|
| + 'ProductFuchsiaX64': {
|
| + 'inherit_from': [
|
| + 'Dart_Base', 'Dart_x64_Base', 'Dart_Product',
|
| + 'Dart_Fuchsia_Base',
|
| + 'Dart_Fuchsia_x64_Base',
|
| + 'Dart_Fuchsia_Product',
|
| + ],
|
| + },
|
| +
|
| +
|
| # Android configurations. The configuration names explicitly include
|
| # 'Android' because we are cross-building from Linux, and, when building
|
| # the standalone VM, we cannot inspect the gyp built-in 'OS' variable to
|
|
|