gerrit/lib/codemirror/BUILD
David Pursehouse 9561f38f14 Format BUILD and WORKSPACE files with buildifier
Formatted with buildifier version 0.4.3 installed via homebrew
on OSX.

Change-Id: Iab54e118a5d119b5c031838c267b848b8ead30f2
2017-02-28 17:32:44 +09:00

12 lines
269 B
Python

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()