summaryrefslogtreecommitdiff
path: root/tools/gyp/test/ninja/use-custom-environment-files/use-custom-environment-files.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gyp/test/ninja/use-custom-environment-files/use-custom-environment-files.gyp')
-rw-r--r--tools/gyp/test/ninja/use-custom-environment-files/use-custom-environment-files.gyp15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/gyp/test/ninja/use-custom-environment-files/use-custom-environment-files.gyp b/tools/gyp/test/ninja/use-custom-environment-files/use-custom-environment-files.gyp
deleted file mode 100644
index dbc95a9439..0000000000
--- a/tools/gyp/test/ninja/use-custom-environment-files/use-custom-environment-files.gyp
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright (c) 2010 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_use_custom_environment_files',
- 'type': 'executable',
- 'sources': [
- 'use-custom-environment-files.cc',
- ],
- },
- ],
-}