Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: tools/gyp/configurations.gypi

Issue 2117593002: Fuchsia: Initial check-in. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address comments Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/fuchsia_link.py ('k') | tools/gyp/configurations_fuchsia.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tools/fuchsia_link.py ('k') | tools/gyp/configurations_fuchsia.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698