summaryrefslogtreecommitdiff
path: root/deps/gyp/test/subdirectory/src/symroot.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/subdirectory/src/symroot.gypi')
-rw-r--r--deps/gyp/test/subdirectory/src/symroot.gypi16
1 files changed, 0 insertions, 16 deletions
diff --git a/deps/gyp/test/subdirectory/src/symroot.gypi b/deps/gyp/test/subdirectory/src/symroot.gypi
deleted file mode 100644
index 519916427c..0000000000
--- a/deps/gyp/test/subdirectory/src/symroot.gypi
+++ /dev/null
@@ -1,16 +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': {
- 'set_symroot%': 0,
- },
- 'conditions': [
- ['set_symroot == 1', {
- 'xcode_settings': {
- 'SYMROOT': '<(DEPTH)/build',
- },
- }],
- ],
-}