summaryrefslogtreecommitdiff
path: root/deps/gyp/test/win/win-tool/copies_readonly_files.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/win/win-tool/copies_readonly_files.gyp')
-rw-r--r--deps/gyp/test/win/win-tool/copies_readonly_files.gyp29
1 files changed, 0 insertions, 29 deletions
diff --git a/deps/gyp/test/win/win-tool/copies_readonly_files.gyp b/deps/gyp/test/win/win-tool/copies_readonly_files.gyp
deleted file mode 100644
index 3cd7e69f1a..0000000000
--- a/deps/gyp/test/win/win-tool/copies_readonly_files.gyp
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- 'targets': [
- {
- 'target_name': 'foo',
- 'type': 'none',
- 'copies': [
- {
- 'destination': '<(PRODUCT_DIR)/dest',
- 'files': [
- 'read-only-file',
- ],
- },
- ],
- }, # target: foo
-
- {
- 'target_name': 'bar',
- 'type': 'none',
- 'copies': [
- {
- 'destination': '<(PRODUCT_DIR)/dest',
- 'files': [
- 'subdir/',
- ],
- },
- ],
- }, # target: bar
- ],
-}