summaryrefslogtreecommitdiff
path: root/tools/gyp/test/home_dot_gyp/src/all.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gyp/test/home_dot_gyp/src/all.gyp')
-rw-r--r--tools/gyp/test/home_dot_gyp/src/all.gyp21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/gyp/test/home_dot_gyp/src/all.gyp b/tools/gyp/test/home_dot_gyp/src/all.gyp
deleted file mode 100644
index 09d4e11cdc..0000000000
--- a/tools/gyp/test/home_dot_gyp/src/all.gyp
+++ /dev/null
@@ -1,21 +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)',
- ],
- },
- ],
-}