Upstreamings parts of webkit.gyp (step 1)
This is step 1 a multi-step process that is part of the webkit chromium port. This step includes: A. Refactoring the wtf, pcre & webcore targets into separate files javascriptcore.gypi and webcore.gyp, which would eventually move upstream. B. Refactoring the feature_define variables into features.gypi, to allow two sets of feature defines - one for chromium port and one for chromium. C. Refactoring the config target into config.gyp, since currently both javascriptcore and webcore target depend on it. Next steps: 2. Eliminate config dependency. 3. Make features.gypi only override built-in variables that live upstream (so we don't have to maintain 2 parallel feature lists). 4. Really move webcore.gyp & javascriptcore.gyp to webkit.org Review URL: http://codereview.chromium.org/212003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26584 0039d316-1c4b-4281-b951-d872f2087c98
Showing
- webkit/config.gyp 40 additions, 0 deletionswebkit/config.gyp
- webkit/features.gypi 88 additions, 0 deletionswebkit/features.gypi
- webkit/javascriptcore.gyp 122 additions, 0 deletionswebkit/javascriptcore.gyp
- webkit/tools/test_shell/test_shell.gyp 1 addition, 1 deletionwebkit/tools/test_shell/test_shell.gyp
- webkit/webcore.gyp 722 additions, 0 deletionswebkit/webcore.gyp
- webkit/webkit.gyp 6 additions, 920 deletionswebkit/webkit.gyp
Loading
Please register or sign in to comment