summaryrefslogtreecommitdiffstats
path: root/src/core/chrome_qt.gyp
blob: a38b4a9bf2f54f2c639b9e7ef81a1b93809bddf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  'targets': [
    {
      'target_name': 'chrome_qt',
      'type': 'static_library',
      'include_dirs': [
        '<(chromium_src_dir)',
        '<(chromium_src_dir)/skia/config',
      ],
      'sources': [
        '<(chromium_src_dir)/chrome/browser/media/desktop_streams_registry.h',
        '<(chromium_src_dir)/chrome/browser/media/desktop_streams_registry.cc',
        '<(chromium_src_dir)/chrome/browser/media/desktop_media_list.h',
      ],
    }
  ],
}