summaryrefslogtreecommitdiffstats
path: root/tools/gn/commands.cc
Commit message (Expand)AuthorAgeFilesLines
* GN: Make file/dir resolving return errors.brettw2015-06-031-2/+11
* Fix missing print command in a GN error case.brettw2015-05-221-1/+1
* Add a "gn path" command for finding deps.brettw2015-05-191-0/+1
* Adjust the way GN resolves command line args into files or labels.dpranke2015-05-071-2/+4
* tools/gn: Fix errors found by Facebook's flint tool.tfarina2015-03-021-1/+2
* Enhance GN introspectionbrettw2015-02-191-24/+389
* gn: Add 'clean' command.tfarina2015-02-171-0/+1
* tools/gn: convert NULL to nullptr all over it.tfarina2014-12-231-8/+8
* Add filters for "gn check"brettw2014-11-271-7/+4
* Replace more for loops in GNbrettw2014-09-301-3/+3
* gn: start of format commandscottmg2014-09-261-0/+1
* Enhance GN diagnostic toolsbrettw2014-08-291-13/+43
* Add optional public header checking to GN buildbrettw@chromium.org2014-04-071-0/+1
* Remove GN GYP generator.brettw@chromium.org2014-03-271-1/+0
* GN: Change gen command syntax, support relative dirs.brettw@chromium.org2014-02-191-8/+7
* Refactor the GN threading model to reduce locking and simplify execution.brettw@chromium.org2013-11-081-14/+7
* Add a GYP command to GN. This runs GYP and then GN, and does some work to int...brettw@chromium.org2013-08-291-0/+1
* Moved base test support stuff to //base/test/brettw@chromium.org2013-08-211-1/+2
* This hooks up build flags from the command-line and the toolchain (for re-inv...brettw@chromium.org2013-08-191-1/+2
* Hook up better describing, work on Mac build.brettw@chromium.org2013-08-051-2/+57
* Support for non-greedy mode.brettw@chromium.org2013-08-021-4/+6
* Write a help system.brettw@chromium.org2013-07-311-0/+40