Bug 144459 - [Win] Allow WebKit to build without ANGLE support
Summary: [Win] Allow WebKit to build without ANGLE support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: ANGLE (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-04-30 10:49 PDT by Brent Fulgham
Modified: 2015-04-30 12:05 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.18 KB, patch)
2015-04-30 10:54 PDT, Brent Fulgham
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2015-04-30 10:49:01 PDT
With the WEBGL feature disabled, Windows will still fail to build if it cannot reach certain ANGLE headers. Avoid this problem by making sure a non-ANGLE build doesn't attempt to access any of these headers.
Comment 1 Brent Fulgham 2015-04-30 10:54:22 PDT
Created attachment 252071 [details]
Patch
Comment 2 Brent Fulgham 2015-04-30 12:05:24 PDT
<rdar://problem/20707307>
Comment 3 Brent Fulgham 2015-04-30 12:05:49 PDT
Committed r183639: <http://trac.webkit.org/changeset/183639>