summaryrefslogtreecommitdiff
path: root/deps/gyp/test/variables/latelate/src/latelate.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/variables/latelate/src/latelate.gyp')
-rw-r--r--deps/gyp/test/variables/latelate/src/latelate.gyp34
1 files changed, 0 insertions, 34 deletions
diff --git a/deps/gyp/test/variables/latelate/src/latelate.gyp b/deps/gyp/test/variables/latelate/src/latelate.gyp
deleted file mode 100644
index 312f3765b6..0000000000
--- a/deps/gyp/test/variables/latelate/src/latelate.gyp
+++ /dev/null
@@ -1,34 +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.
-
-{
- 'target_defaults': {
- 'target_conditions': [
- ['has_lame==1', {
- 'sources/': [
- ['exclude', 'lame'],
- ],
- }],
- ],
- },
- 'targets': [
- {
- 'target_name': 'program',
- 'type': 'executable',
- 'variables': {
- 'has_lame': 1,
- },
- 'include_dirs': [
- '<(SHARED_INTERMEDIATE_DIR)',
- ],
- 'defines': [
- 'FOO="^(_sources)"',
- ],
- 'sources': [
- 'program.cc',
- 'this_is_lame.cc',
- ],
- },
- ],
-}