summaryrefslogtreecommitdiff
path: root/deps/gyp/test/make_global_settings/basics/make_global_settings.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/make_global_settings/basics/make_global_settings.gyp')
-rw-r--r--deps/gyp/test/make_global_settings/basics/make_global_settings.gyp17
1 files changed, 0 insertions, 17 deletions
diff --git a/deps/gyp/test/make_global_settings/basics/make_global_settings.gyp b/deps/gyp/test/make_global_settings/basics/make_global_settings.gyp
deleted file mode 100644
index 47dbc8570f..0000000000
--- a/deps/gyp/test/make_global_settings/basics/make_global_settings.gyp
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright (c) 2013 Google Inc. All rights reserved.
-# Use of this source code is governed by a BSD-style licence that can be
-# found in the LICENSE file.
-
-{
- 'make_global_settings': [
- ['CC', 'clang'],
- ['LINK', 'clang'],
- ],
- 'targets': [
- {
- 'target_name': 'test',
- 'type': 'static_library',
- 'sources': [ 'foo.c' ],
- },
- ],
-}