DescriptionCreate .gyp rules for shaderc libraries
To build shaderc, gyp used to punt to cmake, which did not work well on the bots and I couldn't find any way to pipe the variables into cmake which would have made it happy.
So, I wrote a gyp file for shaderc and its dependencies. Nothing super complicated (thank goodness), except for the files that spirv-tools needed generated.
BUG=skia:5186
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2047833003
Committed: https://skia.googlesource.com/skia/+/b7b4293524e0c1d4c1635c4710aceafaca47b313
Patch Set 1 #Patch Set 2 : It works (on linux) #Patch Set 3 : Add proper file generation #Patch Set 4 : silence warnings #Patch Set 5 : more silence #Patch Set 6 : warnings #Patch Set 7 : more silence #
Total comments: 11
Patch Set 8 : indents and such #Messages
Total messages: 14 (7 generated)
|