summaryrefslogtreecommitdiff
path: root/gyp/certificates.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/certificates.gypi')
-rw-r--r--gyp/certificates.gypi12
1 files changed, 0 insertions, 12 deletions
diff --git a/gyp/certificates.gypi b/gyp/certificates.gypi
deleted file mode 100644
index 1d0c2acf86..0000000000
--- a/gyp/certificates.gypi
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- 'targets': [
- { 'target_name': 'copy_certificate_bundle',
- 'type': 'none',
- 'hard_dependency': 1,
- 'copies': [{
- 'files': [ '../common/ca-bundle.crt' ],
- 'destination': '<(PRODUCT_DIR)'
- }],
- },
- ]
-}