summaryrefslogtreecommitdiffstats
path: root/tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp
blob: f4f8da4fa246643af3af981bad026aa474497b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  'includes': [
    '../../build/common.gypi',
  ],
  'targets': [
    {
      'target_name': 'gtk_clipboard_dump',
      'type': 'executable',
      'dependencies': [
        '../../build/linux/system.gyp:gtk',
      ],
      'sources': [
        'gtk_clipboard_dump.cc',
      ],
    },
  ],
}