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

« back to all changes in this revision

Viewing changes to test/ninja/normalize-paths-win/normalize-paths.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:
30
30
      ],
31
31
    },
32
32
    {
 
33
      'target_name': 'Copy_Target',
 
34
      'type': 'none',
 
35
      'copies': [
 
36
        {
 
37
          'destination': '<(PRODUCT_DIR)',
 
38
          'files': [
 
39
            '$(VSInstallDir)\\bin\\cl.exe',
 
40
          ],
 
41
        },
 
42
      ],
 
43
    },
 
44
    {
33
45
      'target_name': 'action',
34
46
      'type': 'none',
35
47
      'msvs_cygwin_shell': '0',