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, 12 insertions, 0 deletions
diff --git a/deps/gyp/test/relative/foo/a/c/c.gyp b/deps/gyp/test/relative/foo/a/c/c.gyp
new file mode 100644
index 0000000000..c1f087db99
--- /dev/null
+++ b/deps/gyp/test/relative/foo/a/c/c.gyp
@@ -0,0 +1,12 @@
+{
+ 'targets': [
+ {
+ 'target_name': 'c',
+ 'type': 'static_library',
+ 'sources': ['c.cc'],
+ 'dependencies': [
+ '../../b/b.gyp:b',
+ ],
+ },
+ ],
+}