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