Bug 71516 - CMake: Only generate from WebGL IDLs when building with WebGL
Summary: CMake: Only generate from WebGL IDLs when building with WebGL
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-03 16:02 PDT by Daniel Bates
Modified: 2011-11-03 16:36 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.63 KB, patch)
2011-11-03 16:05 PDT, Daniel Bates
mrobinson: 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 2011-11-03 16:02:56 PDT
Following the convention used for other feature defines, such as Blob and FileAPI, we should only generate from the WebGL IDLs when building with WebGL enabled.
Comment 1 Daniel Bates 2011-11-03 16:05:56 PDT
Created attachment 113568 [details]
Patch
Comment 2 Martin Robinson 2011-11-03 16:30:39 PDT
Comment on attachment 113568 [details]
Patch

Looks reasonable to me.
Comment 3 Daniel Bates 2011-11-03 16:36:04 PDT
Committed r99245: <http://trac.webkit.org/changeset/99245>