summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-29 11:59:24 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-10-29 11:59:24 -0400
commit293b291b80f6fc42b6551bbb50e702815ac7a4a3 (patch)
treee5f178542975cdc2762174de2c4c45f999a0f3d7 /test
parent1d82ae14a4d14a9ad42a4dabde63d3cba57ef02b (diff)
downloadqtlocation-mapboxgl-293b291b80f6fc42b6551bbb50e702815ac7a4a3.tar.gz
rename mbgl to mbgl-core
Diffstat (limited to 'test')
-rw-r--r--test/test.gyp18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/test.gyp b/test/test.gyp
index a01d1b32be..43e1669384 100644
--- a/test/test.gyp
+++ b/test/test.gyp
@@ -13,7 +13,7 @@
],
'dependencies': [
'../deps/gtest/gtest.gyp:gtest',
- '../mapboxgl.gyp:mbgl',
+ '../mapboxgl.gyp:mbgl-core',
]
},
{ 'target_name': 'clip_ids',
@@ -25,7 +25,7 @@
],
'dependencies': [
'../deps/gtest/gtest.gyp:gtest',
- '../mapboxgl.gyp:mbgl',
+ '../mapboxgl.gyp:mbgl-core',
]
},
{ 'target_name': 'enums',
@@ -37,7 +37,7 @@
],
'dependencies': [
'../deps/gtest/gtest.gyp:gtest',
- '../mapboxgl.gyp:mbgl',
+ '../mapboxgl.gyp:mbgl-core',
]
},
{ 'target_name': 'style_parser',
@@ -51,7 +51,7 @@
],
'dependencies': [
'../deps/gtest/gtest.gyp:gtest',
- '../mapboxgl.gyp:mbgl',
+ '../mapboxgl.gyp:mbgl-core',
'../mapboxgl.gyp:copy_fixtures',
]
},
@@ -64,7 +64,7 @@
],
'dependencies': [
'../deps/gtest/gtest.gyp:gtest',
- '../mapboxgl.gyp:mbgl',
+ '../mapboxgl.gyp:mbgl-core',
]
},
{ 'target_name': 'comparisons',
@@ -76,7 +76,7 @@
],
'dependencies': [
'../deps/gtest/gtest.gyp:gtest',
- '../mapboxgl.gyp:mbgl',
+ '../mapboxgl.gyp:mbgl-core',
]
},
{ 'target_name': 'tile',
@@ -88,7 +88,7 @@
],
'dependencies': [
'../deps/gtest/gtest.gyp:gtest',
- '../mapboxgl.gyp:mbgl',
+ '../mapboxgl.gyp:mbgl-core',
]
},
{ 'target_name': 'functions',
@@ -100,7 +100,7 @@
],
'dependencies': [
'../deps/gtest/gtest.gyp:gtest',
- '../mapboxgl.gyp:mbgl',
+ '../mapboxgl.gyp:mbgl-core',
]
},
{ 'target_name': 'headless',
@@ -128,7 +128,7 @@
],
'dependencies': [
'../deps/gtest/gtest.gyp:gtest',
- '../mapboxgl.gyp:mbgl',
+ '../mapboxgl.gyp:mbgl-core',
'../mapboxgl.gyp:mbgl-headless',
'<(platform_library)',
],