summaryrefslogtreecommitdiff
path: root/deps/gyp/test/relative/foo/a/c/c.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/relative/foo/a/c/c.gyp')
-rw-r--r--deps/gyp/test/relative/foo/a/c/c.gyp12
1 files changed, 0 insertions, 12 deletions
diff --git a/deps/gyp/test/relative/foo/a/c/c.gyp b/deps/gyp/test/relative/foo/a/c/c.gyp
deleted file mode 100644
index c1f087db99..0000000000
--- a/deps/gyp/test/relative/foo/a/c/c.gyp
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- 'targets': [
- {
- 'target_name': 'c',
- 'type': 'static_library',
- 'sources': ['c.cc'],
- 'dependencies': [
- '../../b/b.gyp:b',
- ],
- },
- ],
-}