Sha256: c5f3c14f6de1388688afd40e50912527dbb883b8c2482b78674c4c0f9f709609

Contents?: true

Size: 1.13 KB

Versions: 16

Compression:

Stored size: 1.13 KB

Contents

# Copyright (c) 2012 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': 'create_intermediate',
      'type': 'none',
      'actions': [
        {
          'action_name': 'create_intermediate',
          'inputs': [
            'create_intermediate.py',
          ],
          'outputs': [
            '<(PRODUCT_DIR)/intermediate',
            'ALWAYS.run.ALWAYS',
          ],
          'action': [
            'python', 'create_intermediate.py', '<(PRODUCT_DIR)/intermediate',
          ],
        },
      ],
    },
    {
      'target_name': 'dependent',
      'type': 'none',
      'dependencies': [
        'create_intermediate',
      ],
      'actions': [
        {
          'action_name': 'dependent',
          'inputs': [
            '<(PRODUCT_DIR)/intermediate',
          ],
          'outputs': [
            '<(PRODUCT_DIR)/dependent'
          ],
          'action': [
            'python', 'touch.py', '<(PRODUCT_DIR)/dependent', '<(PRODUCT_DIR)/side_effect',
          ],
        },
      ],
    },
  ],
}

Version data entries

16 entries across 16 versions & 3 rubygems

Version Path
libv8-3.11.8.17 vendor/v8/build/gyp/test/restat/src/restat.gyp
libv8-3.11.8.16 vendor/v8/build/gyp/test/restat/src/restat.gyp
libv8-3.11.8.13 vendor/v8/build/gyp/test/restat/src/restat.gyp
libv8-3.11.8.12 vendor/v8/build/gyp/test/restat/src/restat.gyp
sunrise-cms-0.5.0.rc1 vendor/bundle/ruby/1.9.1/gems/libv8-3.11.8.4/vendor/v8/build/gyp/test/restat/src/restat.gyp
libv8-3.11.8.11 vendor/v8/build/gyp/test/restat/src/restat.gyp
libv8-3.11.8.10 vendor/v8/build/gyp/test/restat/src/restat.gyp
libv8-3.11.8.9 vendor/v8/build/gyp/test/restat/src/restat.gyp
libv8-3.11.8.8 vendor/v8/build/gyp/test/restat/src/restat.gyp
libv8-3.11.8.7 vendor/v8/build/gyp/test/restat/src/restat.gyp
libv8-3.11.8.4 vendor/v8/build/gyp/test/restat/src/restat.gyp
libv8-freebsd-3.11.8.3 vendor/v8/build/gyp/test/restat/src/restat.gyp
libv8-3.11.8.3 vendor/v8/build/gyp/test/restat/src/restat.gyp
libv8-3.11.8.1 vendor/v8/build/gyp/test/restat/src/restat.gyp
libv8-3.11.8.0 vendor/v8/build/gyp/test/restat/src/restat.gyp
libv8-3.10.8.0 vendor/v8/build/gyp/test/restat/src/restat.gyp