summaryrefslogtreecommitdiff
path: root/deps/gyp/test/copies/src/copies-updir.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/copies/src/copies-updir.gyp')
-rw-r--r--deps/gyp/test/copies/src/copies-updir.gyp21
1 files changed, 0 insertions, 21 deletions
diff --git a/deps/gyp/test/copies/src/copies-updir.gyp b/deps/gyp/test/copies/src/copies-updir.gyp
deleted file mode 100644
index bd3bfdd1d2..0000000000
--- a/deps/gyp/test/copies/src/copies-updir.gyp
+++ /dev/null
@@ -1,21 +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': 'copies_up',
- 'type': 'none',
- 'copies': [
- {
- 'destination': '<(PRODUCT_DIR)/../copies-out-updir',
- 'files': [
- 'file1',
- ],
- },
- ],
- },
- ],
-}
-