naiveproxy/tools/gyp/test/win/win-tool/copies_readonly_files.gyp
2018-01-28 13:32:06 -05:00

30 lines
494 B
Python

{
'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
],
}