blob: 3abfc66c56e4a0f9a5771b01e1ce50a0c68ebb58 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file
/// List of active repos under fuchsia.googlesource.com which can be linked to.
const List<String> validProjects = <String>[
'atom-language-fidl',
'cobalt',
'fargo',
'fuchsia',
'infra', // This is a family of projects.
'integration',
'intellij-language-fidl',
'jiri',
'manifest',
'third_party', // This is a family of projects.
'topaz',
'vscode-language-fidl',
];