commit | a9f67a82b73fda6d4621c40cc1c1ca210ea9512b | [log] [tgz] |
---|---|---|
author | Kasper Nilsson <kaspern@google.com> | Fri Jul 20 19:57:17 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jul 20 19:57:17 2018 +0000 |
tree | abd71d3bd05c32f78890c265847265e8fea84cc8 | |
parent | 95b269942e6b413b47b3da06a5a15895184648f6 [diff] | |
parent | d1492b7f4d4c76452020511bcce63a136fb4f3e8 [diff] |
Merge "Create functionality to change opacity image size"
diff --git a/BUILD b/BUILD new file mode 100644 index 0000000..f84f778 --- /dev/null +++ b/BUILD
@@ -0,0 +1,8 @@ +load("//tools/bzl:js.bzl", "polygerrit_plugin") + +polygerrit_plugin( + name = "image-diff", + srcs = glob(["**/*.html", "**/*.js"]), + app = "plugin.html", + deps = ["//lib/js:resemblejs"], +) \ No newline at end of file