blob: 9c03887b5e3cfb56dba9da6f17e57526d07f96d8 [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()