Bug 90890

Summary: [CMAKE] Add missing feature macros
Product: WebKit Reporter: Gyuyoung Kim <gyuyoung.kim>
Component: New BugsAssignee: Gyuyoung Kim <gyuyoung.kim>
Status: RESOLVED FIXED    
Severity: Normal CC: rakuco, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Gyuyoung Kim 2012-07-10 09:58:43 PDT
ENABLE_CSS_EXCLUSIONS, ENABLE_CSS_REGIONS, ENABLE_TEXT_AUTOSIZING macros haven't defined in cmake feature list.

There is warning message during the build time.

CMake Warning:
  Manually-specified variables were not used by the project:

    ENABLE_CSS_EXCLUSIONS
    ENABLE_CSS_REGIONS
    ENABLE_TEXT_AUTOSIZING
Comment 1 Gyuyoung Kim 2012-07-10 10:02:09 PDT
Created attachment 151474 [details]
Patch
Comment 2 Raphael Kubo da Costa (:rakuco) 2012-07-10 11:35:34 PDT
Comment on attachment 151474 [details]
Patch

Looks good.
Comment 3 Eric Seidel (no email) 2012-07-10 14:35:04 PDT
Comment on attachment 151474 [details]
Patch

LGTM.
Comment 4 WebKit Review Bot 2012-07-10 15:54:15 PDT
Comment on attachment 151474 [details]
Patch

Clearing flags on attachment: 151474

Committed r122274: <http://trac.webkit.org/changeset/122274>
Comment 5 WebKit Review Bot 2012-07-10 15:54:20 PDT
All reviewed patches have been landed.  Closing bug.