1. e5962bd GN support for generating VS2013 project files by ngg · 8 years ago
  2. 4e8772f Revert of GN: Normalize the build directory path (patchset #1 id:1 of https://codereview.chromium.org/1707293002/ ) by hashimoto · 8 years ago
  3. fe3919f Port "Eclipse CDT settings" file generation from GYP to GN by pkotwicz · 8 years ago
  4. ec4638e [GN] Don't rewrite files with the same contents by tmoniuszko · 8 years ago
  5. 5c7d2dc GN: Normalize the build directory path by hashimoto · 8 years ago
  6. c2416a2 Update GN bootstrap build by ngg · 8 years ago
  7. 8c2afee Revert of GN: Normalize the build directory path (patchset #1 id:1 of https://codereview.chromium.org/1708513002/ ) by brettw · 8 years ago
  8. 0bb19d1 Fix styleguide violations from https://codereview.chromium.org/1681363003 by thakis · 8 years ago
  9. 182557d GN: Normalize the build directory path by hashimoto · 8 years ago
  10. 75c052e Add spell-checking to `gn help`. by thakis · 8 years ago
  11. 9a9976e gn: Add runtime_link_output to tool("solib") by Nico Weber · 8 years ago
  12. 78d5eb6 Mention how to convert "copies" from gyp to gn in the cookbook. by thakis · 8 years ago
  13. fab0c13 update obsolete code.google.com documentation links by mostynb · 8 years ago
  14. 6db6c8f Refactor StringPiece hash. by bnc · 8 years ago
  15. c891fe0 Revert of [GN] Don't rewrite files with the same contents (patchset #5 id:80001 of https://codereview.chromium.org/1656253003/ ) by rouslan · 8 years ago
  16. 9b8f9c8 [GN] Don't rewrite files with the same contents by tmoniuszko · 8 years ago
  17. cbe813d Support different project toolchains by tmoniuszko · 8 years ago
  18. 6c1a5a2 Make sure VS projects order is always the same in solution by tmoniuszko · 8 years ago
  19. 9fbfb1f Move gn _run target generation into test(). (RELAND) by jbudorick · 8 years ago
  20. d79afe8 GN: Don't write stamp files for one rule. by brettw · 8 years ago
  21. 87b3363 profiler: cleanup unused alternate_timer code by primiano · 8 years ago
  22. 71351a9 Revert of Move gn _run target generation into test(). (patchset #1 id:1 of https://codereview.chromium.org/1653003006/ ) by dpranke · 8 years ago
  23. a0b9a81 Move gn _run target generation into test(). by jbudorick · 8 years ago
  24. ae00221 GN: Don't write ldflags and libs when unneeded. by brettw · 8 years ago
  25. 171129e Use ElapsedTimer to measure VS files generation time in GN by tmoniuszko · 8 years ago
  26. d8b089e Visual Studio generators for GN by tmoniuszko · 8 years ago
  27. abcf753 Add an assert_no_deps variable to GN. by brettw · 8 years ago
  28. f1d9931 Support for excluding variable from forwarding via forward_variables_form. by sdefresne · 8 years ago
  29. f33aae1 Allow .o files for GN generated inputs. by brettw · 8 years ago
  30. 2afd439 Remove enable_wifi_bootstrapping from doc by vitalybuka · 8 years ago
  31. 86f9bc9 [gn] Fix typos in the documentation. by machenbach · 8 years ago
  32. 6b9a0a8 tools/gn: delete generate_test_gn_data tool by tfarina · 8 years ago
  33. 3bb5085 Change cookbook to map target_arch to target_cpu by brucedawson · 8 years ago
  34. 6bb51cf tools/gn: rename char_offset to column_number by tfarina · 8 years ago
  35. 9148c81 Allow python.bat files for finding Python in GN. by brettw · 8 years ago
  36. 9244d73 Clarify docs on GN rebase_path. by brettw · 8 years ago
  37. c8cf953 GN: Allow escape codes to be embedded in strings via $0xFF by agrieve · 8 years ago
  38. 9f86e03 Disable generated file check for libs by agrieve · 8 years ago
  39. 60279a7 Remove obsolete win_pdf_metafile_for_printing GN flag. by thestig · 9 years ago
  40. dac3a2f Convert Pass()→std::move() in //tools by dcheng · 9 years ago
  41. abfedac Switch to standard integer types in tools/. by avi · 9 years ago
  42. c86258e Allow GN libs to be specified by path instead of by name by agrieve · 9 years ago
  43. ae0faaf move libevent into base by tfarina · 9 years ago
  44. 6cfbc2e tools/gn: another round of fixes to keep bootstrap working by tfarina · 9 years ago
  45. 53cc461 Add owners file to GN bootstrap. by brettw · 9 years ago
  46. 31b394c [Tracing Clock Sync] Add TracingAgent interface in Chrome by zhenw · 9 years ago
  47. 1142079 GN: Makes GN output deterministic by zforman · 9 years ago
  48. 81d48c2 tools/gn: do not break bootstrap process on Windows by tfarina · 9 years ago
  49. e723298 tools/gn: depend on malloc_dump_provider.cc to keep bootstrap working by tfarina · 9 years ago
  50. 96ec998 Make GN public configs apply libs to targets. by brettw · 9 years ago
  51. 66f7904 No GN phony rules when it matches outputs. by brettw · 9 years ago
  52. 45fa340 tools/gn: depend on allocator_extension.cc to keep bootstrap working by tfarina · 9 years ago
  53. 148d63a Reference configs variable from config help in GN by brettw · 9 years ago
  54. a3e53de Remove allocator_extension_thunks since this layer is not required by primiano · 9 years ago
  55. b7cba6e Format all BUILD.gn with "gn format --in-place". by sdefresne · 9 years ago
  56. 0a40814 tools/gn: update reference.md doc by tfarina · 9 years ago
  57. 8b81e40 [GN] Add support to rebase_path to resolve paths above the source root. by slan · 9 years ago
  58. ccfc790 tools/gn: forward declare some base types in trace.h by tfarina · 9 years ago
  59. 53717a2 Sort "deps" and "public_deps" when running the "gn format" command. by sdefresne · 9 years ago
  60. 7e15f77 tools/gn: add trace_event file to keep bootstrap working by tfarina · 9 years ago
  61. 62fd938 tools/gn: replace usage of linked_ptr by using scoped_ptr by tfarina · 9 years ago
  62. a03d0b5 tools/gn: remove three unused functions from string_utils.h by tfarina · 9 years ago
  63. ad8e9ba tools/gn: make use of base's StartsWith() function by tfarina · 9 years ago
  64. f61eaa8 tools/gn: move the implementation of IsIdentifierXXX functions to the source file by tfarina · 9 years ago
  65. 93a9620 Improve GN asmflags help. by brettw · 9 years ago
  66. c08670e Use simplify operator< implementations in tools/ by jsbell · 9 years ago
  67. cf55f68 GN: Use all targets to determine whether a file is generated (for `check`). by jbroman · 9 years ago
  68. 4aa4831 Remove memory category from chrome://tracing by ruuda · 9 years ago
  69. a979373 GN: Manually search path for Python by brettw · 9 years ago
  70. 469f40a Reduce the number of worker threads GN uses. by brettw · 9 years ago
  71. 68f0085 Fix typo in GN get_label_info help by pkotwicz · 9 years ago
  72. 0e37d03 tools/gn: add python shebang directive to roll_gn script by tfarina · 9 years ago
  73. ee8d82b tools/gn: mark first TestTarget parameter as const by tfarina · 9 years ago
  74. d03ae3c fix gn bootstrap once again by tfarina · 9 years ago
  75. a241649 Sort "deps" and "public_deps" when running the "gn format" command. by sdefresne · 9 years ago
  76. a127232 tools/gn: include exec_process.h in the source file. by tfarina · 9 years ago
  77. e306b98 Don't propagate deps across actions in GN. by brettw · 9 years ago
  78. 8f7e74b Use GN response files for devtools .grd by brettw · 9 years ago
  79. 40abf03 Remove obsolete OS handling in GN. by brettw · 9 years ago
  80. 49a0017 Support script response files in GN. by brettw · 9 years ago
  81. 5e0ac48 include what you use: errno.h in exec_process.cc by mostynb · 9 years ago
  82. 4c42b76 Support spaces in Mac GN build output names. by brettw · 9 years ago
  83. 2e474d0 GN bootstrap fixes: by phajdan · 9 years ago
  84. 5fe22d9 Improve gn path command. by brettw · 9 years ago
  85. b1a1959 Fix //tools/gn/example on Linux: missing current_os and related vars by tsniatowski · 9 years ago
  86. 3c6e6eb GN bootstrap fixes: by phajdan.jr · 9 years ago
  87. 35a9692 Fix GN unittests on windows broken by abs-path change by tsniatowski · 9 years ago
  88. 9ed051f [GN] Allow spaces in output names and other substitutions. by andybons · 9 years ago
  89. 4e0cf72 Make sure abs-path gn labels have separate target_gen_dirs by tsniatowski · 9 years ago
  90. 07f88ba Make GN --as=output relative to the root build directory. by brettw · 9 years ago
  91. 7bb4d02 Handle Mozilla license blocks in the GN header checker. by brettw · 9 years ago
  92. ee793e5 [GN]: support for loadable modules by andybons · 9 years ago
  93. 55e7eea Try again to fix the links in the GN README.md. by dpranke · 9 years ago
  94. e139bc4 [GN]: Enable PCH for WebKit on Mac. by andybons · 9 years ago
  95. 199a341 tools/gn: Remove code for forward_dependent_configs_from variable. by tfarina · 9 years ago
  96. b8b7f29 Restrict memory maps dump provider to only android and linux by ssid · 9 years ago
  97. 65c8b5e Update tools/gn/README.md. by dpranke · 9 years ago
  98. 63a229d GN: Update documentation for updating the gn binaries (the rolling process). by tfarina · 9 years ago
  99. 8411c72 Fix another bug in the gn_roll script. by dpranke · 9 years ago
  100. 82b4d88 Make GN use_custom_libcxx work properly with sanitizers. by brettw · 9 years ago