1. c1d9511 Revert "gn2bp: Convert cc_objects to cc_static_library" by Mohannad Farrag · 2 years, 6 months ago
  2. 379d79d gn2bp: Convert cc_objects to cc_static_library by Mohannad Farrag · 2 years, 6 months ago
  3. b5aa8ea gn2bp: Change stem for test targets by Mohannad Farrag · 2 years, 7 months ago
  4. edb2fd0 gn2bp: Duplicate modules reachable from test targets by Mohannad Farrag · 2 years, 7 months ago
  5. fc05430 gn2bp: Prevent collection of source files for testing modules by Mohannad Farrag · 2 years, 7 months ago
  6. cdbfeb8 gn2bp: Extract aidl srcs and include dirs by Mohannad Farrag · 2 years, 8 months ago
  7. 9a21955 gn2bp: Make ldflags arch specific by Motomu Utsumi · 2 years, 7 months ago
  8. e5ea57b gn2bp: Use "out" prefix for src path filtering by Motomu Utsumi · 2 years, 8 months ago
  9. b6dbca9 gn2bp: Remove empty srcs cc_object from blueprint by Mohannad Farrag · 2 years, 8 months ago
  10. ea729d3 gn2bp: Added java group name to java_sources/actions by Motomu Utsumi · 2 years, 8 months ago
  11. 940cc56 gn2bp: Update is_java_target to java_group_name by Motomu Utsumi · 2 years, 8 months ago
  12. 3029ac9 gn2bp: Merge cc_genrule cmd by Motomu Utsumi · 2 years, 9 months ago
  13. e74bab8 gn2bp: Remove arch suffix from the genrule by Motomu Utsumi · 2 years, 9 months ago
  14. 2165ccd gn2bp: Add action attributes to arch by Motomu Utsumi · 2 years, 9 months ago
  15. 5fde8e1 gn2bp: Add finalize function for non set attributes by Motomu Utsumi · 2 years, 9 months ago
  16. 2648df0 gn2bp: Add helper function to finalize attributes by Motomu Utsumi · 2 years, 9 months ago
  17. 27bf596 gn2bp: Update initial value of script and response_file_contents by Motomu Utsumi · 2 years, 9 months ago
  18. 8f1eb5b gn2bp: Remove unused imports by Motomu Utsumi · 2 years, 9 months ago
  19. 6cd0f25 gn2bp: properly support builtin modules by Patrick Rohr · 2 years, 9 months ago
  20. 7069556 gn2bp: correctly flatten source_sets under linker unit target by Patrick Rohr · 2 years, 9 months ago
  21. 94c2490 gn2bp: add is_linker_unit_type helper to Target by Patrick Rohr · 2 years, 9 months ago
  22. e71a061 gn2bp: fix comment formatting. by Patrick Rohr · 2 years, 9 months ago
  23. 689a9c0 gn2bp: fix _is_java_group by Patrick Rohr · 2 years, 9 months ago
  24. 0913f0b gn2bp: stop parsing dep tree for builtin modules by Patrick Rohr · 2 years, 9 months ago
  25. 0c7ef52 gn2bp: propagate is_java_target value by Patrick Rohr · 2 years, 9 months ago
  26. df3c20c gn2bp: rename _is_java_target to _is_java_group by Patrick Rohr · 2 years, 9 months ago
  27. 6e51412 gn2bp: Add .aidl files to the srcs of java_library by Motomu Utsumi · 2 years, 9 months ago
  28. a0e37c1 gn2bp: Move response file to `gn_utils` by Mohannad Farrag · 2 years, 9 months ago
  29. 6a2d88a gn2bp: Convert java_actions to `java_group` by Mohannad Farrag · 2 years, 9 months ago
  30. ee47af6 gn2bp: Set the output name for libcronet.so by Motomu Utsumi · 2 years, 9 months ago
  31. f2391cc gn2bp: Refactor and code clean up by Mohannad Farrag · 2 years, 9 months ago
  32. 1de6cb1 gn2bp: Convert genrules to cc_genrules by Mohannad Farrag · 2 years, 9 months ago
  33. 7f29d83 gn2bp: Convert source_set to cc_object by Mohannad Farrag · 2 years, 9 months ago
  34. a0db68b gn2bp: Add _is_java_source method by Mohannad Farrag · 2 years, 9 months ago
  35. a23114a gn2bp: Add cronet_package to update_results.sh by Mohannad Farrag · 2 years, 9 months ago
  36. 4bea14a gn2bp: Fix parsing java sources for multi-arch by Mohannad Farrag · 2 years, 9 months ago
  37. baf0d57 gn2bp: Convert `source_set` with rtti to static_libraries by Mohannad Farrag · 2 years, 9 months ago
  38. d7efd7b9 gn2bp: Generate per-architecture genrule for `action_foreach` by Mohannad Farrag · 2 years, 9 months ago
  39. 9860068 gn2bp: create one action per arch by Patrick Rohr · 2 years, 9 months ago
  40. 5539463 gn2bp: Skip extracting common part for source_set by Motomu Utsumi · 2 years, 9 months ago
  41. 297f979 gn2bp: collect linker unit deps per target by Patrick Rohr · 2 years, 10 months ago
  42. f100437 gn2bp: remove is_third_party_dep by Patrick Rohr · 2 years, 10 months ago
  43. f0f4768 gn2bp: Add flags and include_dirs to target by Motomu Utsumi · 2 years, 10 months ago
  44. 778f830 gn2bp: Add indlue_dirs to arch by Motomu Utsumi · 2 years, 10 months ago
  45. 80e0447 gn2bp: Add defines to arch by Motomu Utsumi · 2 years, 10 months ago
  46. 1c64e44 gn2bp: Add cflags to arch by Motomu Utsumi · 2 years, 10 months ago
  47. 9006b36 gn2bp: using dep.name when adding dependency is more correct by Patrick Rohr · 2 years, 10 months ago
  48. ad7a29c gn2bp: properly add proto_deps by Patrick Rohr · 2 years, 10 months ago
  49. 6ccc9d8 gn2bp: Fix to bubble up proto static_lib deps by Motomu Utsumi · 2 years, 10 months ago
  50. dee9ce0 gn2bp: create modules for protoc by Motomu Utsumi · 2 years, 10 months ago
  51. 04f194e gn2bp: remove unused toolchain property by Patrick Rohr · 2 years, 10 months ago
  52. c8f41cd gn2bp: fix host and device support properties by Patrick Rohr · 2 years, 10 months ago
  53. 4eff210 gn2bp: use proper target annotation by Patrick Rohr · 2 years, 10 months ago
  54. d938d53 gn2bp: toolchain propery is always present by Patrick Rohr · 2 years, 10 months ago
  55. 53dcd10 gn2bp: collect sources for each architecture by Patrick Rohr · 2 years, 10 months ago
  56. 7091356 gn2bp: add code that collects common sources by Patrick Rohr · 2 years, 10 months ago
  57. 81a4ac3 gn2bp: get arch from toolchain by Patrick Rohr · 2 years, 10 months ago
  58. 7f4631e gn2bp: remove toolchain label from dependencies by Patrick Rohr · 2 years, 10 months ago
  59. 02ad51f gn2bp: add arch to Target by Patrick Rohr · 2 years, 10 months ago
  60. 7705bdb gn2bp: use name without toolchain for Targets by Patrick Rohr · 2 years, 10 months ago
  61. 770cf68 gn2bp: remove unused third_party deps handling by Patrick Rohr · 2 years, 10 months ago
  62. 0d40da3 gn2bp: pass gn_target_name into get_proto_target_type by Patrick Rohr · 2 years, 10 months ago
  63. 564d6be gn2bp: pass gn_desc to parse_gn_desc by Patrick Rohr · 2 years, 10 months ago
  64. d0077b7 gn2bp: separate parsing gn desc from retrieving Target object by Patrick Rohr · 2 years, 10 months ago
  65. a9c1dda gn2bp: fix collecting static libs dependencies by Patrick Rohr · 2 years, 10 months ago
  66. 5de9f2e gn2bp: propagate static libs up the tree by Patrick Rohr · 2 years, 10 months ago
  67. 67f5312 gn2bp: move target.type check into _is_java_target by Patrick Rohr · 2 years, 10 months ago
  68. d7e0e42 gn2bp: Update --proto_path and --cpp_out arg by Motomu Utsumi · 2 years, 10 months ago
  69. c598078 gn2bp: fix proto parsing by Patrick Rohr · 2 years, 10 months ago
  70. b27587e gn2bp: collect java sources by Patrick Rohr · 2 years, 10 months ago
  71. 3624f95 gn2bp: be explicit about dropping java_group dependencies by Patrick Rohr · 2 years, 10 months ago
  72. af92fa6 gn2bp: mark java targets as java_group by Patrick Rohr · 2 years, 10 months ago
  73. b42a71c gn2bp: Removed meaningless lines by Motomu Utsumi · 2 years, 10 months ago
  74. c20887d gn2bp: fix response_file_contents parsing by Patrick Rohr · 2 years, 10 months ago
  75. 7aa98f9 gn2bp: gn_utils should not touch action args by Patrick Rohr · 2 years, 10 months ago
  76. 09716f5 gn2bp: store response_file_contents for action targets by Patrick Rohr · 2 years, 10 months ago
  77. da778a0 gn2bp: add basic parser support for copy and action_foreach rules by Patrick Rohr · 2 years, 10 months ago
  78. 26af1e7 gn2bp: allow targets to depend on chromium's libc++ and libunwind by Patrick Rohr · 2 years, 10 months ago
  79. b26c337 gn2bp: Remove unuded code by Motomu Utsumi · 2 years, 10 months ago
  80. 73e0322 gn2bp: Remove unused ODRChecker by Motomu Utsumi · 2 years, 10 months ago
  81. c6331c8 gn2bp: support '//' in label_to_path by Patrick Rohr · 2 years, 10 months ago
  82. 23f2619 gn2bp: delete compat.py by Patrick Rohr · 2 years, 10 months ago
  83. 92d7412 gn2bp: add copy of perfetto project gn to bp tooling by Patrick Rohr · 2 years, 10 months ago