summaryrefslogtreecommitdiffstats
path: root/tools/gn
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //toolsdcheng2015-12-2724-106/+127
* Switch to standard integer types in tools/.avi2015-12-2675-14/+158
* Allow GN libs to be specified by path instead of by nameagrieve2015-12-2216-33/+233
* move libevent into basetfarina2015-12-191-17/+17
* tools/gn: another round of fixes to keep bootstrap workingtfarina2015-12-181-0/+2
* Add owners file to GN bootstrap.brettw2015-12-152-0/+7
* [Tracing Clock Sync] Add TracingAgent interface in Chromezhenw2015-12-151-0/+1
* GN: Makes GN output deterministiczforman2015-12-143-20/+48
* tools/gn: do not break bootstrap process on Windowstfarina2015-12-111-1/+1
* tools/gn: depend on malloc_dump_provider.cc to keep bootstrap workingtfarina2015-12-111-0/+1
* Make GN public configs apply libs to targets.brettw2015-12-114-25/+53
* No GN phony rules when it matches outputs.brettw2015-12-101-1/+39
* tools/gn: depend on allocator_extension.cc to keep bootstrap workingtfarina2015-12-091-0/+1
* Reference configs variable from config help in GNbrettw2015-12-081-3/+7
* Remove allocator_extension_thunks since this layer is not requiredprimiano2015-12-071-1/+0
* Format all BUILD.gn with "gn format --in-place".sdefresne2015-12-061-1/+1
* tools/gn: update reference.md doctfarina2015-12-041-16/+45
* [GN] Add support to rebase_path to resolve paths above the source root.slan2015-12-046-21/+258
* tools/gn: forward declare some base types in trace.htfarina2015-12-032-2/+7
* Sort "deps" and "public_deps" when running the "gn format" command.sdefresne2015-12-033-13/+70
* tools/gn: add trace_event file to keep bootstrap workingtfarina2015-12-021-0/+1
* tools/gn: replace usage of linked_ptr by using scoped_ptrtfarina2015-12-011-5/+3
* tools/gn: remove three unused functions from string_utils.htfarina2015-12-012-31/+0
* tools/gn: make use of base's StartsWith() functiontfarina2015-12-011-11/+8
* tools/gn: move the implementation of IsIdentifierXXX functions to the source ...tfarina2015-12-013-8/+13
* Improve GN asmflags help.brettw2015-11-301-6/+8
* Use simplify operator< implementations in tools/jsbell2015-11-302-11/+10
* GN: Use all targets to determine whether a file is generated (for `check`).jbroman2015-11-301-2/+4
* Remove memory category from chrome://tracingruuda2015-11-261-1/+0
* GN: Manually search path for Pythonbrettw2015-11-211-12/+40
* Reduce the number of worker threads GN uses.brettw2015-11-204-3/+46
* Fix typo in GN get_label_info helppkotwicz2015-11-201-1/+1
* tools/gn: add python shebang directive to roll_gn scripttfarina2015-11-191-0/+1
* tools/gn: mark first TestTarget parameter as consttfarina2015-11-183-3/+5
* fix gn bootstrap once againtfarina2015-11-171-1/+3
* Sort "deps" and "public_deps" when running the "gn format" command.sdefresne2015-11-1710-14/+121
* tools/gn: include exec_process.h in the source file.tfarina2015-11-152-1/+6
* Don't propagate deps across actions in GN.brettw2015-11-145-42/+180
* Use GN response files for devtools .grdbrettw2015-11-131-2/+2
* Remove obsolete OS handling in GN.brettw2015-11-118-52/+8
* Support script response files in GN.brettw2015-11-1112-241/+286
* include what you use: errno.h in exec_process.ccmostynb2015-11-101-3/+2
* Support spaces in Mac GN build output names.brettw2015-11-106-0/+25
* GN bootstrap fixes:phajdan2015-11-051-2/+5
* Improve gn path command.brettw2015-11-051-40/+180
* Fix //tools/gn/example on Linux: missing current_os and related varstsniatowski2015-11-021-0/+13
* GN bootstrap fixes:phajdan.jr2015-10-301-1/+2
* Fix GN unittests on windows broken by abs-path changetsniatowski2015-10-291-1/+1
* [GN] Allow spaces in output names and other substitutions.andybons2015-10-282-26/+21
* Make sure abs-path gn labels have separate target_gen_dirstsniatowski2015-10-263-24/+41