Sha256: ec8248845499adbb37c5730ae7f029bf48007eeb80905cfaa8da0969921d4930

Contents?: true

Size: 627 Bytes

Versions: 9

Compression:

Stored size: 627 Bytes

Contents

# Copyright 2016 the V8 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.

{
  'conditions': [
    ['test_isolation_mode != "noop"', {
      'targets': [
        {
          'target_name': 'run_valgrind_run',
          'type': 'none',
          'dependencies': [
            '../src/d8.gyp:d8_run',
          ],
          'includes': [
            '../gypfiles/features.gypi',
            '../gypfiles/isolate.gypi',
          ],
          'sources': [
            'run-valgrind.isolate',
          ],
        },
      ],
    }],
  ],
}

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
libv8-6.0.286.54.1 vendor/v8/tools/run-valgrind.gyp
libv8-6.0.286.54.0 vendor/v8/tools/run-valgrind.gyp
libv8-6.0.286.54.0beta2 vendor/v8/tools/run-valgrind.gyp
libv8-6.0.286.54.0beta1 vendor/v8/tools/run-valgrind.gyp
libv8-6.0.286.44.0beta1 vendor/v8/tools/run-valgrind.gyp
node-compiler-0.9.1 vendor/node/deps/v8/tools/run-valgrind.gyp
node-compiler-0.9.0 vendor/node-v7.2.1/deps/v8/tools/run-valgrind.gyp
node-compiler-0.8.0 vendor/node-v7.2.0/deps/v8/tools/run-valgrind.gyp
node-compiler-0.7.0 vendor/node-v7.1.0/deps/v8/tools/run-valgrind.gyp