- ce5166b gn2bp: Add JavaCppStringSanitizer by Motomu Utsumi · 2 years, 9 months ago
- d7c3677 gn2bp: Add _sanitize_args to JavaCppFeatureSanitier by Motomu Utsumi · 2 years, 9 months ago
- 56a2f44 gn2bp: Add JavaCppFeatureSanitizer by Motomu Utsumi · 2 years, 9 months ago
- 47fd40a gn2bp: Remove unrequired hack for jni_registration_generator deps by Motomu Utsumi · 2 years, 9 months ago
- df63414 gn2bp: Add get_tool_files to the VersionSanitizer by Motomu Utsumi · 2 years, 9 months ago
- a6824ea gn2bp: Add get_tool_files to the JniGeneratorSanitizer by Motomu Utsumi · 2 years, 9 months ago
- 6c7d616 gn2bp: Remove get_inputs from the Sanitizer by Motomu Utsumi · 2 years, 9 months ago
- 6997586 gn2bp: Add script to the tool_files in get_tool_files by Motomu Utsumi · 2 years, 9 months ago
- aaf42cf gn2bp: Add get_tool_files to the Sanitizer by Motomu Utsumi · 2 years, 9 months ago
- 80fa0b0 gn2bp: Add get_srcs to the Sanitizer by Motomu Utsumi · 2 years, 9 months ago
- 047831e gn2bp: Fix to use target sources and inputs by Motomu Utsumi · 2 years, 9 months ago
- 07027f6 gn2bp: Move _sanitize_inputs to JniRegistrationGeneratorSanitizer by Motomu Utsumi · 2 years, 9 months ago
- 735a5a4 gn2bp: Add _sanitize_inputs and get_inputs by Motomu Utsumi · 2 years, 9 months ago
- 2569734 gn2bp: Fix version script character escaping by Mohannad Farrag · 2 years, 9 months ago
- 7f7c9b4 gn2bp: Add `get_name` to BaseActionSanitizer by Mohannad Farrag · 2 years, 9 months ago
- 457bc02 gn2bp: Add `JavaJniGeneratorActionSanitizer` by Mohannad Farrag · 2 years, 9 months ago
- 4b89a82 gn2bp: Create `java_genrule` directly from `create_action_module` by Mohannad Farrag · 2 years, 9 months ago
- 584613d gn2bp: Delete `get_args` by Mohannad Farrag · 2 years, 9 months ago
- 60b3770 gn2bp: Add escape quotations as part of BaseActionSanitizer by Mohannad Farrag · 2 years, 9 months ago
- 291f567 gn2bp: Add JniRegistrationGenerator get_cmd by Mohannad Farrag · 2 years, 9 months ago
- c739dda gn2bp: Add `get_cmd` logic. by Mohannad Farrag · 2 years, 9 months ago
- d5515ca gn2bp: add `get_cmd` to BaseActionSanitizer by Mohannad Farrag · 2 years, 9 months ago
- fa76dca gn2bp: Remove redundant `blueprint.add_module` by Mohannad Farrag · 2 years, 9 months ago
- a0e37c1 gn2bp: Move response file to `gn_utils` by Mohannad Farrag · 2 years, 9 months ago
- 00ecfb5 gn2bp: Move replacing of `response_file` to Sanitizer by Mohannad Farrag · 2 years, 9 months ago
- 9401996 gn2bp: Move arg output from get_outputs to _sanitize_outputs by Motomu Utsumi · 2 years, 9 months ago
- 805591d gn2bp: Move arg sanitizing from get_args to _sanitize_args by Motomu Utsumi · 2 years, 9 months ago
- cdb45ea gn2bp: Add sanitize API to the BaseActionSanitizer by Motomu Utsumi · 2 years, 9 months ago
- a91ade6 gn2bp: Update is_header_generated in the BaseActionSanitizer by Motomu Utsumi · 2 years, 9 months ago
- 1e028b8 gn2bp: Update is_header_generated of MakeDafsaSanitizer by Motomu Utsumi · 2 years, 9 months ago
- 9701d2f gn2bp: Add MakeDafsaSanitizer by Motomu Utsumi · 2 years, 9 months ago
- 7db7583 gn2bp: Add is_header_generated to the BaseActionSanitizer by Motomu Utsumi · 2 years, 9 months ago
- d22edf0 gn2bp: Remove unrequired hack for action_with_pydeps by Motomu Utsumi · 2 years, 9 months ago
- 2421323 gn2bp: Use the result of get_outputs as module.out by Motomu Utsumi · 2 years, 9 months ago
- d4f7264 gn2bp: Add get_outputs to JniGeneratorSanitizer by Motomu Utsumi · 2 years, 9 months ago
- b9ef35c gn2bp: Fix to use set for target.outputs by Motomu Utsumi · 2 years, 9 months ago
- 5afd081 gn2bp: Add get_outputs to the BaseActionSanitizer by Motomu Utsumi · 2 years, 9 months ago
- 1339932 gn2bp: Fix arg normalization and remove hack in the VersionSanitizer by Motomu Utsumi · 2 years, 9 months ago
- 9752bd3 gn2bp: Normalize args by for loop instead of comprehension by Motomu Utsumi · 2 years, 9 months ago
- 8be8a26 gn2bp: Update the comment for value args and list args by Motomu Utsumi · 2 years, 9 months ago
- d75b8b5 gn2bp: Update _is_value_arg by Motomu Utsumi · 2 years, 9 months ago
- c1a0d61 gn2bp: Generate a copy of 'cronet_jni_registration' for java by Mohannad Farrag · 2 years, 9 months ago
- b73ce0f gn2bp: Fix args formatting for java_cpp_enum.py script by Mohannad Farrag · 2 years, 9 months ago
- 8fa9065 gn2bp: Move 'sanitize_version_filepath' to base class by Mohannad Farrag · 2 years, 9 months ago
- 7ff9991 gn2bp: Create `java_genrule` from java actions by Mohannad Farrag · 2 years, 10 months ago
- 6a2d88a gn2bp: Convert java_actions to `java_group` by Mohannad Farrag · 2 years, 10 months ago
- 303dddb gn2bp: Remove redundant checks by Mohannad Farrag · 2 years, 10 months ago
- 747030b gn2bp: Merge if block which is splitted without necessity by Motomu Utsumi · 2 years, 9 months ago
- 297c29b gn2bp: Fix _sanitize_eval_arg and remove workaround codes by Motomu Utsumi · 2 years, 9 months ago
- 0f36857 gn2bp: sanitize eval arg from VersionSanitizer by Motomu Utsumi · 2 years, 9 months ago
- 21485ba gn2bp: sanitize file path from VersionSanitizer by Motomu Utsumi · 2 years, 9 months ago
- c6b08b8 gn2bp: Move output arg to VersionSanitizer by Motomu Utsumi · 2 years, 9 months ago
- 6af5b2a gn2bp: Add VersionSanitizer by Motomu Utsumi · 2 years, 9 months ago
- 4fe0b95 gn2bp: Move --sources-exclusions to JniRegistrationGeneratorSanitizer by Motomu Utsumi · 2 years, 9 months ago
- 5590747 gn2bp: Move --sources-files to JniRegistrationGeneratorSanitizer by Motomu Utsumi · 2 years, 9 months ago
- 28cbf2f gn2bp: Move file path sanitize to the JniRegistrationGeneratorSanitizer by Motomu Utsumi · 2 years, 9 months ago
- b80903c gn2bp: Add JniRegistrationGeneratorSanitizer by Motomu Utsumi · 2 years, 9 months ago
- 4d551d7 gn2bp: Move --input_file to JniGeneratorSanitizer by Motomu Utsumi · 2 years, 9 months ago
- c363b41 gn2bp: Add _update_list_arg by Motomu Utsumi · 2 years, 9 months ago
- 923688c gn2bp: Update the definition of value arg and list arg by Motomu Utsumi · 2 years, 9 months ago
- 8bcd783 gn2bp: add back a comment by Patrick Rohr · 2 years, 9 months ago
- 357b25c gn2bp: clean up _delete_arg by Patrick Rohr · 2 years, 9 months ago
- f0abead gn2bp: add throw_if_absent parameter to some helper functions by Patrick Rohr · 2 years, 9 months ago
- 872a281 gn2bp: rename _sanitize_dir to _sanitize_filepath by Patrick Rohr · 2 years, 9 months ago
- fda02673 gn2bp: move jni_generator.py --jar_file to sanitizer by Patrick Rohr · 2 years, 9 months ago
- 9f43932 gn2bp: move jni_generator.py --prev_output_dir to sanitizer by Patrick Rohr · 2 years, 9 months ago
- 9e5a3c7 gn2bp: move jni_generator.py --includes to sanitizer by Patrick Rohr · 2 years, 9 months ago
- 4d74aed gn2bp: some functions should fail silently by Patrick Rohr · 2 years, 9 months ago
- 3e374ef gn2bp: move jni_generator.py --output_dir to sanitizer by Patrick Rohr · 2 years, 10 months ago
- 0e24c5f gn2bp: try to put all common path operations in one function by Patrick Rohr · 2 years, 10 months ago
- 1bedf6c gn2bp: add update value arg support by Patrick Rohr · 2 years, 10 months ago
- 2cad933 gn2bp: name helper functions more consistently by Patrick Rohr · 2 years, 10 months ago
- ef4f2bf gn2bp: rename _has_arg_value to _is_value_arg by Patrick Rohr · 2 years, 10 months ago
- 7f11715 gn2bp: move get_action_sanitizer below code it references by Patrick Rohr · 2 years, 10 months ago
- 0242a3f gn2bp: add jni_generator.py sanitizer by Patrick Rohr · 2 years, 10 months ago
- 1f7dd58 gn2bp: add _append_arg helper by Patrick Rohr · 2 years, 10 months ago
- 3d37780 gn2bp: fix arg sanitization by Patrick Rohr · 2 years, 10 months ago
- 501af22 gn2bp: rename _is_append_arg for clarity by Patrick Rohr · 2 years, 10 months ago
- 15aa692 gn2bp: fix _rebase_directory by Patrick Rohr · 2 years, 10 months ago
- 77c4f5c gn2bp: rename _set_arg_positional_value for readability by Patrick Rohr · 2 years, 10 months ago
- d7de3dd gn2bp: rename getSanitizer for consistency by Patrick Rohr · 2 years, 10 months ago
- 9ab1793 gn2bp: Add support for 'build/write_build_date_header.py' script by Mohannad Farrag · 2 years, 10 months ago
- 71353f9 gn2bp: Add getSanitizer factory method by Mohannad Farrag · 2 years, 10 months ago
- 420c14e gn2bp: Change ActionSanitizer name by Mohannad Farrag · 2 years, 10 months ago
- 8b98ae1 Merge changes I68f8d670,I122fd6bf,Iae1668a4,Ib31a0170,I56275f90, ... by Mohannad Farrag · 2 years, 10 months ago
- ee47af6 gn2bp: Set the output name for libcronet.so by Motomu Utsumi · 2 years, 10 months ago
- 8ca1241 gn2bp: Set apex_available and min_sdk_version by Motomu Utsumi · 2 years, 10 months ago
- 3227689 gn2bp: add helper function to rebase relative dirs by Patrick Rohr · 2 years, 10 months ago
- 73ef7ae gn2bp: add location tag helper by Patrick Rohr · 2 years, 10 months ago
- 3a2c3dd gn2bp: ensure there are not multiple occurences of arg by Patrick Rohr · 2 years, 10 months ago
- 48fa74d gn2bp: add write_buildflag_header support to ActionSanitizer by Patrick Rohr · 2 years, 10 months ago
- 9e414b5 gn2bp: move parameter sanitization to ActionSanitizer by Patrick Rohr · 2 years, 10 months ago
- f6de33f gn2bp: add basic outline of ActionSanitizer with helpers by Patrick Rohr · 2 years, 10 months ago
- f2391cc gn2bp: Refactor and code clean up by Mohannad Farrag · 2 years, 10 months ago
- 1de6cb1 gn2bp: Convert genrules to cc_genrules by Mohannad Farrag · 2 years, 10 months ago
- 3371d68 gn2bp: Support MTE in arm64 to fix build error by Motomu Utsumi · 2 years, 10 months ago
- 7f29d83 gn2bp: Convert source_set to cc_object by Mohannad Farrag · 2 years, 10 months ago
- 7f765cf gn2bp: Remove code for gen_version_module by Motomu Utsumi · 2 years, 10 months ago
- ed27df7 gn2bp: Remove code for proto_descriptor_module by Motomu Utsumi · 2 years, 10 months ago
- 9206dd9 gn2bp: Remove code for gen_amalgamated_sql_metrics by Motomu Utsumi · 2 years, 10 months ago