summaryrefslogtreecommitdiffstats
path: root/tools/gn
Commit message (Expand)AuthorAgeFilesLines
* [gn] Fix typos in the documentation.machenbach2016-01-141-5/+5
* tools/gn: delete generate_test_gn_data tooltfarina2016-01-094-148/+1
* Change cookbook to map target_arch to target_cpubrucedawson2016-01-061-1/+1
* tools/gn: rename char_offset to column_numbertfarina2016-01-0613-39/+41
* Allow python.bat files for finding Python in GN.brettw2016-01-061-0/+41
* Clarify docs on GN rebase_path.brettw2016-01-051-1/+7
* GN: Allow escape codes to be embedded in strings via $0xFFagrieve2016-01-053-10/+63
* Disable generated file check for libsagrieve2016-01-051-4/+2
* Remove obsolete win_pdf_metafile_for_printing GN flag.thestig2016-01-041-1/+0
* 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