summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2016-10-21 19:14:16 +0200
committerMichal Klocek <michal.klocek@qt.io>2016-12-08 13:56:12 +0000
commit0c6c48da2ad5c60f5404636290eb82f492c2a1a8 (patch)
tree219a3d6ac11ce07cf3873181fc0b4dd285b52970 /configure.json
parent72242c614378a43c4563c05678d8e46d6fcbaa8d (diff)
Add gn bootstrap to build system
Bootstraps gn wihout rebuild. Change-Id: I09ee4d6b6f458f16f0d9ac18433823153ab75995 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index 66d568de9..a6aae977a 100644
--- a/configure.json
+++ b/configure.json
@@ -12,6 +12,10 @@
"ninja": {
"label": "system ninja",
"type": "detectNinja"
+ },
+ "gn": {
+ "label": "system gn",
+ "type": "detectGn"
}
},
@@ -31,6 +35,11 @@
"label": "Using system ninja",
"condition": "tests.ninja",
"output": [ "privateFeature" ]
+ },
+ "system-gn": {
+ "label": "Using system gn",
+ "condition": "tests.gn",
+ "output": [ "privateFeature" ]
}
},
@@ -40,6 +49,7 @@
"entries": [
"proprietary-codecs",
"spellchecker",
+ "system-gn",
"system-ninja"
]
}