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

# Local Variables:
# tab-width:2
# indent-tabs-mode:nil
# End:
# vim: set expandtab tabstop=2 shiftwidth=2: