summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/gyp/gtk.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/gyp/gtk.gyp')
-rw-r--r--Source/JavaScriptCore/gyp/gtk.gyp18
1 files changed, 0 insertions, 18 deletions
diff --git a/Source/JavaScriptCore/gyp/gtk.gyp b/Source/JavaScriptCore/gyp/gtk.gyp
deleted file mode 100644
index 33eaa17a2..000000000
--- a/Source/JavaScriptCore/gyp/gtk.gyp
+++ /dev/null
@@ -1,18 +0,0 @@
-{ # Just a stub file to allow Source/gyp/configure to run successfully for testing.
- 'includes': [
- '../../gyp/common.gypi',
- '../JavaScriptCore.gypi',
- ],
- 'targets': [
- {
- 'target_name': 'JavaScriptCore',
- 'type': 'static_library',
- 'sources': [
- '<@(javascriptcore_files)',
- '<@(javascriptcore_publicheader_files)',
- '<@(javascriptcore_privateheader_files)',
- '<@(javascriptcore_derived_source_files)',
- ],
- },
- ], # targets
-}