summaryrefslogtreecommitdiffstats
path: root/tools/gn/ninja_copy_target_writer.cc
Commit message (Expand)AuthorAgeFilesLines
* tools/gn: Convert for loops to use the new range-based loops in C++11.tfarina2015-03-251-3/+1
* tools/gn: convert NULL to nullptr all over it.tfarina2014-12-231-10/+10
* Make the gn copy() tool honor dependencies.dpranke2014-10-311-0/+12
* Support more configurability in GN toolchainsbrettw@chromium.org2014-08-191-17/+48
* Refactor GN source expansions.brettw@chromium.org2014-08-061-13/+11
* Don't add implicit deps to copy commands in GN.brettw@chromium.org2014-07-231-4/+22
* Improve GN handling of directory templates.brettw@chromium.org2014-07-111-2/+6
* Allow dependencies of toolchains in GN.brettw@chromium.org2014-06-261-1/+4
* Add directory extraction to GN path handling.brettw@chromium.org2014-06-191-1/+1
* GN: Split custom into action and action_foreachbrettw@chromium.org2014-03-201-1/+1
* GN: toolchain threading cleanupbrettw@chromium.org2013-11-041-3/+3
* Revert 232657 "GN: toolchain threading cleanup"thakis@chromium.org2013-11-031-3/+3
* GN: toolchain threading cleanupbrettw@chromium.org2013-11-031-3/+3
* Fix GN on Windows build and tests.brettw@chromium.org2013-09-231-4/+5
* Update GN copy file rule.brettw@chromium.org2013-09-181-27/+15
* Add a GYP command to GN. This runs GYP and then GN, and does some work to int...brettw@chromium.org2013-08-291-1/+3
* Split apart various target type code.brettw@chromium.org2013-08-131-0/+64