summaryrefslogtreecommitdiffstats
path: root/tools/gn
Commit message (Expand)AuthorAgeFilesLines
* 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
* gn format: fix trailing comment attachmentscottmg2014-11-058-7/+22
* Make the gn copy() tool honor dependencies.dpranke2014-10-312-1/+43
* Align base::hash_map with C++11, part 2.davidben2014-10-246-48/+0
* gn: Fix typo in error message (for label pattern wildcards).viettrungluu2014-10-221-1/+1
* Update virtual/final usage in tools/gn/.Viet-Trung Luu2014-10-2217-127/+117
* Replacing the OVERRIDE with override in tools foldermohan.reddy2014-10-2217-82/+82
* Type conversion fixes, tools/ edition.pkasting2014-10-174-4/+5
* Simplify ScopedVector<scoped_ptr<T>> to ScopedVector<T>.dcheng2014-10-177-13/+13
* Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.viettrungluu2014-10-171-1/+1
* GN: Store parse error messages (so they aren't dropped due to races)cjhopman2014-10-162-14/+9
* GN: Capture and print stderr from exec_scriptcjhopman2014-10-166-211/+406
* gn: Check GN_EDITOR before EDITOR in environment variables.erg2014-10-161-1/+2
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-153-18/+18
* Align base::hash_map with C++11, part 1.davidben2014-10-111-16/+0
* Cleanup: Actually remove base/file_util.h.thestig2014-10-101-1/+1
* Clean up ifdef around FilePath creation in /src/toolsanujk.sharma2014-10-071-5/+1
* gn format: more blank line avoidancescottmg2014-10-0715-18/+78
* gn format: fix some cases of too many blank lines between itemsscottmg2014-10-076-1/+70
* gn format: fix some unnecessary line breakingscottmg2014-10-066-16/+34
* gn format: make precedence and parens workscottmg2014-10-055-28/+95
* gn format: refactor function call printingscottmg2014-10-044-74/+242
* gn format: accept input from stdin, add vim helperscottmg2014-10-035-20/+152
* gn format: support --in-placescottmg2014-10-031-2/+15
* gn format: support absolute file system pathsscottmg2014-10-023-19/+41
* gn format: add call wrappingscottmg2014-10-027-42/+262
* Replace more for loops in GNbrettw2014-09-3039-479/+349
* gn: Fix more build issues on Winckocagil2014-09-301-1/+1
* GN Doc fix. Visibility default is public.scheib2014-09-291-2/+2
* gn format: properly break and align multiple suffix commentsScott Graham2014-09-294-1/+20
* gn format: make sure there's a blank line before comments, except at block startScott Graham2014-09-294-0/+66
* gn format: don't crash when there's no block on a function callScott Graham2014-09-294-4/+13
* gn format: fix comments at end of blocksscottmg2014-09-299-52/+222
* Convert GN's deps iterator to work with range-based for loops.brettw2014-09-2711-112/+138
* GN: Generate error if multiple rules generate same filejamesr2014-09-265-31/+53
* gn: start of format commandscottmg2014-09-2643-15/+769
* Cleanup: Remove the instances of "rm_binaries.py" from 'src/tools/gn/bin'. Th...anujk.sharma2014-09-241-42/+0
* gn: handle continued suffix commentsscottmg2014-09-246-5/+92
* gn: attach comments to parse treescottmg2014-09-2416-54/+435
* GN: Fix dependency output file handling.Brett Wilson2014-09-224-1/+50
* gn: Remove unused bind.h include from run_all_unittests.ccThiago Farina2014-09-201-1/+0
* gn: Fix some typos in unittests.Thiago Farina2014-09-202-3/+3
* Improve GN header checker, make "check" on //ui/* pass.Brett Wilson2014-09-193-122/+239
* gn: Escape include path strings for shellckocagil2014-09-191-3/+11
* GN: Complete static libs can't depend on static libscmasone2014-09-184-3/+95