~hjd/ubuntu/wily/gyp/debian-merged

« back to all changes in this revision

Viewing changes to test/win/shard/shard.gyp

  • Committer: Hans Joachim Desserud
  • Date: 2015-10-31 12:46:59 UTC
  • mfrom: (6.2.6 sid)
  • Revision ID: hans_joachim_desserud-20151031124659-lzxekr6woskh4k0b
Merge latest Debian version

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
      ],
17
17
      'product_dir': '<(PRODUCT_DIR)',
18
18
    },
 
19
    {
 
20
      'target_name': 'refs_to_shard',
 
21
      'type': 'executable',
 
22
      'dependencies': [
 
23
        # Make sure references are correctly updated.
 
24
        'shard',
 
25
      ],
 
26
      'sources': [
 
27
        'hello.cc',
 
28
      ],
 
29
    },
19
30
  ]
20
31
}