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