blob: f4f8da4fa246643af3af981bad026aa474497b4f [file] [log] [blame]
{
'includes': [
'../../build/common.gypi',
],
'targets': [
{
'target_name': 'gtk_clipboard_dump',
'type': 'executable',
'dependencies': [
'../../build/linux/system.gyp:gtk',
],
'sources': [
'gtk_clipboard_dump.cc',
],
},
],
}