summaryrefslogtreecommitdiffstats
path: root/tools/gn/command_args.cc
Commit message (Expand)AuthorAgeFilesLines
* Add more string_util functions to base namespace.brettw2015-06-241-2/+3
* Move more string_util functions to base namespace.brettw2015-06-241-1/+1
* Check for inputs not generated by depsbrettw2015-06-041-2/+2
* Rework handling of os and cpu_arch in GN.dpranke2015-02-191-2/+3
* gn: Use the term 'out_dir' consistently when referring to the output directory.tfarina2015-02-031-8/+8
* gn: More helpful default args filemdempsky2014-12-131-2/+4
* gn: Check GN_EDITOR before EDITOR in environment variables.erg2014-10-161-1/+2
* Replace more for loops in GNbrettw2014-09-301-10/+7
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/thestig2014-09-121-1/+1
* Require build directories exist for some GN commands.brettw2014-09-101-2/+2
* Fix Windows cast warning for GN unit test.brettw@chromium.org2014-05-031-1/+1
* Fix GN args merge issue for https://codereview.chromium.org/265693003brettw@chromium.org2014-05-031-1/+1
* Redo GN "args" commandbrettw@chromium.org2014-05-031-47/+226
* Revert 267672 "Remove URL from base's DEPS"jsbell@chromium.org2014-05-021-174/+47
* Remove URL from base's DEPSbrettw@chromium.org2014-05-011-47/+174
* GN: Change gen command syntax, support relative dirs.brettw@chromium.org2014-02-191-1/+3
* Remove default value checking in GN, adds getenv function, reorders parameter...brettw@chromium.org2014-02-181-11/+15
* Check for GN args using the union of all rather than individually.brettw@chromium.org2014-02-131-2/+2
* Fix help and error messages.halyavin@google.com2014-01-051-3/+3
* This hooks up build flags from the command-line and the toolchain (for re-inv...brettw@chromium.org2013-08-191-0/+162