[email protected] | 42fc315 | 2009-03-25 16:29:02 | [diff] [blame] | 1 | { |
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 | } |