Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/chromium/build/util/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 467 B image not shown  

Quelle  lastchange.gni   Sprache: unbekannt

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

# Copyright 2018 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.

# This file is used to inject fixed dummy commit for commit independent
# reproducible binaries.

declare_args() {
  use_dummy_lastchange = false
}

if (use_dummy_lastchange) {
  lastchange_file = "//chromium/build/util/LASTCHANGE.dummy"
} else {
  lastchange_file = "//chromium/build/util/LASTCHANGE"
}

[ Dauer der Verarbeitung: 0.28 Sekunden  ]