summaryrefslogtreecommitdiffstats
path: root/tools/gn
Commit message (Expand)AuthorAgeFilesLines
* [GN] move gn doc to proper placeandybons2015-08-312-0/+113
* Annotate GN executables and shared_libraries with sanitizer deps.brettw2015-08-311-0/+2
* GN get_label_info support toolchains for target_out_dir.brettw2015-08-256-20/+74
* Sync GN unit tests with GYP, add checking script.Brett Wilson2015-08-181-0/+101
* Revert of Sync GN unit tests with GYP, add checking script. (patchset #3 id:4...msramek2015-08-181-101/+0
* Sync GN unit tests with GYP, add checking script.brettw2015-08-181-0/+101
* Fix various stray bugs in the GN auto-roller, and repair the DEPS file.dpranke2015-08-181-1/+9
* Remove remaining legacy SplitString calls.brettw2015-08-126-23/+16
* tools/gn: Remove includes of basictypes.h.tfarina2015-08-1036-51/+42
* clang/win: Try to fix 64-bit build after https://codereview.chromium.org/1261...Nico Weber2015-08-081-4/+4
* clang/win: Try to fix build after https://codereview.chromium.org/1261953003.Nico Weber2015-08-081-0/+2
* Fix gn bootstrap.tfarina2015-08-081-1/+4
* Fix some crashes in GN.brettw2015-08-073-2/+18
* Pull ICU, rename component build GN variables.brettw2015-08-061-13/+1
* Reference written files relatively when possible.petermayo2015-08-041-3/+3
* Add forward_variables_from() and target() to GNbrettw2015-08-0315-16/+436
* Rename iterator debugging flag in GN.brettw2015-08-032-4/+9
* Fix link typo in gn cookbook doc.andybons2015-08-031-24/+23
* Enhance GN string interpolation.brettw2015-08-033-70/+179
* Add output reference to gen written files.petermayo2015-07-314-12/+22
* Add toolchains to dependency error messages in GNbrettw2015-07-301-3/+19
* Clean up some typos in GN quick start page.andybons2015-07-302-9/+9
* Fix various typos, error handling for GN auto-roller.dpranke2015-07-281-13/+31
* Revert of Add output reference to gen written files. (patchset #3 id:40001 of...dpranke2015-07-274-18/+11
* Add GN isolate support for a bunch of unittests.dpranke2015-07-221-0/+14
* Count data deps even if it was already a regular depbrettw2015-07-212-8/+78
* Make sure GN deps rolls include the optional GN bots.dpranke2015-07-211-1/+5
* Add a GN auto-roller script.dpranke2015-07-171-0/+384
* Remove legacy StartsWithASCII function.brettw2015-07-164-4/+8
* Fix broken link and add cross-compiling to quick startdmazzoni2015-07-162-1/+17
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-162-2/+4
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-162-4/+2
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-162-2/+4
* Add output reference to gen written files.petermayo2015-07-154-11/+18
* Add missing source to gn bootstrap.petermayo2015-07-141-0/+1
* Replace base::str[n]casecmp with helper functions.brettw2015-07-101-1/+1
* Make .s files generate cflags for ninjapetermayo2015-07-081-2/+2
* Add ninja dependency reference to gen written files.petermayo2015-07-081-0/+8
* Update the GN style guide on target naming.brettw2015-07-071-16/+16
* Add a //nogncheck anntation to GN include checkerbrettw2015-07-064-2/+147
* Update gn bootstrap.py to handle latest chromium changessbc2015-07-061-24/+53
* Remove old/unused atomicops codesbc2015-07-011-1/+0
* Convert gn_unittests to run exclusively on Swarmingthakis2015-07-012-0/+36
* Normalize paths in GN.brettw2015-06-305-7/+29
* GN: Throw an error for duplicate object files.brettw2015-06-303-0/+57
* Windows precompiled header support in GN.brettw2015-06-2925-195/+901
* Add more string_util functions to base namespace.brettw2015-06-242-3/+4
* Move more string_util functions to base namespace.brettw2015-06-246-9/+9
* tools/gn: Update docs to refer to 'public_configs'.tfarina2015-06-191-1/+1
* Move EndsWith to base namespace.brettw2015-06-122-2/+3