Bug 155241 - [cmake] Fixed All-in-One build.
Summary: [cmake] Fixed All-in-One build.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-09 10:54 PST by Konstantin Tokarev
Modified: 2016-03-09 13:49 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.50 KB, patch)
2016-03-09 11:13 PST, Konstantin Tokarev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Tokarev 2016-03-09 10:54:03 PST
Fixed two issues:
1) JSXMLDocument.cpp should not be present in JSBindingsAllInOne.cpp because generated files are not removed from WebCore_SOURCES in current cmake implementation of All-in-One.
2) Last item of WebCore_SOURCES was not removed
Comment 1 Konstantin Tokarev 2016-03-09 11:13:18 PST
Created attachment 273444 [details]
Patch
Comment 2 WebKit Commit Bot 2016-03-09 13:49:55 PST
Comment on attachment 273444 [details]
Patch

Clearing flags on attachment: 273444

Committed r197886: <http://trac.webkit.org/changeset/197886>
Comment 3 WebKit Commit Bot 2016-03-09 13:49:59 PST
All reviewed patches have been landed.  Closing bug.