summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/gyp/gtk.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/gyp/gtk.gyp')
-rw-r--r--Source/WebCore/gyp/gtk.gyp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Source/WebCore/gyp/gtk.gyp b/Source/WebCore/gyp/gtk.gyp
new file mode 100644
index 0000000..f4fb3cb
--- /dev/null
+++ b/Source/WebCore/gyp/gtk.gyp
@@ -0,0 +1,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
+}