Bug 144459

Summary: [Win] Allow WebKit to build without ANGLE support
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: ANGLEAssignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Patch dino: review+

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>