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