1. 4c16846 [GN] Add support for code signing to "create_bundle" targets. by sdefresne · 8 years ago
  2. 1acbbc4 "up-to-date" should only use hyphens when used as compound modifier of a noun by thakis · 8 years ago
  3. c9402dc Generate VS projects also for target dependencies. by dpranke · 8 years ago
  4. 3249e65 Fix GN bootstrap. by saiarcot895 · 8 years ago
  5. e22f031 Cleanup: Initialize Value from tools/gn by moving std::string by ki.stfu · 8 years ago
  6. 53b1a89 Remove the CryptoAPI implementation of SHA-1 by rsleevi · 8 years ago
  7. dea44a3 Update GN docs about target_cpu to encourage use of current_cpu by agrieve · 8 years ago
  8. c8f969f Fix generation of Xcode project. by sdefresne · 8 years ago
  9. 1e0dbda Improve the "gn path" command. by brettw · 8 years ago
  10. 9f6fb17 Fix documentation for "pool" object in gn binary. by sdefresne · 8 years ago
  11. 9c00c39 Add support for user defined "pool" to GN. by sdefresne · 8 years ago
  12. 4841e9d Fix doc on "Multiple outputs" for runtime_deps. by xhwang · 8 years ago
  13. 22d196c [Mac/iOS/GN] Document the new rules for create_bundle and runtime_deps. by rsesek · 8 years ago
  14. 3432533 [GN] Adding missing source type for extension .appex. by justincohen · 8 years ago
  15. 50dc316 Migrate WaitableEvent to enum-based constructor in tools/ by gab · 8 years ago
  16. 79a808d [Mac/GN] Collect a bundle's data_deps when using `gn desc runtime_deps`. by rsesek · 8 years ago
  17. bfceabe Fix Visual Studio warning on single file compilation by tmoniuszko · 8 years ago
  18. 85c3ec5 Fix generation of target in Xcode project when using output_name. by sdefresne · 8 years ago
  19. 22577b5 [Mac/GN] Treat create_bundle as a leaf for `gn desc runtime_deps`. by rsesek · 8 years ago
  20. 58e79bd GN: Fix bootstrap.py by kcconley · 8 years ago
  21. 7c551d8 Fix a typo in the gn gen help for QtCreator generator (introduced in https://codereview.chromium.org/1883093002/) by kolczyk · 8 years ago
  22. cda8089 GN: Allow setting the path to Python by phosek · 8 years ago
  23. 8e6e721 gn: Mention complete_static_lib in `gn help static_library`. by thakis · 8 years ago
  24. 0d85d06 GN: Unconditionally write build.ninja. by brettw · 8 years ago
  25. e956800 Add support for generating QtCreator projects from GN. by kolczyk · 8 years ago
  26. 98428ef Enhance GN's "desc" command to support configs. by brettw · 8 years ago
  27. 208f23b GN: Prefer toplevel targets for phony names. by brettw · 8 years ago
  28. 773e0ea GN: Don't import a file more than once. by brettw · 8 years ago
  29. 5a01b1c Fix GN bootstrap by Paweł Hajdan, Jr · 8 years ago
  30. d14cd15 Remove reference to old gn win x64 bot in roll_gn.py. by dpranke · 8 years ago
  31. 10e64d7 [GN] Add support for generating Xcode projects. by sdefresne · 8 years ago
  32. 6113aa0 GN: forward_variables_from shouldn't clobber vars. by brettw · 8 years ago
  33. 2e556cf GN: Add common header extensions by ngg · 8 years ago
  34. eb7c47e GN: fix bootstrap by ngg · 8 years ago
  35. 55a9dd6 gn: Stop printing all help when the command is unknown by watk · 8 years ago
  36. 48760da Renaming system.gyp:ssl to system.gyp:nss and removing unused BUILD.gn by svaldez · 8 years ago
  37. 331611d Fix arm detection code in gn. by saiarcot895 · 8 years ago
  38. 0808b32 Add manifests to many more gn built exe files by brucedawson · 8 years ago
  39. ca08816 Apply arflags to dependent configs in GN. by brettw · 8 years ago
  40. ad313e5 GN: VS project calls ninja for single file compiles as well by ngg · 8 years ago
  41. add66f3 GN flag to fail for unused build args. by brettw · 8 years ago
  42. 4704ac2 Store BundleData paths as SourceDirs rather than strings. by rsesek · 8 years ago
  43. c1289e0 Write a phony target for the top-level directory of a create_bundle target. by rsesek · 8 years ago
  44. 18f4b8e Tweak "Typical sources and deps modifications" section. by thakis · 8 years ago
  45. 7c98889 GN: Refine 'complete' static library handling by kcconley · 8 years ago
  46. fb399fc GN: Print the import trail when parse errors occur. by agrieve · 8 years ago
  47. 354acc0 Fix a typo in the documentation of "gn help data". by eroman · 8 years ago
  48. 716090e GN: Fix bootstrap.py on mac by kcconley · 8 years ago
  49. d929645 This removes most of the NSS files and both the use_openssl build argument and by svaldez · 8 years ago
  50. 4239142 GN: Make write_runtime_deps take effect only a target is resolved by agrieve · 8 years ago
  51. e256bb9 Fix GN freeze on generating Visual Studio projects by tmoniuszko · 8 years ago
  52. df992fd Add arflags to GN by brettw · 8 years ago
  53. f583179 GN: Use std::unique_ptr for owned pointers in VisualStudioWriter. by jbroman · 8 years ago
  54. 9716874 GN: Use std::unique_ptr for owning pointers in InputFileManager. by jbroman · 8 years ago
  55. 3db9985 GN: Use std::unique_ptr in Loader::ToolchainRecordMap. by jbroman · 8 years ago
  56. c5edbe0 GN: Use std::unique_ptr for owning pointers in Scope::NamedScopeMap. by jbroman · 8 years ago
  57. 75d6e46 GN: Use std::unique_ptr for owned pointers in ImportManager. by jbroman · 8 years ago
  58. f0c7ff1 GN: Replace vector<ParseNode*> with vector<unique_ptr<ParseNode>> in parse_tree.h. by jbroman · 8 years ago
  59. b43178b gn: Use .obj extension for pch objects on Windows. by thakis · 8 years ago
  60. cfe4542 [MIPS] Fix gn_unittests LoaderTest.Foo test by milko.leporis · 8 years ago
  61. 3137dd7 Make it easy to run `gn format' on an emacs buffer. by erg · 8 years ago
  62. 2d25da2 Add shell=True for gn-format.py on Windows by scottmg · 8 years ago
  63. 9fa3a6e Add an output_dir override to GN. by brettw · 8 years ago
  64. 5456b8d Quote flags in GN. by brettw · 8 years ago
  65. e61d79f Convert //tools to use std::unique_ptr by dcheng · 8 years ago
  66. c4c80fa Add GN output prefix override and allow empty output extensions. by brettw · 8 years ago
  67. cbe84db Accept absolute Windows paths without leading slash in GN commands by tmoniuszko · 8 years ago
  68. 955b511 [GN] Fix create_bundle to respect "data_deps" dependencies. by sdefresne · 8 years ago
  69. fc4ca34 Fix a bunch of IWYU violators that don't include scoped_ptr.h by Daniel Cheng · 8 years ago
  70. 1b76767 GN: Add write_runtime_deps variable by agrieve · 8 years ago
  71. 2bb749c GN: Look at all target outputs when detecting duplicates by agrieve · 8 years ago
  72. 492d1ac Fix GN bootstrap on Linux by phajdan.jr · 8 years ago
  73. ad3fccd Update GN documentation. by brettw · 8 years ago
  74. 18ba506 Add more out of line copy ctors for complex classes. by vmpstr · 8 years ago
  75. 7a0920c Consider bundle_data as public_deps of create_bundle targets. by sdefresne · 8 years ago
  76. af4d58f Convert GN group targets to Visual Studio projects by tmoniuszko · 8 years ago
  77. 0536dc5 Make rebase_path() aware of Windows drive letter capitalization by tmoniuszko · 8 years ago
  78. 5dca6f1 [GN] Fix "gn gen --ide=vs" to ignore bundle_data targets. by sdefresne · 8 years ago
  79. 7e91550 Add more documentation for GN header checking by brettw · 8 years ago
  80. 06994fb Adding macro to enable changing SSL library (Part 1) by svaldez · 8 years ago
  81. c64bc4b Fix typo in GN's README.md by cwallez · 8 years ago
  82. 08659b8 Update GN readme. by brettw · 8 years ago
  83. 9e3d2e2 gn format: Support # NOSORT to disable sorting of blocks by scottmg · 8 years ago
  84. 2ab4742 Create doc on build arg best practices for Blimp. by jessicag · 8 years ago
  85. 4d36427 Add "create_bundle" target in order to support bundle with gn. by sdefresne · 8 years ago
  86. 710ea7d Remove uses of std::unary_function and std::binary_function. by vmpstr · 8 years ago
  87. a688aec Add "bundle_data" target as first step for adding bundle support to gn. by sdefresne · 8 years ago
  88. 1aa73c5 Minor fixes to tools/gn. by sdefresne · 8 years ago
  89. 6d722a3 Update GN docs about Visual Studio generators by tmoniuszko · 8 years ago
  90. 648586c Limit the set of Visual Studio projects generated by GN by tmoniuszko · 8 years ago
  91. 216c22c GN: Visual Studio generator does not depend on is_debug variable by ngg · 8 years ago
  92. aea9f49 GN: Fix CPU detection in Visual Studio generator by ngg · 8 years ago
  93. 6ab01d1 tools/gn: Add out-of-line copy ctors for complex classes. by vmpstr · 8 years ago
  94. 1bef74d GN: Fix Visual Studio project build command by ngg · 8 years ago
  95. c37fe98 GN: fix a DCHECK() when generating Visual Studio solution files by ngg · 8 years ago
  96. 261f7eb Move ENABLE_HIDPI to new build flags system by brettw · 8 years ago
  97. cf5a33c GN: Normalize the build directory path by hashimoto · 8 years ago
  98. 1920b79 Convert enable_one_click_signin to new buildflag system by brettw · 8 years ago
  99. 03bb60b gn/win: Don't strip trailing = on exec_script arguments. by thakis · 8 years ago
  100. a0a0e73 GN: Update Windows SDK version to 10586 in generated project files by ngg · 8 years ago