- 379d79d gn2bp: Convert cc_objects to cc_static_library by Mohannad Farrag · 2 years, 6 months ago
- b5aa8ea gn2bp: Change stem for test targets by Mohannad Farrag · 2 years, 7 months ago
- edb2fd0 gn2bp: Duplicate modules reachable from test targets by Mohannad Farrag · 2 years, 6 months ago
- fc05430 gn2bp: Prevent collection of source files for testing modules by Mohannad Farrag · 2 years, 7 months ago
- cdbfeb8 gn2bp: Extract aidl srcs and include dirs by Mohannad Farrag · 2 years, 7 months ago
- 9a21955 gn2bp: Make ldflags arch specific by Motomu Utsumi · 2 years, 6 months ago
- e5ea57b gn2bp: Use "out" prefix for src path filtering by Motomu Utsumi · 2 years, 7 months ago
- b6dbca9 gn2bp: Remove empty srcs cc_object from blueprint by Mohannad Farrag · 2 years, 7 months ago
- ea729d3 gn2bp: Added java group name to java_sources/actions by Motomu Utsumi · 2 years, 8 months ago
- 940cc56 gn2bp: Update is_java_target to java_group_name by Motomu Utsumi · 2 years, 8 months ago
- 3029ac9 gn2bp: Merge cc_genrule cmd by Motomu Utsumi · 2 years, 8 months ago
- e74bab8 gn2bp: Remove arch suffix from the genrule by Motomu Utsumi · 2 years, 8 months ago
- 2165ccd gn2bp: Add action attributes to arch by Motomu Utsumi · 2 years, 8 months ago
- 5fde8e1 gn2bp: Add finalize function for non set attributes by Motomu Utsumi · 2 years, 8 months ago
- 2648df0 gn2bp: Add helper function to finalize attributes by Motomu Utsumi · 2 years, 8 months ago
- 27bf596 gn2bp: Update initial value of script and response_file_contents by Motomu Utsumi · 2 years, 8 months ago
- 8f1eb5b gn2bp: Remove unused imports by Motomu Utsumi · 2 years, 8 months ago
- 6cd0f25 gn2bp: properly support builtin modules by Patrick Rohr · 2 years, 8 months ago
- 7069556 gn2bp: correctly flatten source_sets under linker unit target by Patrick Rohr · 2 years, 8 months ago
- 94c2490 gn2bp: add is_linker_unit_type helper to Target by Patrick Rohr · 2 years, 8 months ago
- e71a061 gn2bp: fix comment formatting. by Patrick Rohr · 2 years, 8 months ago
- 689a9c0 gn2bp: fix _is_java_group by Patrick Rohr · 2 years, 8 months ago
- 0913f0b gn2bp: stop parsing dep tree for builtin modules by Patrick Rohr · 2 years, 8 months ago
- 0c7ef52 gn2bp: propagate is_java_target value by Patrick Rohr · 2 years, 8 months ago
- df3c20c gn2bp: rename _is_java_target to _is_java_group by Patrick Rohr · 2 years, 8 months ago
- 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