summaryrefslogtreecommitdiff
path: root/tools/gyp/test/win/importlib/importlib.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gyp/test/win/importlib/importlib.gyp')
-rw-r--r--tools/gyp/test/win/importlib/importlib.gyp30
1 files changed, 0 insertions, 30 deletions
diff --git a/tools/gyp/test/win/importlib/importlib.gyp b/tools/gyp/test/win/importlib/importlib.gyp
deleted file mode 100644
index ab15b1893d..0000000000
--- a/tools/gyp/test/win/importlib/importlib.gyp
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright (c) 2012 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': 'test_importlib',
- 'type': 'shared_library',
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'LinkIncremental': '2',
- }
- },
- 'sources': ['has-exports.cc'],
- },
-
- {
- 'target_name': 'test_linkagainst',
- 'type': 'executable',
- 'dependencies': ['test_importlib'],
- 'msvs_settings': {
- 'VCLinkerTool': {
- 'LinkIncremental': '2',
- }
- },
- 'sources': ['hello.cc'],
- },
- ]
-}