1. eb2a610 Allow directories for GN data lists. by brettw · 9 years ago
  2. 746ec35 GN: Make file/dir resolving return errors. by brettw · 9 years ago
  3. fc1deb1 Add support for module-definition files to gn by tmoniuszko · 9 years ago
  4. d736f87 Add base/files/file_tracing.cc to tools/gn/bootstrap/bootstrap.py. by thestig · 9 years ago
  5. fe5504a gn: Add a newline to fix a bulleted list in README.md. by jbroman · 9 years ago
  6. bcb7b7f Fix missing print command in a GN error case. by brettw · 9 years ago
  7. 19d65f8 Make GN header checker more lenient about toolchains. by brettw · 9 years ago
  8. 5b84480 Speed up "gn path". by brettw · 9 years ago
  9. 5e65810 Add a "gn path" command for finding deps. by brettw · 9 years ago
  10. 8fec83d tools/gn: Fix the includes of target_generator.h header. by tfarina · 9 years ago
  11. 03052d5 Add runtime dependency extraction for GN. by brettw · 9 years ago
  12. 980843a Add a GN.tmPreferences file so that command-/ works in sublime by eseidel · 9 years ago
  13. 3407636 GN: Don't generate phony rules called "all". by brettw · 9 years ago
  14. c909e67 Adjust the way GN resolves command line args into files or labels. by dpranke · 9 years ago
  15. 6101641 Add a GN flag for the Windows multi-dll build. by brettw · 9 years ago
  16. 8eb41e4 Revert of Add a GN flag for the Windows multi-dll build. (patchset #3 id:40001 of https://codereview.chromium.org/1120803003/) by rickyz · 9 years ago
  17. f2f7249 Add a GN flag for the Windows multi-dll build. by brettw · 9 years ago
  18. 2d761b5 GN: fix bootstrap.py due to recent changes in //base by kcconley · 9 years ago
  19. 7569bfe Allow paths to be resolved in the GN args file by brettw · 9 years ago
  20. 24c3f23 GN: Generate phony rules for unique executables. by dpranke · 9 years ago
  21. 30a1508 Add 'gn help grammar' contents to 'gn help all'. by dpranke · 9 years ago
  22. 5607f5d Re-roll GN to 326666 and fix GN-related bugs. by dpranke · 9 years ago
  23. 5c8c429 Provide extra logging for GN's write_file on Windows by brettw · 9 years ago
  24. 4de9a78 gn: add TextMate syntax for Sublime Text 2/3 by keybuk · 9 years ago
  25. 2ba41f8 Stop generating the [TOC] in the GN reference docs. by dpranke · 9 years ago
  26. f7d0dc2 Add the ability to pass long lists of inputs to 'gn refs'. by dpranke · 9 years ago
  27. dd3a26d Add a --markdown flag to GN to be able to output help in markdown. by dpranke · 9 years ago
  28. 87d8c97 Add a "gn help all" option to GN to print all of the help at once. by dpranke · 9 years ago
  29. a7698e5 GN: depend on data deps of source sets. by brettw · 9 years ago
  30. da97824 Rename use_nss to use_nss_certs in gyp and grit. by davidben · 9 years ago
  31. f724c1b Propagate GN public shared libraries through shared libraries by brettw · 9 years ago
  32. e213d87 Remove android_webview_build completely. by torne · 9 years ago
  33. 6557f96 Enhance GN refs. by brettw · 9 years ago
  34. 58a4594 gn-mode: Get fill-paragraph working correctly. by erg · 9 years ago
  35. 099d8cc tools/gn: provide better error message for bogus binary expressions by mdempsky · 9 years ago
  36. 84a6a1e gn-mode: Add matching for variables in strings. by erg · 9 years ago
  37. c04440d Migrate GN docs from the wiki to the repo. by dpranke · 9 years ago
  38. 8ddf9e0 gn-mode: Add `if' and `else' as keywords and fix file regexp. by erg · 9 years ago
  39. e9b5972 Fix most of the glaring cpplint errors. by tfarina · 9 years ago
  40. bca4ca8 Revert of Revert of tools/gn: fix escaping of backslashes (patchset #1 id:1 of https://codereview.chromium.org/1049963002/) by raymes · 9 years ago
  41. a2a2fb7 Revert of tools/gn: fix escaping of backslashes (patchset #3 id:40001 of https://codereview.chromium.org/995393005/) by raymes · 9 years ago
  42. 9d6ca50 tools/gn: fix escaping of backslashes by mdempsky · 9 years ago
  43. 404f669 tools/gn: don't allow trailing junk or non-literals in "value" conversion by mdempsky · 9 years ago
  44. fc4e084 tools/gn: disallow non-canonical integer literals by mdempsky · 9 years ago
  45. 9a63258 Add an emacs mode for gn files. by erg · 9 years ago
  46. cefaf8d tools/gn: fix race condition regression by mdempsky · 9 years ago
  47. d7064b2 tools/gn: Remove stale instructions for building GN binaries. by tfarina · 9 years ago
  48. 3e0dad9 tools/gn: add "gn help grammar" with formal grammar by mdempsky · 9 years ago
  49. 8d61d30 tools/gn: Convert for loops to use the new range-based loops in C++11. by tfarina · 9 years ago
  50. 75477d2 Add gn_unittests to linux bots. by tfarina · 9 years ago
  51. eb7e5dc tools/gn: Give a better informative message if user uses apostrophe. by tfarina · 9 years ago
  52. 9a28275 tools/gn: make defined(foo.bar) an error if !defined(foo) by mdempsky · 9 years ago
  53. f6b5f79 tools/gn: fix rebase_path example by mdempsky · 9 years ago
  54. 6052953 tools/gn: s/Definining/Defining/ by mdempsky · 9 years ago
  55. 6f8201e tools/gn: sync documentation with reality by mdempsky · 9 years ago
  56. 2b56e0f tools/gn: simplify BlockNode semantics by mdempsky · 9 years ago
  57. a1ae06f Makes declared_arguments per toolchain by sky · 9 years ago
  58. f995934 Fixes to {} handling in GN. by Brett Wilson · 9 years ago
  59. b4acd47 tools/gn: Remove support for source_prereqs variable. by tfarina · 9 years ago
  60. b29d705 gn: Enforce braces after 'else' by scottmg · 9 years ago
  61. b3a3059 tools/gn: Cleanup - remove unused scoped_file.h include. by tfarina · 9 years ago
  62. 9849439 Add an whitelist for calling GN's exec_script. by brettw · 9 years ago
  63. c1030d3 Updates to gn variable help. by brettw · 9 years ago
  64. 6ef6163 gn: Cleanup - Sort GYP sources list alphabetical. by tfarina · 9 years ago
  65. a58484b Cleanup: Fix tools/gn header include guards. by tfarina · 9 years ago
  66. 5e39a46 tools/gn/example: Fix the usage of HELLO_SHARED_IMPLEMENTATION. by tfarina · 9 years ago
  67. f298912 tools/gn: Fix errors found by Facebook's flint tool. by tfarina · 9 years ago
  68. 5a330bc gn format: Have format sort sources by scottmg · 9 years ago
  69. 8e4f039 Apply gn format with 'sources' sorting to src/ by scottmg · 9 years ago
  70. 5c22767 gn: It is simpler to just call Consume() method. by tfarina · 9 years ago
  71. 548585f Fix 'gn clean'. by dpranke · 9 years ago
  72. 90c1587 Miscellanious GN build improvements. by brettw · 9 years ago
  73. 54132a4 GN header checker enhancements. by brettw · 9 years ago
  74. 2cf614c Enhance GN introspection by brettw · 9 years ago
  75. fbc202a Rework handling of os and cpu_arch in GN. by dpranke · 9 years ago
  76. e6a1eb0 gn: Add 'clean' command. by tfarina · 9 years ago
  77. cfb9efb Fix GN unit tests on Windows, GN x64 build. by brettw · 9 years ago
  78. 5f15568 Disable SourceDir.ResolveRelativeFile and SourceDir.ResolveRelativeDir on win by battre · 9 years ago
  79. 9f2c5bd Remove uses of WaitForExitCode by rvargas · 9 years ago
  80. 6eb05c6 Fix bad golden reference file for gn_unittests. by dpranke · 9 years ago
  81. 990e280 Absolute path fixes for gn. by ohrn · 9 years ago
  82. 4514ef1 gn: Allow users to set 'check_includes' in action_foreach(). by tfarina · 9 years ago
  83. 20d9a00 gn: Use the term 'out_dir' consistently when referring to the output directory. by tfarina · 9 years ago
  84. 16e86be gn: Do not advertise a rebase_path() command with more than 3 parameters. by tfarina · 9 years ago
  85. e1f78c7 Move base/debug/trace_event* to base/trace_event/ [part 1] by ssid · 9 years ago
  86. beb9b50 Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::Now(). by charliea · 9 years ago
  87. 859a7a9 Move the test template to //testing/test.gni (part 2) by qsr · 9 years ago
  88. a2245a6 make gn label unit tests pass again by Mostyn Bramley-Moore · 9 years ago
  89. 8c86ed3 tools/gn: convert NULL to nullptr, header version. by tfarina · 9 years ago
  90. 6fa8427 tools/gn: Fix for running ./bootstrap.py script. by tfarina · 9 years ago
  91. 608ba5b tools/gn: Remove unused private fields by hashimoto · 10 years ago
  92. 500094b tools/gn: Cleanup - Remove empty unnamed namespace. by tfarina · 10 years ago
  93. b866ddf gn: don't reject absolute unix style pathnames in labels by mostynb · 10 years ago
  94. 5a0eb3c Make callers of CommandLine use it via the base:: namespace. by avi · 10 years ago
  95. 6286021 tools/gn: convert NULL to nullptr all over it. by tfarina · 10 years ago
  96. 76b0713 tools/gn: Add missing template unittest entry for the GYP version. by tfarina · 10 years ago
  97. 8469aa2 Remove an empty destructor in tool/gn's LoaderTest. by dcheng · 10 years ago
  98. edfd4ac tools/gn: Make it 'gn check' clean. by tfarina · 10 years ago
  99. 07538b5 Make running gn format unittests from anywhere work by scottmg · 10 years ago
  100. 84ae385 tools/gn: Do the check for current new line in terms of cur_char(). by tfarina · 10 years ago