summaryrefslogtreecommitdiff
path: root/tools/gyp/test/dependencies/b/b.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gyp/test/dependencies/b/b.gyp')
-rwxr-xr-xtools/gyp/test/dependencies/b/b.gyp22
1 files changed, 0 insertions, 22 deletions
diff --git a/tools/gyp/test/dependencies/b/b.gyp b/tools/gyp/test/dependencies/b/b.gyp
deleted file mode 100755
index 893dc64d65..0000000000
--- a/tools/gyp/test/dependencies/b/b.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.
-
-{
- 'targets': [
- {
- 'target_name': 'b',
- 'type': 'static_library',
- 'sources': [
- 'b.c',
- ],
- },
- {
- 'target_name': 'b3',
- 'type': 'static_library',
- 'sources': [
- 'b3.c',
- ],
- },
- ],
-}