summaryrefslogtreecommitdiff
path: root/gyp/fixtures.gypi
blob: f290da5d53d21ee1d76cb3938eee8ad9eefa784b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  'targets': [
    {
      'target_name': 'copy_fixtures',
      'type': 'none',
      'hard_dependency': 1,
      'dependencies': [
        'bundle_styles'
      ],
      'copies': [
        {
          'files': [ '../styles' ],
          'destination': '../test/fixtures/style_parser'
        }
      ]
    },
  ]
}