summaryrefslogtreecommitdiffstats
path: root/tools/gn/binary_target_generator.cc
Commit message (Expand)AuthorAgeFilesLines
* gn: Allow users to set 'check_includes' in action_foreach().tfarina2015-02-051-10/+0
* Replace more for loops in GNbrettw2014-09-301-5/+5
* Convert GN's deps iterator to work with range-based for loops.brettw2014-09-271-3/+2
* Add public deps to GN.brettw2014-09-171-37/+34
* GN: Add notion of 'complete' static libraries, akin to GYP.cmasone2014-09-131-0/+15
* Add GN variables for controlling header checking.brettw2014-08-291-0/+56
* Rename GN source_prereqs to inputs, enhance "desc"brettw@chromium.org2014-06-171-1/+1
* Add optional public header checking to GN buildbrettw@chromium.org2014-04-071-0/+4
* Remove GN GYP generator.brettw@chromium.org2014-03-271-4/+0
* Add an 'output_extension' variable to GN so we can override the default for a...dpranke@chromium.org2014-02-281-0/+13
* Refactor the GN threading model to reduce locking and simplify execution.brettw@chromium.org2013-11-081-9/+8
* Update GN copy file rule.brettw@chromium.org2013-09-181-0/+14
* Add hard dependencies and compile prereqs to GNbrettw@chromium.org2013-09-111-0/+1
* Add ability to rename a target's output name.brettw@chromium.org2013-09-101-0/+10
* Add a GYP command to GN. This runs GYP and then GN, and does some work to int...brettw@chromium.org2013-08-291-0/+2
* This make the GN current dir be set on thte scope. This fixes a bug where a t...brettw@chromium.org2013-08-231-1/+2
* Split apart various target type code.brettw@chromium.org2013-08-131-0/+36