summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
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"
]
}