naiveproxy/tools/gyp/test/win/win-tool/copies_readonly_files.gyp

30 lines
494 B
Plaintext
Raw Normal View History

2018-01-28 21:32:06 +03:00
{
'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
],
}