Bug 158154 - [cmake] Deduplicated bmalloc/Zone.cpp handling.
Summary: [cmake] Deduplicated bmalloc/Zone.cpp handling.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: bmalloc (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-27 07:27 PDT by Konstantin Tokarev
Modified: 2016-05-27 09:04 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.40 KB, patch)
2016-05-27 07:29 PDT, 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-05-27 07:27:57 PDT
File bmalloc/Zone.cpp is required on Darwin irrespectively from what port is being built.

Also I removed WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS() because it's unlikely that bmalloc will ever need port-specific customizations (as opposed to OS-specific customizations which should be done in CMakeLists.txt).
Comment 1 Konstantin Tokarev 2016-05-27 07:29:50 PDT
Created attachment 279959 [details]
Patch
Comment 2 WebKit Commit Bot 2016-05-27 09:04:13 PDT
Comment on attachment 279959 [details]
Patch

Clearing flags on attachment: 279959

Committed r201452: <http://trac.webkit.org/changeset/201452>
Comment 3 WebKit Commit Bot 2016-05-27 09:04:16 PDT
All reviewed patches have been landed.  Closing bug.