]>
Commit | Line | Data |
---|---|---|
14957cd0 A |
1 | { # Just a stub file to allow Source/gyp/configure to run successfully for testing. |
2 | 'includes': [ | |
3 | '../../gyp/common.gypi', | |
4 | '../JavaScriptCore.gypi', | |
5 | ], | |
6 | 'targets': [ | |
7 | { | |
8 | 'target_name': 'JavaScriptCore', | |
9 | 'type': 'static_library', | |
10 | 'sources': [ | |
11 | '<@(javascriptcore_files)', | |
12 | '<@(javascriptcore_publicheader_files)', | |
13 | '<@(javascriptcore_privateheader_files)', | |
14 | '<@(javascriptcore_derived_source_files)', | |
15 | ], | |
16 | }, | |
17 | ], # targets | |
18 | } |