summaryrefslogtreecommitdiff
path: root/gyp/fixtures.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/fixtures.gypi')
-rw-r--r--gyp/fixtures.gypi17
1 files changed, 0 insertions, 17 deletions
diff --git a/gyp/fixtures.gypi b/gyp/fixtures.gypi
deleted file mode 100644
index 199865a6f3..0000000000
--- a/gyp/fixtures.gypi
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- 'targets': [
- { 'target_name': 'copy_fixtures',
- 'type': 'none',
- 'hard_dependency': 1,
- 'dependencies': [
- 'bundle_styles'
- ],
- 'copies': [
- {
- 'files': [ '../styles' ],
- 'destination': '../test/fixtures/style_parser'
- }
- ]
- },
- ]
-}