Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/python/gyp/test/analyzer/subdir/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 734 B image not shown  

Quelle  subdir.gyp   Sprache: unbekannt

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

# Copyright (c) 2014 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

{
  'variables': {
    'trailing_dir_path': '../',
   },
  'targets': [
    {
      'target_name': 'foo',
      'type': 'static_library',
      'sources': [
        'subdir_source.c',
        '<(trailing_dir_path)/parent_source.c',
      ],
    },
    {
      'target_name': 'subdir2a',
      'type': 'static_library',
      'sources': [
        'subdir2_source.c',
      ],
      'dependencies': [
        'subdir2b',
      ],
    },
    {
      'target_name': 'subdir2b',
      'type': 'static_library',
      'sources': [
        'subdir2b_source.c',
      ],
    },
  ],
}

[ Dauer der Verarbeitung: 0.35 Sekunden  ]