| Name: ijar |
| URL: https://github.com/bazelbuild/bazel |
| Version: N/A |
| Revision: d1975d893c5244b010ee7ea68eca22a395666631 |
| Update Mechanism: Manual |
| License: Apache-2.0 |
| License File: LICENSE |
| Security Critical: No |
| Shipped: no |
| |
| Description: |
| A tool for generating interface .jars from normal .jars. |
| |
| Local Modifications: |
| - Removed test directory |
| - Removed code from platform_utils.cc that referenced "blaze_util". |
| - Removed mapped_file_windows.cc since it caused checkdeps to fail. |
| - Added BUILD.gn |
| |
| Update instructions: |
| git clone --depth 1 https://github.com/bazelbuild/bazel |
| cd bazel/third_party/ijar |
| cp * $CHROMIUM_SRC/third_party/ijar |
| # Then apply Local Modifications |
| # Update Version in this README.chromium |
| |