shaka-packager/tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp

15 lines
246 B
Plaintext
Raw Normal View History

{
'targets': [
{
'target_name': 'gtk_clipboard_dump',
'type': 'executable',
'dependencies': [
'../../build/linux/system.gyp:gtk',
],
'sources': [
'gtk_clipboard_dump.cc',
],
},
],
}