summaryrefslogtreecommitdiffstats
path: root/tools/gn
Commit message (Expand)AuthorAgeFilesLines
* gn: Allow users to set 'check_includes' in action_foreach().tfarina2015-02-055-11/+14
* gn: Use the term 'out_dir' consistently when referring to the output directory.tfarina2015-02-034-12/+12
* gn: Do not advertise a rebase_path() command with more than 3 parameters.tfarina2015-02-011-4/+0
* Move base/debug/trace_event* to base/trace_event/ [part 1]ssid2015-01-271-4/+4
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-261-3/+3
* Move the test template to //testing/test.gni (part 2)qsr2015-01-212-0/+5
* make gn label unit tests pass againMostyn Bramley-Moore2015-01-132-6/+5
* tools/gn: convert NULL to nullptr, header version.tfarina2015-01-137-26/+27
* tools/gn: Fix for running ./bootstrap.py script.tfarina2015-01-111-1/+1
* tools/gn: Remove unused private fieldshashimoto2015-01-102-5/+0
* tools/gn: Cleanup - Remove empty unnamed namespace.tfarina2015-01-071-5/+1
* gn: don't reject absolute unix style pathnames in labelsmostynb2014-12-301-9/+0
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-2313-27/+30
* tools/gn: convert NULL to nullptr all over it.tfarina2014-12-2359-362/+377
* tools/gn: Add missing template unittest entry for the GYP version.tfarina2014-12-231-0/+1
* Remove an empty destructor in tool/gn's LoaderTest.dcheng2014-12-221-2/+0
* tools/gn: Make it 'gn check' clean.tfarina2014-12-211-0/+1
* Make running gn format unittests from anywhere workscottmg2014-12-191-16/+18
* tools/gn: Do the check for current new line in terms of cur_char().tfarina2014-12-181-1/+1
* tools/gn: Convert some for loops in NinjaTargetWriter to be range-based.tfarina2014-12-181-8/+5
* gn: Let arch default to native setting on non-Windows too.thakis2014-12-171-33/+11
* gn: More helpful default args filemdempsky2014-12-131-2/+4
* Add support for a 'default' target to GN.dpranke2014-12-101-0/+16
* gn: Cleanup some docs in README.txt.tfarina2014-12-091-9/+13
* gn format: Add --dry-run flag for PRESUBMITscottmg2014-12-051-3/+21
* gn format // (the rest, except mojo)scottmg2014-12-034-11/+22
* gn format: cosmetic changes to AnnotatePreferredMultilineAssignmentscottmg2014-12-031-12/+10
* gn: Employ the same INSERT_VARIABLE macro trick for switches.cctfarina2014-12-032-17/+22
* gn format: Add 'outputs' to preferred-multiline listsscottmg2014-12-033-0/+13
* gn format: fix not indenting multiline continued correctlyscottmg2014-12-034-5/+23
* gn format: don't break+indent if it's going to be forced past 80col anywayscottmg2014-12-036-9/+31
* Fix FilesystemUtils.SourceDirForPath after r306368Scott Graham2014-12-021-1/+1
* gn: SourceDirForCurrentDirectory returns absolute on empty source_rootscottmg2014-12-024-5/+14
* gn format: no output on --in-place when unchangedscottmg2014-12-021-14/+21
* gn format: Special case for single arg function calls containing boolean opsscottmg2014-12-014-5/+40
* gn format: Make parenthesizing betterscottmg2014-12-017-20/+103
* Add filters for "gn check"brettw2014-11-278-37/+140
* gn format: Fix and enable a few more testsscottmg2014-11-2618-53/+264
* Add GN help for global switches.brettw2014-11-2612-88/+370
* gn format: penalty-based scheme for line breakingscottmg2014-11-2639-191/+731
* gn vim: apply to *.gni alsoScott Graham2014-11-251-3/+3
* gn: some vim support filesscottmg2014-11-253-0/+112
* gn: delete some dead codescottmg2014-11-202-46/+0
* Remove the duplicate tools/gn/bin files for uploading GN binaries.dpranke2014-11-1914-52/+63
* Update instructions, sha-1's for uploading GN binaries.dpranke2014-11-147-6/+14
* gn: Support build directories outside the source tree.zeuthen2014-11-1130-190/+443
* Make "gn refs" find targets that reference a file.brettw2014-11-071-57/+168
* gn format: use input line breaks rather than attempting rule-based line breaksscottmg2014-11-078-12/+35
* gn win: Disable not-working ExecProcessTestscottmg2014-11-071-2/+4
* gn format: Fix suffix comment being dropped on importscottmg2014-11-0713-2/+81