summaryrefslogtreecommitdiffstats
path: root/tools/gn/args.cc
Commit message (Expand)AuthorAgeFilesLines
* Make GN Android build link executables.brettw@chromium.org2014-05-131-0/+2
* Redo GN "args" commandbrettw@chromium.org2014-05-031-8/+21
* Revert 267672 "Remove URL from base's DEPS"jsbell@chromium.org2014-05-021-21/+8
* Remove URL from base's DEPSbrettw@chromium.org2014-05-011-8/+21
* Remove default value checking in GN, adds getenv function, reorders parameter...brettw@chromium.org2014-02-181-13/+1
* Check for GN args using the union of all rather than individually.brettw@chromium.org2014-02-131-6/+29
* GN args threading and error enhancements.brettw@chromium.org2014-02-061-12/+30
* Work on GN iOS build.brettw@chromium.org2014-02-031-1/+8
* Acquire lock in Args::SetSystemVars()jl@opera.com2014-01-291-0/+2
* Fix help and error messages.halyavin@google.com2014-01-051-8/+8
* Add support for 32-bit and 64-bit Windows compiles in GN.brettw@chromium.org2013-11-221-8/+8
* Work on GYP generation for GN. The hybrid build now works in xcode and ninja.brettw@chromium.org2013-10-291-2/+5
* Fix the output of "gn args" for the OS and CPU architecture.brettw@chromium.org2013-10-251-8/+8
* Work on GN cross compiling.brettw@chromium.org2013-10-181-27/+74
* GYP generator for GN.brettw@chromium.org2013-10-161-2/+13
* Replace to_build_path() with the more general rebase_path(). Use rebase_path ...brettw@chromium.org2013-09-231-3/+3
* Add a GYP command to GN. This runs GYP and then GN, and does some work to int...brettw@chromium.org2013-08-291-5/+5
* Add support for boolean values to GN.brettw@chromium.org2013-08-201-9/+9
* This hooks up build flags from the command-line and the toolchain (for re-inv...brettw@chromium.org2013-08-191-0/+188