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