blob: f4f8da4fa246643af3af981bad026aa474497b4f [file] [log] [blame]
[email protected]42fc3152009-03-25 16:29:021{
2 'includes': [
3 '../../build/common.gypi',
4 ],
5 'targets': [
6 {
7 'target_name': 'gtk_clipboard_dump',
8 'type': 'executable',
9 'dependencies': [
10 '../../build/linux/system.gyp:gtk',
11 ],
12 'sources': [
13 'gtk_clipboard_dump.cc',
14 ],
15 },
16 ],
17}