Sha256: 4ec61bfe30d5b41f4ead6e1ebb5004a703e2ba20459575eba8df98d93a264022

Contents?: true

Size: 614 Bytes

Versions: 44

Compression:

Stored size: 614 Bytes

Contents

# Copyright (c) 2009 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.

{
  'targets': [
    {
      'target_name': 'copies3',
      'type': 'none',
      'copies': [
        {
          'destination': 'copies-out',
          'files': [
            'file3',
          ],
        },
      ],
    },
    {
      'target_name': 'copies4',
      'type': 'none',
      'copies': [
        {
          'destination': '<(PRODUCT_DIR)/copies-out',
          'files': [
            'file4',
          ],
        },
      ],
    },
  ],
}

Version data entries

44 entries across 44 versions & 7 rubygems

Version Path
libv8-3.11.8.3 vendor/v8/build/gyp/test/generator-output/copies/subdir/subdir.gyp
libv8-3.11.8.1 vendor/v8/build/gyp/test/generator-output/copies/subdir/subdir.gyp
libv8-3.11.8.0 vendor/v8/build/gyp/test/generator-output/copies/subdir/subdir.gyp
libv8-3.10.8.0 vendor/v8/build/gyp/test/generator-output/copies/subdir/subdir.gyp