Bug 136456 - [iOS] Exclude touch and gesture files when building without ENABLE_{TOUCH, IOS_GESTURE}_EVENTS, respectively
Summary: [iOS] Exclude touch and gesture files when building without ENABLE_{TOUCH, IO...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-02 10:15 PDT by Daniel Bates
Modified: 2014-09-02 15:45 PDT (History)
2 users (show)

See Also:


Attachments
Patch (5.70 KB, patch)
2014-09-02 10:16 PDT, Daniel Bates
aestes: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2014-09-02 10:15:39 PDT
Currently we exclude building the touch and gesture files when building without the Apple Internal SDK. It's sufficient to exclude these files when the corresponding feature define is disabled.
Comment 1 Daniel Bates 2014-09-02 10:16:48 PDT
Created attachment 237503 [details]
Patch
Comment 2 Daniel Bates 2014-09-02 15:45:33 PDT
Committed r173189: <http://trac.webkit.org/changeset/173189>