summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-10-31 17:47:25 -0400
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-11-01 11:53:04 -0400
commit551ff954a5e30c89c27f59a9848ba0a9be871adc (patch)
tree52bb3a3def27ee28172be51c94072fe5eb3071c6 /gyp
parentce1e151831ce7de7d3d4c4b19d58667504d716c1 (diff)
downloadqtlocation-mapboxgl-551ff954a5e30c89c27f59a9848ba0a9be871adc.tar.gz
Remove unused
Diffstat (limited to 'gyp')
-rw-r--r--gyp/fixtures.gypi17
1 files changed, 0 insertions, 17 deletions
diff --git a/gyp/fixtures.gypi b/gyp/fixtures.gypi
deleted file mode 100644
index 199865a6f3..0000000000
--- a/gyp/fixtures.gypi
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- 'targets': [
- { 'target_name': 'copy_fixtures',
- 'type': 'none',
- 'hard_dependency': 1,
- 'dependencies': [
- 'bundle_styles'
- ],
- 'copies': [
- {
- 'files': [ '../styles' ],
- 'destination': '../test/fixtures/style_parser'
- }
- ]
- },
- ]
-}