summaryrefslogtreecommitdiff
path: root/gyp/project.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/project.gyp')
-rw-r--r--gyp/project.gyp19
1 files changed, 0 insertions, 19 deletions
diff --git a/gyp/project.gyp b/gyp/project.gyp
deleted file mode 100644
index 9f53eef510..0000000000
--- a/gyp/project.gyp
+++ /dev/null
@@ -1,19 +0,0 @@
-{
- 'conditions': [
- ['host == "osx"', {
- 'includes': [
- '../macosx/mapboxgl-app.gypi',
- '../linux/mapboxgl-app.gypi',
- '../test/test.gypi',
- '../bin/render.gypi',
- ]
- }],
- ['host == "linux"', {
- 'includes': [
- '../linux/mapboxgl-app.gypi',
- '../test/test.gypi',
- '../bin/render.gypi',
- ]
- }],
- ],
-}