summaryrefslogtreecommitdiffstats
path: root/tools/gn/builder.cc
Commit message (Expand)AuthorAgeFilesLines
* tools/gn: convert NULL to nullptr all over it.tfarina2014-12-231-8/+8
* Replace more for loops in GNbrettw2014-09-301-49/+28
* Convert GN's deps iterator to work with range-based for loops.brettw2014-09-271-5/+4
* Add public deps to GN.brettw2014-09-171-11/+14
* Reverse the order of GN's cycle printing.brettw2014-09-111-5/+5
* Add testonly flag to GNBrett Wilson2014-09-021-1/+3
* Support more configurability in GN toolchainsbrettw@chromium.org2014-08-191-1/+20
* This is an ordered set tailored to GN's (simple) needs.brettw@chromium.org2014-08-061-6/+23
* Allow dependencies of toolchains in GN.brettw@chromium.org2014-06-261-5/+26
* Improve error messages and reporting in GNbrettw@chromium.org2014-06-101-8/+12
* Add GN build for parts of gpu and ozone.brettw@chromium.org2014-05-151-3/+4
* Add GN buildfile for gfxbrettw@chromium.org2014-04-101-4/+7
* Implement target visibility in GNbrettw@chromium.org2014-04-011-1/+1
* Fix help and error messages.halyavin@google.com2014-01-051-1/+1
* Refactor the GN threading model to reduce locking and simplify execution.brettw@chromium.org2013-11-081-0/+471