Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add WebKitTestRunner and friends to WebKit.sln
We added these projects to WebKit2.sln in r63585, but removed them again in r63600 because WebKitTestRunner required getopt, which doesn't exist in WebKitAuxiliaryLibrary. r63700 and r63788 removed the use of getopt in WebKitTestRunner, so we can now add it to WebKit.sln (which has replaced WebKit2.sln). Fixes <http://webkit.org/b/42711> WebKit.sln should build WebKitTestRunner Reviewed by Steve Falkenburg. * WebKit.vcproj/WebKit.sln: Added the following projects to the end of the build order (in first-built to last-built order): InjectedBundleGenerated, InjectedBundle, WebKitTestRunner. Also removed an unnecessary dependency from testapi on WebKit2WebProcess. Canonical link: https://commits.webkit.org/54626@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@63789 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
119 additions
and 1 deletion.
- +20 −0 WebKit/win/ChangeLog
- +99 −1 WebKit/win/WebKit.vcproj/WebKit.sln
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.