• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{ # Just a stub file to allow Source/gyp/configure to run successfully for testing.
2  'includes': [
3    '../../gyp/common.gypi',
4    '../WebCore.gypi',
5  ],
6  'targets': [
7    {
8      'target_name': 'WebCore',
9      'type': 'static_library',
10      'sources': [
11        '<@(webcore_files)',
12        '<@(webcore_privateheader_files)',
13        '<@(webcore_derived_source_files)',
14      ],
15    },
16   ], # targets
17}
18