summaryrefslogtreecommitdiff
path: root/gyp/http-nsurl.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/http-nsurl.gypi')
-rw-r--r--gyp/http-nsurl.gypi45
1 files changed, 0 insertions, 45 deletions
diff --git a/gyp/http-nsurl.gypi b/gyp/http-nsurl.gypi
deleted file mode 100644
index e22da472ce..0000000000
--- a/gyp/http-nsurl.gypi
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- 'targets': [
- { 'target_name': 'http-nsurl',
- 'product_name': 'mbgl-http-nsurl',
- 'type': 'static_library',
- 'standalone_static_library': 1,
- 'hard_dependency': 1,
-
- 'sources': [
- '../platform/darwin/src/http_request_nsurl.mm',
- ],
-
- 'include_dirs': [
- '../include',
- '../src',
- ],
-
- 'variables': {
- 'ldflags': [
- '-framework Foundation', # For NSURLRequest
- ],
- 'defines': [
- '-DMBGL_HTTP_NSURL'
- ],
- },
-
- 'xcode_settings': {
- 'CLANG_ENABLE_OBJC_ARC': 'YES',
- },
-
- 'direct_dependent_settings': {
- 'xcode_settings': {
- 'OTHER_CFLAGS': [ '<@(defines)' ],
- 'OTHER_CPLUSPLUSFLAGS': [ '<@(defines)' ],
- }
- },
-
- 'link_settings': {
- 'xcode_settings': {
- 'OTHER_LDFLAGS': [ '<@(ldflags)' ],
- },
- },
- },
- ],
-}