summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/test/function_platform_all.json
blob: 8152ceac105703bbd062c5aa7cac62fe6d08ea97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

[
  {
    "namespace": "json.compiler.test.functions",
    "description": "",
    "functions": [{
      "name": "test",
      "type": "function",
      "platforms": ["win", "linux", "chromeos"],
      "parameters": []
    }]
  }
]