summaryrefslogtreecommitdiff
path: root/deps/gyp/test/home_dot_gyp/src/all.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/home_dot_gyp/src/all.gyp')
-rw-r--r--deps/gyp/test/home_dot_gyp/src/all.gyp22
1 files changed, 0 insertions, 22 deletions
diff --git a/deps/gyp/test/home_dot_gyp/src/all.gyp b/deps/gyp/test/home_dot_gyp/src/all.gyp
deleted file mode 100644
index 14b6aea285..0000000000
--- a/deps/gyp/test/home_dot_gyp/src/all.gyp
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright (c) 2009 Google Inc. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'variables': {
- 'foo%': '"fromdefault"',
- },
- 'targets': [
- {
- 'target_name': 'printfoo',
- 'type': 'executable',
- 'sources': [
- 'printfoo.c',
- ],
- 'defines': [
- 'FOO=<(foo)',
- ],
- },
- ],
-}
-