1. 6e51412 gn2bp: Add .aidl files to the srcs of java_library by Motomu Utsumi · 2 years, 8 months ago
  2. a0e37c1 gn2bp: Move response file to `gn_utils` by Mohannad Farrag · 2 years, 8 months ago
  3. 6a2d88a gn2bp: Convert java_actions to `java_group` by Mohannad Farrag · 2 years, 8 months ago
  4. ee47af6 gn2bp: Set the output name for libcronet.so by Motomu Utsumi · 2 years, 8 months ago
  5. f2391cc gn2bp: Refactor and code clean up by Mohannad Farrag · 2 years, 8 months ago
  6. 1de6cb1 gn2bp: Convert genrules to cc_genrules by Mohannad Farrag · 2 years, 8 months ago
  7. 7f29d83 gn2bp: Convert source_set to cc_object by Mohannad Farrag · 2 years, 9 months ago
  8. a0db68b gn2bp: Add _is_java_source method by Mohannad Farrag · 2 years, 9 months ago
  9. a23114a gn2bp: Add cronet_package to update_results.sh by Mohannad Farrag · 2 years, 9 months ago
  10. 4bea14a gn2bp: Fix parsing java sources for multi-arch by Mohannad Farrag · 2 years, 9 months ago
  11. baf0d57 gn2bp: Convert `source_set` with rtti to static_libraries by Mohannad Farrag · 2 years, 9 months ago
  12. d7efd7b9 gn2bp: Generate per-architecture genrule for `action_foreach` by Mohannad Farrag · 2 years, 9 months ago
  13. 9860068 gn2bp: create one action per arch by Patrick Rohr · 2 years, 9 months ago
  14. 5539463 gn2bp: Skip extracting common part for source_set by Motomu Utsumi · 2 years, 9 months ago
  15. 297f979 gn2bp: collect linker unit deps per target by Patrick Rohr · 2 years, 9 months ago
  16. f100437 gn2bp: remove is_third_party_dep by Patrick Rohr · 2 years, 9 months ago
  17. f0f4768 gn2bp: Add flags and include_dirs to target by Motomu Utsumi · 2 years, 9 months ago
  18. 778f830 gn2bp: Add indlue_dirs to arch by Motomu Utsumi · 2 years, 9 months ago
  19. 80e0447 gn2bp: Add defines to arch by Motomu Utsumi · 2 years, 9 months ago
  20. 1c64e44 gn2bp: Add cflags to arch by Motomu Utsumi · 2 years, 9 months ago
  21. 9006b36 gn2bp: using dep.name when adding dependency is more correct by Patrick Rohr · 2 years, 9 months ago
  22. ad7a29c gn2bp: properly add proto_deps by Patrick Rohr · 2 years, 9 months ago
  23. 6ccc9d8 gn2bp: Fix to bubble up proto static_lib deps by Motomu Utsumi · 2 years, 9 months ago
  24. dee9ce0 gn2bp: create modules for protoc by Motomu Utsumi · 2 years, 9 months ago
  25. 04f194e gn2bp: remove unused toolchain property by Patrick Rohr · 2 years, 9 months ago
  26. c8f41cd gn2bp: fix host and device support properties by Patrick Rohr · 2 years, 9 months ago
  27. 4eff210 gn2bp: use proper target annotation by Patrick Rohr · 2 years, 9 months ago
  28. d938d53 gn2bp: toolchain propery is always present by Patrick Rohr · 2 years, 9 months ago
  29. 53dcd10 gn2bp: collect sources for each architecture by Patrick Rohr · 2 years, 9 months ago
  30. 7091356 gn2bp: add code that collects common sources by Patrick Rohr · 2 years, 9 months ago
  31. 81a4ac3 gn2bp: get arch from toolchain by Patrick Rohr · 2 years, 9 months ago
  32. 7f4631e gn2bp: remove toolchain label from dependencies by Patrick Rohr · 2 years, 9 months ago
  33. 02ad51f gn2bp: add arch to Target by Patrick Rohr · 2 years, 9 months ago
  34. 7705bdb gn2bp: use name without toolchain for Targets by Patrick Rohr · 2 years, 9 months ago
  35. 770cf68 gn2bp: remove unused third_party deps handling by Patrick Rohr · 2 years, 9 months ago
  36. 0d40da3 gn2bp: pass gn_target_name into get_proto_target_type by Patrick Rohr · 2 years, 9 months ago
  37. 564d6be gn2bp: pass gn_desc to parse_gn_desc by Patrick Rohr · 2 years, 9 months ago
  38. d0077b7 gn2bp: separate parsing gn desc from retrieving Target object by Patrick Rohr · 2 years, 9 months ago
  39. a9c1dda gn2bp: fix collecting static libs dependencies by Patrick Rohr · 2 years, 9 months ago
  40. 5de9f2e gn2bp: propagate static libs up the tree by Patrick Rohr · 2 years, 9 months ago
  41. 67f5312 gn2bp: move target.type check into _is_java_target by Patrick Rohr · 2 years, 9 months ago
  42. d7e0e42 gn2bp: Update --proto_path and --cpp_out arg by Motomu Utsumi · 2 years, 9 months ago
  43. c598078 gn2bp: fix proto parsing by Patrick Rohr · 2 years, 9 months ago
  44. b27587e gn2bp: collect java sources by Patrick Rohr · 2 years, 9 months ago
  45. 3624f95 gn2bp: be explicit about dropping java_group dependencies by Patrick Rohr · 2 years, 9 months ago
  46. af92fa6 gn2bp: mark java targets as java_group by Patrick Rohr · 2 years, 9 months ago
  47. b42a71c gn2bp: Removed meaningless lines by Motomu Utsumi · 2 years, 9 months ago
  48. c20887d gn2bp: fix response_file_contents parsing by Patrick Rohr · 2 years, 9 months ago
  49. 7aa98f9 gn2bp: gn_utils should not touch action args by Patrick Rohr · 2 years, 9 months ago
  50. 09716f5 gn2bp: store response_file_contents for action targets by Patrick Rohr · 2 years, 9 months ago
  51. da778a0 gn2bp: add basic parser support for copy and action_foreach rules by Patrick Rohr · 2 years, 10 months ago
  52. 26af1e7 gn2bp: allow targets to depend on chromium's libc++ and libunwind by Patrick Rohr · 2 years, 10 months ago
  53. b26c337 gn2bp: Remove unuded code by Motomu Utsumi · 2 years, 10 months ago
  54. 73e0322 gn2bp: Remove unused ODRChecker by Motomu Utsumi · 2 years, 10 months ago
  55. c6331c8 gn2bp: support '//' in label_to_path by Patrick Rohr · 2 years, 10 months ago
  56. 23f2619 gn2bp: delete compat.py by Patrick Rohr · 2 years, 10 months ago
  57. 92d7412 gn2bp: add copy of perfetto project gn to bp tooling by Patrick Rohr · 2 years, 10 months ago