blob: f4fb3cb7527bfa477cebc8431e463a0801ee2453 [file] [log] [blame]
{ # 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
}