Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/libwebrtc/infra/config/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 1004 B image not shown  

Quelle  PACKAGE.star   Sprache: unbekannt

 
Spracherkennung für: .star vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

#!/usr/bin/env lucicfg

#  Copyright (c) 2025 The WebRTC project authors. All Rights Reserved.
#
#  Use of this source code is governed by a BSD-style license
#  that can be found in the LICENSE file in the root of the source
#  tree. An additional intellectual property rights grant can be found
#  in the file PATENTS.  All contributing project authors may
#  be found in the AUTHORS file in the root of the source tree.

"""Package declaration for the WebRTC project."""

pkg.declare(
    name = "@webrtc-project",
    lucicfg = "1.45.6",
)

pkg.entrypoint("config.star")

pkg.options.lint_checks([
    "default",
])

pkg.depend(
    name = "@chromium-luci",
    source = pkg.source.googlesource(
        host = "chromium",
        repo = "infra/chromium",
        ref = "refs/heads/main",
        path = "starlark-libs/chromium-luci",
        revision = "04cdad5911e5d091eba42fc1ede0dd08b9261166",
    ),
)

pkg.resources([
    "console-header.textpb",
    "luci-analysis.cfg",
    "templates/*",
])

[Dauer der Verarbeitung: 0.30 Sekunden]