foolab / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

GN support #338

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add GN support.  Some doc here
https://code.google.com/p/chromium/wiki/gn?ts=1402945486&updated=gn

BUILD.gn needed
Add documentation for usage.

Original issue reported on code.google.com by fbarch...@chromium.org on 16 Jun 2014 at 10:28

GoogleCodeExporter commented 9 years ago

Original comment by kjellan...@google.com on 17 Jun 2014 at 7:59

GoogleCodeExporter commented 9 years ago

Original comment by fbarch...@chromium.org on 30 Jun 2014 at 3:52

GoogleCodeExporter commented 9 years ago
I've started with getting GN back into working shape. It has a lot of hurdles 
rolling to the latest Chromium revision but I have a CL for it up at 

It uses lessons learned from 
https://code.google.com/p/webrtc/source/detail?r=6516 among other revisions in 
WebRTC.

Do you need help with getting the BUILD.gn completed as well?

Original comment by kjellan...@google.com on 2 Jul 2014 at 3:45

GoogleCodeExporter commented 9 years ago
I fixed the execution of GN for a libyuv checkout (and many other things) in 
the roll of r1027. Assigning back to Frank for completing the BUILD.gn work as 
I don't have cycles to do that currently (and is leaving for vacation).

Original comment by kjellan...@google.com on 3 Jul 2014 at 8:10

GoogleCodeExporter commented 9 years ago
r1077 adds ppapi to BUILD.gn for nacl

Original comment by fbarch...@google.com on 8 Sep 2014 at 11:42

GoogleCodeExporter commented 9 years ago
Although libyuv does not build stand alone, GN users can build with build.gn 
which is supported.

Original comment by fbarch...@google.com on 9 Feb 2015 at 7:47