Description.gyp files for ANGLE interface
These are the .gyp files required to get the ANGLE GL interface working. From http://codereview.appspot.com/5940046/ here are all the known problems with the .gyps
1) although the SK_MESA flag is only added in common.gypi I found this wasn't sufficient and also needed to add a 'defines' block to common_conditions.gypi.
2) I don't know how to attach ANGLE to Skia correctly so currently have hard paths to the ANGLE libs I (manually) copied to third_party/externals/angle.
3) For some reason the 'libraries' and 'include_dirs' settings in gpu.gyp weren't propagating to the executables so I replicated these blocks in bench.gypi, tests.gyp, gm.gyp and SampleApp.gyp.
Patch Set 1 #Patch Set 2 : new version from 3/30 remediation session #Patch Set 3 : Disabled skia_angle variable by default #
Total comments: 8
Patch Set 4 : addressing code review issues #
Total comments: 3
Patch Set 5 : Addressed code review issues #
MessagesTotal messages: 10
|