summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/gyp/gtk.gyp
blob: f4fb3cb7527bfa477cebc8431e463a0801ee2453 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ # Just a stub file to allow Source/gyp/configure to run successfully for testing.
  'includes': [
    '../../gyp/common.gypi',
    '../WebCore.gypi',
  ],
  'targets': [
    {
      'target_name': 'WebCore',
      'type': 'static_library',
      'sources': [
        '<@(webcore_files)',
        '<@(webcore_privateheader_files)',
        '<@(webcore_derived_source_files)',
      ],
    },
   ], # targets
}