summaryrefslogtreecommitdiff
path: root/gyp/certificates.gypi
blob: 1d0c2acf86e6d0e87698c77ccd4c4b66b36b0989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  'targets': [
    { 'target_name': 'copy_certificate_bundle',
      'type': 'none',
      'hard_dependency': 1,
      'copies': [{
        'files': [ '../common/ca-bundle.crt' ],
        'destination': '<(PRODUCT_DIR)'
      }],
    },
  ]
}