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