1. 10b746f gn2bp: add support for building against Android zlib by Patrick Rohr · 2 years, 9 months ago
  2. 25926e6 gn2bp: support architecture in builtin_deps by Patrick Rohr · 2 years, 9 months ago
  3. 7069556 gn2bp: correctly flatten source_sets under linker unit target by Patrick Rohr · 2 years, 9 months ago
  4. 9d7539e gn2bp: fix include dir denylist by Patrick Rohr · 2 years, 9 months ago
  5. dd10b43 gn2bp: disable libunwind by Patrick Rohr · 2 years, 9 months ago
  6. 0913f0b gn2bp: stop parsing dep tree for builtin modules by Patrick Rohr · 2 years, 9 months ago
  7. b7b3b74 Merge "gn2bp: delete unused function" by Motomu Utsumi · 2 years, 9 months ago
  8. 17d4e4a gn2bp: delete unused function by Patrick Rohr · 2 years, 9 months ago
  9. 4fb65c7 gn2bp: Set compile_multilibe: first to cc_object for gcc_processor.py by Motomu Utsumi · 2 years, 9 months ago
  10. 05a49a5 gn2bp: Update libs to stop soong complaining by Motomu Utsumi · 2 years, 9 months ago
  11. 42acf6d gn2bp: Add apex_available to cronet_aml_java by Motomu Utsumi · 2 years, 9 months ago
  12. f985e03 gn2bp: Set sdk_verion and add required libs to cronet_aml_java by Motomu Utsumi · 2 years, 9 months ago
  13. ba3be9e gn2bp: Add sdk_version to the Module by Motomu Utsumi · 2 years, 9 months ago
  14. df6024d gn2bp: Add required libs to cronet_aml_java by Motomu Utsumi · 2 years, 9 months ago
  15. 89f38e4 gn2bp: Add required libs to `JniGenerator` by Mohannad Farrag · 2 years, 9 months ago
  16. 3d3d613 gn2bp: Generate `JniProcessor` manually by Mohannad Farrag · 2 years, 9 months ago
  17. e815d86 gn2bp: Add libs to `java_library` by Mohannad Farrag · 2 years, 9 months ago
  18. b30d371 gn2bp: Add required include_dirs for `aidl` files by Mohannad Farrag · 2 years, 9 months ago
  19. 9c2cee1 gn2bp: Split `gcc_preprocess` actions into genrules by Mohannad Farrag · 2 years, 9 months ago
  20. 81bb834 gn2bp: Add compile_multilib attribute by Motomu Utsumi · 2 years, 9 months ago
  21. 6e51412 gn2bp: Add .aidl files to the srcs of java_library by Motomu Utsumi · 2 years, 9 months ago
  22. 3dbc276 gn2bp: Add _sanitize_args to WriteNativeLibrariesJavaSanitizer by Motomu Utsumi · 2 years, 9 months ago
  23. b90a76b gn2bp: Add WriteNativeLibrariesJavaSanitizer by Motomu Utsumi · 2 years, 9 months ago
  24. 3f7ab31 gn2bp: Add _sanitize_args to JavaCppStringSanitizer by Motomu Utsumi · 2 years, 9 months ago
  25. ce5166b gn2bp: Add JavaCppStringSanitizer by Motomu Utsumi · 2 years, 9 months ago
  26. d7c3677 gn2bp: Add _sanitize_args to JavaCppFeatureSanitier by Motomu Utsumi · 2 years, 9 months ago
  27. 56a2f44 gn2bp: Add JavaCppFeatureSanitizer by Motomu Utsumi · 2 years, 9 months ago
  28. 47fd40a gn2bp: Remove unrequired hack for jni_registration_generator deps by Motomu Utsumi · 2 years, 9 months ago
  29. df63414 gn2bp: Add get_tool_files to the VersionSanitizer by Motomu Utsumi · 2 years, 9 months ago
  30. a6824ea gn2bp: Add get_tool_files to the JniGeneratorSanitizer by Motomu Utsumi · 2 years, 9 months ago
  31. 6c7d616 gn2bp: Remove get_inputs from the Sanitizer by Motomu Utsumi · 2 years, 9 months ago
  32. 6997586 gn2bp: Add script to the tool_files in get_tool_files by Motomu Utsumi · 2 years, 9 months ago
  33. aaf42cf gn2bp: Add get_tool_files to the Sanitizer by Motomu Utsumi · 2 years, 9 months ago
  34. 80fa0b0 gn2bp: Add get_srcs to the Sanitizer by Motomu Utsumi · 2 years, 9 months ago
  35. 047831e gn2bp: Fix to use target sources and inputs by Motomu Utsumi · 2 years, 9 months ago
  36. 07027f6 gn2bp: Move _sanitize_inputs to JniRegistrationGeneratorSanitizer by Motomu Utsumi · 2 years, 9 months ago
  37. 735a5a4 gn2bp: Add _sanitize_inputs and get_inputs by Motomu Utsumi · 2 years, 9 months ago
  38. 2569734 gn2bp: Fix version script character escaping by Mohannad Farrag · 2 years, 9 months ago
  39. 7f7c9b4 gn2bp: Add `get_name` to BaseActionSanitizer by Mohannad Farrag · 2 years, 9 months ago
  40. 457bc02 gn2bp: Add `JavaJniGeneratorActionSanitizer` by Mohannad Farrag · 2 years, 9 months ago
  41. 4b89a82 gn2bp: Create `java_genrule` directly from `create_action_module` by Mohannad Farrag · 2 years, 9 months ago
  42. 584613d gn2bp: Delete `get_args` by Mohannad Farrag · 2 years, 9 months ago
  43. 60b3770 gn2bp: Add escape quotations as part of BaseActionSanitizer by Mohannad Farrag · 2 years, 9 months ago
  44. 291f567 gn2bp: Add JniRegistrationGenerator get_cmd by Mohannad Farrag · 2 years, 9 months ago
  45. c739dda gn2bp: Add `get_cmd` logic. by Mohannad Farrag · 2 years, 9 months ago
  46. d5515ca gn2bp: add `get_cmd` to BaseActionSanitizer by Mohannad Farrag · 2 years, 9 months ago
  47. fa76dca gn2bp: Remove redundant `blueprint.add_module` by Mohannad Farrag · 2 years, 9 months ago
  48. a0e37c1 gn2bp: Move response file to `gn_utils` by Mohannad Farrag · 2 years, 9 months ago
  49. 00ecfb5 gn2bp: Move replacing of `response_file` to Sanitizer by Mohannad Farrag · 2 years, 9 months ago
  50. 9401996 gn2bp: Move arg output from get_outputs to _sanitize_outputs by Motomu Utsumi · 2 years, 9 months ago
  51. 805591d gn2bp: Move arg sanitizing from get_args to _sanitize_args by Motomu Utsumi · 2 years, 9 months ago
  52. cdb45ea gn2bp: Add sanitize API to the BaseActionSanitizer by Motomu Utsumi · 2 years, 9 months ago
  53. a91ade6 gn2bp: Update is_header_generated in the BaseActionSanitizer by Motomu Utsumi · 2 years, 9 months ago
  54. 1e028b8 gn2bp: Update is_header_generated of MakeDafsaSanitizer by Motomu Utsumi · 2 years, 9 months ago
  55. 9701d2f gn2bp: Add MakeDafsaSanitizer by Motomu Utsumi · 2 years, 9 months ago
  56. 7db7583 gn2bp: Add is_header_generated to the BaseActionSanitizer by Motomu Utsumi · 2 years, 9 months ago
  57. d22edf0 gn2bp: Remove unrequired hack for action_with_pydeps by Motomu Utsumi · 2 years, 9 months ago
  58. 2421323 gn2bp: Use the result of get_outputs as module.out by Motomu Utsumi · 2 years, 9 months ago
  59. d4f7264 gn2bp: Add get_outputs to JniGeneratorSanitizer by Motomu Utsumi · 2 years, 9 months ago
  60. b9ef35c gn2bp: Fix to use set for target.outputs by Motomu Utsumi · 2 years, 9 months ago
  61. 5afd081 gn2bp: Add get_outputs to the BaseActionSanitizer by Motomu Utsumi · 2 years, 9 months ago
  62. 1339932 gn2bp: Fix arg normalization and remove hack in the VersionSanitizer by Motomu Utsumi · 2 years, 9 months ago
  63. 9752bd3 gn2bp: Normalize args by for loop instead of comprehension by Motomu Utsumi · 2 years, 9 months ago
  64. 8be8a26 gn2bp: Update the comment for value args and list args by Motomu Utsumi · 2 years, 9 months ago
  65. d75b8b5 gn2bp: Update _is_value_arg by Motomu Utsumi · 2 years, 9 months ago
  66. c1a0d61 gn2bp: Generate a copy of 'cronet_jni_registration' for java by Mohannad Farrag · 2 years, 9 months ago
  67. b73ce0f gn2bp: Fix args formatting for java_cpp_enum.py script by Mohannad Farrag · 2 years, 9 months ago
  68. 8fa9065 gn2bp: Move 'sanitize_version_filepath' to base class by Mohannad Farrag · 2 years, 9 months ago
  69. 7ff9991 gn2bp: Create `java_genrule` from java actions by Mohannad Farrag · 2 years, 10 months ago
  70. 6a2d88a gn2bp: Convert java_actions to `java_group` by Mohannad Farrag · 2 years, 10 months ago
  71. 303dddb gn2bp: Remove redundant checks by Mohannad Farrag · 2 years, 10 months ago
  72. 747030b gn2bp: Merge if block which is splitted without necessity by Motomu Utsumi · 2 years, 9 months ago
  73. 297c29b gn2bp: Fix _sanitize_eval_arg and remove workaround codes by Motomu Utsumi · 2 years, 9 months ago
  74. 0f36857 gn2bp: sanitize eval arg from VersionSanitizer by Motomu Utsumi · 2 years, 9 months ago
  75. 21485ba gn2bp: sanitize file path from VersionSanitizer by Motomu Utsumi · 2 years, 9 months ago
  76. c6b08b8 gn2bp: Move output arg to VersionSanitizer by Motomu Utsumi · 2 years, 9 months ago
  77. 6af5b2a gn2bp: Add VersionSanitizer by Motomu Utsumi · 2 years, 9 months ago
  78. 4fe0b95 gn2bp: Move --sources-exclusions to JniRegistrationGeneratorSanitizer by Motomu Utsumi · 2 years, 9 months ago
  79. 5590747 gn2bp: Move --sources-files to JniRegistrationGeneratorSanitizer by Motomu Utsumi · 2 years, 9 months ago
  80. 28cbf2f gn2bp: Move file path sanitize to the JniRegistrationGeneratorSanitizer by Motomu Utsumi · 2 years, 9 months ago
  81. b80903c gn2bp: Add JniRegistrationGeneratorSanitizer by Motomu Utsumi · 2 years, 9 months ago
  82. 4d551d7 gn2bp: Move --input_file to JniGeneratorSanitizer by Motomu Utsumi · 2 years, 9 months ago
  83. c363b41 gn2bp: Add _update_list_arg by Motomu Utsumi · 2 years, 9 months ago
  84. 923688c gn2bp: Update the definition of value arg and list arg by Motomu Utsumi · 2 years, 9 months ago
  85. 8bcd783 gn2bp: add back a comment by Patrick Rohr · 2 years, 9 months ago
  86. 357b25c gn2bp: clean up _delete_arg by Patrick Rohr · 2 years, 9 months ago
  87. f0abead gn2bp: add throw_if_absent parameter to some helper functions by Patrick Rohr · 2 years, 9 months ago
  88. 872a281 gn2bp: rename _sanitize_dir to _sanitize_filepath by Patrick Rohr · 2 years, 9 months ago
  89. fda02673 gn2bp: move jni_generator.py --jar_file to sanitizer by Patrick Rohr · 2 years, 9 months ago
  90. 9f43932 gn2bp: move jni_generator.py --prev_output_dir to sanitizer by Patrick Rohr · 2 years, 9 months ago
  91. 9e5a3c7 gn2bp: move jni_generator.py --includes to sanitizer by Patrick Rohr · 2 years, 9 months ago
  92. 4d74aed gn2bp: some functions should fail silently by Patrick Rohr · 2 years, 9 months ago
  93. 3e374ef gn2bp: move jni_generator.py --output_dir to sanitizer by Patrick Rohr · 2 years, 9 months ago
  94. 0e24c5f gn2bp: try to put all common path operations in one function by Patrick Rohr · 2 years, 9 months ago
  95. 1bedf6c gn2bp: add update value arg support by Patrick Rohr · 2 years, 9 months ago
  96. 2cad933 gn2bp: name helper functions more consistently by Patrick Rohr · 2 years, 10 months ago
  97. ef4f2bf gn2bp: rename _has_arg_value to _is_value_arg by Patrick Rohr · 2 years, 10 months ago
  98. 7f11715 gn2bp: move get_action_sanitizer below code it references by Patrick Rohr · 2 years, 10 months ago
  99. 0242a3f gn2bp: add jni_generator.py sanitizer by Patrick Rohr · 2 years, 10 months ago
  100. 1f7dd58 gn2bp: add _append_arg helper by Patrick Rohr · 2 years, 10 months ago