summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index 22870a0eb..7f5f46f72 100644
--- a/configure.json
+++ b/configure.json
@@ -28,6 +28,17 @@
}
},
+ "tests" : {
+ "ninja": {
+ "label": "system ninja",
+ "type": "detectNinja"
+ },
+ "gn": {
+ "label": "system gn",
+ "type": "detectGn"
+ }
+ },
+
"features": {
"alsa": {
"label": "ALSA",
@@ -50,6 +61,16 @@
"label": "Spellchecker",
"purpose": "Enables the use of Chromium's spellchecker",
"output": [ "privateFeature" ]
+ },
+ "system-ninja": {
+ "label": "Using system ninja",
+ "condition": "tests.ninja",
+ "output": [ "privateFeature" ]
+ },
+ "system-gn": {
+ "label": "Using system gn",
+ "condition": "tests.gn",
+ "output": [ "privateFeature" ]
}
},
@@ -59,6 +80,8 @@
"entries": [
"proprietary-codecs",
"spellchecker",
+ "system-gn",
+ "system-ninja",
{
"type": "feature",
"args": "alsa",