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