Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Issue 2047833003: Create .gyp rules for shaderc libraries (Closed)

Created:
4 years, 6 months ago by kjlubick
Modified:
4 years, 6 months ago
Reviewers:
bungeman-skia
CC:
borenet, reviews_skia.org
Base URL:
https://skia.googlesource.com/skia@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Create .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 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+315 lines, -61 lines) Patch
M gyp/shaderc.gyp View 1 2 3 4 5 6 7 1 chunk +315 lines, -61 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2047833003/40001
4 years, 6 months ago (2016-06-09 19:29:02 UTC) #3
kjlubick
4 years, 6 months ago (2016-06-10 15:04:17 UTC) #5
bungeman-skia
https://codereview.chromium.org/2047833003/diff/120001/gyp/shaderc.gyp File gyp/shaderc.gyp (right): https://codereview.chromium.org/2047833003/diff/120001/gyp/shaderc.gyp#newcode8 gyp/shaderc.gyp:8: 'targets': [ Generally we use two space indents in ...
4 years, 6 months ago (2016-06-10 15:48:56 UTC) #7
kjlubick
https://codereview.chromium.org/2047833003/diff/120001/gyp/shaderc.gyp File gyp/shaderc.gyp (right): https://codereview.chromium.org/2047833003/diff/120001/gyp/shaderc.gyp#newcode8 gyp/shaderc.gyp:8: 'targets': [ On 2016/06/10 at 15:48:56, bungeman-skia wrote: > ...
4 years, 6 months ago (2016-06-10 17:37:53 UTC) #9
bungeman-skia
I see nothing wrong with it. If it works, ship it! lgtm
4 years, 6 months ago (2016-06-10 18:40:40 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2047833003/140001
4 years, 6 months ago (2016-06-10 18:44:32 UTC) #12
commit-bot: I haz the power
4 years, 6 months ago (2016-06-10 19:07:53 UTC) #14
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://skia.googlesource.com/skia/+/b7b4293524e0c1d4c1635c4710aceafaca47b313

Powered by Google App Engine
This is Rietveld 408576698