blob: d0c927810667a13eba93b0c9c54c6d00497e1d2e [file] [log] [blame]
load("//lib/codemirror:cm.bzl", "pkg_cm")
# This library is only used to insert a license statement into
# js_licenses.txt.
java_library(
name = "diff-match-patch",
data = ["//lib:LICENSE-Apache2.0"],
runtime_deps = ["@diff-match-patch//jar"],
)
pkg_cm()